summaryrefslogtreecommitdiff
path: root/mysql-test/main/implicit_commit.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-20945: BACKUP UNLOCK + FTWRL assertion failureRinat Ibragimov2020-10-221-0/+10
| | | | | | | | | | | | | | MDEV-20945: BACKUP UNLOCK + FTWRL assertion failure | SIGSEGV in I_P_List from MDL_context::release_lock on INSERT w/ BACKUP LOCK (on optimized builds) | Assertion `ticket->m_duration == MDL_EXPLICIT' failed BACKUP LOCK behavior is modified so it won't be used wrong: - BACKUP LOCK should commit any active transactions. - BACKUP LOCK should not be allowed in stored procedures. - When BACKUP LOCK is active, don't allow any DDL's for that connection. - FTWRL is forbidden on the same connection while BACKUP LOCK is active. Reviewed-by: monty@mariadb.com
* Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-2/+2
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+1067