mirror of
https://github.com/actiontech/dble.git
synced 2026-01-06 04:40:17 -06:00
fix npe inner 2232
This commit is contained in:
@@ -562,10 +562,9 @@ public class MySQLConnection extends AbstractConnection implements
|
||||
}
|
||||
|
||||
this.setRowDataFlowing(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