fix(mysql): release connection on deadlocks (#13102)
* test(mysql, mariadb): improve transaction tests - Greatly improve test for `SELECT ... LOCK IN SHARE MODE` - Greatly improve test for deadlock handling * fix(mysql): release connection on deadlocks This is a follow-up for a problem not covered by #12841. * refactor(mariadb): `query.js` similar to mysql's * Update comments with a reference to this PR
Showing
with
43 additions
and
39 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment