mirror of
https://github.com/actiontech/dble.git
synced 2026-01-05 12:20:19 -06:00
inner-1956-supplement: change executor name for old version
inner-1956-supplement: change executor name for old version
This commit is contained in:
@@ -307,7 +307,7 @@ public class MySQLBackAuthService extends BackendService implements AuthService
|
||||
if (highPriority) {
|
||||
return DbleServer.getInstance().getComplexQueryExecutor();
|
||||
} else {
|
||||
return DbleServer.getInstance().getBackendExecutor();
|
||||
return DbleServer.getInstance().getBackendBusinessExecutor();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user