fix session lock leak when set dbms_monitor.ob_session_trace_disable
This commit is contained in:
parent
4addbb7f53
commit
baf5ab66b6
@ -48,8 +48,8 @@ bool ObFLTResetSessOp::operator()(sql::ObSQLSessionMgr::Key key, ObSQLSessionInf
|
|||||||
} else {
|
} else {
|
||||||
sess_info->set_send_control_info(false);
|
sess_info->set_send_control_info(false);
|
||||||
sess_info->get_control_info().reset();
|
sess_info->get_control_info().reset();
|
||||||
(void)sess_info->unlock_thread_data();
|
|
||||||
}
|
}
|
||||||
|
(void)sess_info->unlock_thread_data();
|
||||||
(void)sess_info->unlock_query();
|
(void)sess_info->unlock_query();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user