mirror of https://github.com/MariaDB/server
Browse Source
The problem was that OPTMIZE TABLE was allowed to run on a table in use by a transaction in a different connection. This caused repeatable read to break. This bug was fixed by the introduction of metadata locking, WL#4284. OPTIMIZE TABLE will now be blocked until the transaction using the table, has ended. This patch contains a regression test added to innodb_mysql_lock.test and no code changes.pull/374/head
2 changed files with 69 additions and 0 deletions
Loading…
Reference in new issue