summaryrefslogtreecommitdiff
path: root/mysql-test/r/create_or_replace.result
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+11
|\
| * Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-0/+11
| |\
| | * MDEV-10824 - Crash in CREATE OR REPLACE TABLE t1 AS SELECT spfunc()Sergey Vojtovich2016-10-261-0/+11
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-34/+34
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-34/+34
| |\ \ | | |/
| | * MDEV-9728 - Hard crash in metadata_lock_infoSergey Vojtovich2016-06-231-34/+34
| | * MDEV-9728 - Hard crash in metadata_lock_infoSergey Vojtovich2016-06-211-6/+6
* | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-0/+7
|/ /
* | Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ...Monty2015-08-181-2/+2
* | MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash"Sergey Vojtovich2015-03-041-6/+6
* | MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash"Sergey Vojtovich2015-03-041-2/+2
* | 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-0/+2
* fix intermittent failures of main.create_or_replace test in buildbotSergei Golubchik2014-09-171-2/+2
* fixes for test casesSergei Golubchik2014-09-161-2/+2
* Fixed two bugs with CREATE OR REPLACE and LOCK TABLES:Michael Widenius2014-09-081-0/+12
* MDEV-5930 Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLEMichael Widenius2014-03-231-2/+7
* create_or_replace test failed with embedded-server due to differentElena Stepanova2014-03-151-18/+18
* MDEV-5619: CREATE OR REPLACE does not release MDL_EXCLUSIVE upon failureMichael Widenius2014-03-121-0/+63
* MDEV-5675 - Performance: my_hash_sort_bin is called too oftenSergey Vojtovich2014-03-061-4/+4
* MDEV-5602: CREATE OR REPLACE obtains stricter locks than the connection had b...Michael Widenius2014-02-051-0/+35
* Fixes for CREATE_OR_REPLACEMichael Widenius2014-01-311-7/+41
* Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-291-0/+293