Remove Rpc Worker Flag In Px
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user