You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Pool#connection event, which emits when an open connection has succesfully been added to the pool, but before any Pool#getConnection callbacks are called. This allows for a pool of connections to e.g. set MySQL session variables on each of its connections before they are used
0 commit comments