Revert tenant id change in function get_request_manager
This commit is contained in:
@ -757,7 +757,7 @@ ObMySQLRequestManager* ObSQLSessionInfo::get_request_manager()
|
|||||||
{
|
{
|
||||||
int ret = OB_SUCCESS;
|
int ret = OB_SUCCESS;
|
||||||
if (NULL == request_manager_) {
|
if (NULL == request_manager_) {
|
||||||
MTL_SWITCH(get_effective_tenant_id()) {
|
MTL_SWITCH(get_priv_tenant_id()) {
|
||||||
request_manager_ = MTL(obmysql::ObMySQLRequestManager*);
|
request_manager_ = MTL(obmysql::ObMySQLRequestManager*);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user