mirror of
https://github.com/actiontech/dble.git
synced 2026-01-06 04:40:17 -06:00
@@ -716,10 +716,9 @@ public class MySQLResponseService extends VariablesService {
|
||||
|
||||
public void signal() {
|
||||
this.setRowDataFlowing(false);
|
||||
if (recycler != null) {
|
||||
recycler.signal();
|
||||
recycler = null;
|
||||
}
|
||||
Optional.ofNullable(recycler).ifPresent(res -> res.signal());
|
||||
recycler = null;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user