mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
test
This commit is contained in:
@@ -383,7 +383,7 @@ class PooledMySQLConnection {
|
||||
this.connection = null;
|
||||
this.adapter.readyConnections.delete(this);
|
||||
const queries = new Set(this.queries);
|
||||
this.queries?.clear?.();
|
||||
this.queries.clear();
|
||||
this.queryCount = 0;
|
||||
this.flags &= ~PooledConnectionFlags.reserved;
|
||||
const connectionInfo = this.connectionInfo;
|
||||
|
||||
Reference in New Issue
Block a user