summaryrefslogtreecommitdiff
path: root/mysql-test/t/create_or_replace.test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7286 TRIGGER: CREATE OR REPLACE, CREATE IF NOT EXISTSAlexander Barkov2015-03-041-2/+0
* MDEV-7299 Assertion `m_status == DA_ERROR || m_status == DA_OK' fails on conc...Sergei Golubchik2015-01-191-2/+8
* fix intermittent failures of main.create_or_replace test in buildbotSergei Golubchik2014-09-171-10/+10
* fixes for test casesSergei Golubchik2014-09-161-0/+2
* Fixed two bugs with CREATE OR REPLACE and LOCK TABLES:Michael Widenius2014-09-081-0/+32
* MDEV-5930 Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLEMichael Widenius2014-03-231-2/+5
* MDEV-5854 Interrupted CREATE OR REPLACE is written into binlog, and in a wron...Michael Widenius2014-03-191-1/+1
* create_or_replace test failed with embedded-server due to differentElena Stepanova2014-03-151-0/+6
* MDEV-5619: CREATE OR REPLACE does not release MDL_EXCLUSIVE upon failureMichael Widenius2014-03-121-0/+36
* MDEV-5602: CREATE OR REPLACE obtains stricter locks than the connection had b...Michael Widenius2014-02-051-0/+22
* Fixes for CREATE_OR_REPLACEMichael Widenius2014-01-311-5/+42
* Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-291-0/+234