fix user connection count bug

This commit is contained in:
obdev
2023-04-03 20:11:34 +00:00
committed by ob-robot
parent 0b257df438
commit ee97e6f4b3
6 changed files with 70 additions and 54 deletions

View File

@ -171,7 +171,9 @@ ObSQLSessionInfo::ObSQLSessionInfo() :
is_load_data_exec_session_(false),
pl_exact_err_msg_(),
is_ps_prepare_stage_(false),
got_conn_res_(false),
got_tenant_conn_res_(false),
got_user_conn_res_(false),
conn_res_user_id_(OB_INVALID_ID),
mem_context_(nullptr),
cur_exec_ctx_(nullptr),
restore_auto_commit_(false),