Close #1986 evict connection exceptions with (SQLState HY000) error code 1105.

pull/2034/head
Brett Wooldridge 2 years ago
parent a050d81004
commit e4bbce7152

@ -80,6 +80,7 @@ public abstract class ProxyConnection implements Connection
ERROR_CODES = new HashSet<>();
ERROR_CODES.add(500150);
ERROR_CODES.add(2399);
ERROR_CODES.add(1105);
}
protected ProxyConnection(final PoolEntry poolEntry,

Loading…
Cancel
Save