mirror of
https://github.com/actiontech/dble.git
synced 2026-04-30 11:30:50 -05:00
inner-1956-supplement: change executor for old version
Signed-off-by: dcy10000 <dcy10000@gmail.com>
This commit is contained in:
+1
-1
@@ -303,7 +303,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