mysql_async icon indicating copy to clipboard operation
mysql_async copied to clipboard

Do not return connections to the pool if an error occurs in ROLLBACK

Open goffrie opened this issue 3 months ago • 0 comments

MySQL can reject ROLLBACK queries in some cases (e.g. near-OOM). We should not return the connection to the pool if this happens as the state of the connection is not well defined.

goffrie avatar Sep 27 '25 01:09 goffrie