summaryrefslogtreecommitdiff
path: root/mysql-test/t/create_or_replace.test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-0/+24
|\
| * MDEV-11071 - Assertion `thd->transaction.stmt.is_empty()' failed inSergey Vojtovich2018-10-161-0/+24
* | Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-0/+21
|\ \ | |/
| * MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||Sergey Vojtovich2018-09-181-0/+21
* | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-191-0/+25
|\ \ | |/
| * MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ...Monty2018-05-161-0/+25
* | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-0/+12
|\ \ | |/
| * MDEV-10824 - Crash in CREATE OR REPLACE TABLE t1 AS SELECT spfunc()Sergey Vojtovich2016-10-261-0/+12
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-0/+10
|\ \ | |/
| * MDEV-9728 - Hard crash in metadata_lock_infoSergey Vojtovich2016-06-211-0/+10
* | 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