mirror of
https://github.com/actiontech/dble.git
synced 2026-01-04 03:40:13 -06:00
[inner-2371] fix: sql execution hang problem caused by the inability to respond to the front side due to unprocessed packets (2).
This commit is contained in:
@@ -578,7 +578,7 @@ public class MySQLResponseService extends BackendService {
|
||||
@Override
|
||||
protected Executor getExecutor() {
|
||||
Executor executor;
|
||||
if (complexQuery) {
|
||||
if (complexQuery || SystemConfig.getInstance().getUsePerformanceMode() == 1) {
|
||||
executor = DbleServer.getInstance().getComplexQueryExecutor();
|
||||
} else {
|
||||
executor = DbleServer.getInstance().getBackendExecutor();
|
||||
|
||||
Reference in New Issue
Block a user