summaryrefslogtreecommitdiff
path: root/mysql-test/main/lock_kill.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-17749 Kill during LOCK TABLE ; ALTER TABLE causes assertMonty2021-05-261-0/+36
The problem was that when LOCK TABLES where unwinded as part of a killed connection, unlink_all_closed_tables() did not like that there was uncommited transactions. Fixed by doing a rollback of any open transaction in this particular case.