Get request maneger change priv_tenant_id to effective_tenant_id
This commit is contained in:
@ -757,7 +757,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*);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user