fix user connection count bug
This commit is contained in:
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user