mirror of
https://github.com/actiontech/dble.git
synced 2026-01-05 20:30:40 -06:00
fix npe inner 2232
This commit is contained in:
@@ -584,10 +584,8 @@ public class MySQLConnection extends AbstractConnection implements BackendConnec
|
||||
return;
|
||||
}
|
||||
this.setFlowControlled(false);
|
||||
if (recycler != null) {
|
||||
recycler.signal();
|
||||
recycler = null;
|
||||
}
|
||||
Optional.ofNullable(recycler).ifPresent(res -> res.signal());
|
||||
recycler = null;
|
||||
}
|
||||
|
||||
private String getSetSQL(Map<String, String> usrVars, Map<String, String> sysVars, Set<String> toResetSys) {
|
||||
|
||||
Reference in New Issue
Block a user