Sql audit desige changed about mem_limit, queue_size and etc.

This commit is contained in:
obdev
2023-03-16 11:13:45 +00:00
committed by ob-robot
parent 9cbcd25e12
commit 4bac5ef560
3 changed files with 26 additions and 20 deletions

View File

@ -758,7 +758,7 @@ ObMySQLRequestManager* ObSQLSessionInfo::get_request_manager()
{
int ret = OB_SUCCESS;
if (NULL == request_manager_) {
MTL_SWITCH(get_priv_tenant_id()) {
MTL_SWITCH(get_effective_tenant_id()) {
request_manager_ = MTL(obmysql::ObMySQLRequestManager*);
}
}