Remove Rpc Worker Flag In Px

This commit is contained in:
qianchanger
2023-02-06 23:49:45 +08:00
committed by ob-robot
parent 9b302b8660
commit f6a68bca07
7 changed files with 15 additions and 44 deletions

View File

@ -388,7 +388,6 @@ int ObInitFastSqcP::process()
} else {
ObPxRpcInitSqcArgs &arg = sqc_handler->get_sqc_init_arg();
arg.sqc_.set_task_count(1);
arg.sqc_.set_rpc_worker(true);
ObPxInterruptGuard px_int_guard(arg.sqc_.get_interrupt_id().px_interrupt_id_);
lib::CompatModeGuard g(session->get_compatibility_mode() == ORACLE_MODE ?
lib::Worker::CompatMode::ORACLE : lib::Worker::CompatMode::MYSQL);