summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/foreign_key.test
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-10-221-0/+35
|\
| * Merge 10.1 into 10.2Marko Mäkelä2020-10-211-0/+35
| |\
| | * MDEV-23722 InnoDB: Assertion: result != FTS_INVALID in fts_trx_row_get_new_stateThirunarayanan Balathandayuthapani2020-10-081-0/+35
* | | Merge 10.3 into 10.4Marko Mäkelä2020-10-011-0/+14
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-09-291-0/+14
| |\ \ | | |/
| | * MDEV-22277 LeakSanitizer: detected memory leaks in mem_heap_create_block_func...Thirunarayanan Balathandayuthapani2020-09-281-0/+14
* | | MDEV-23675 Assertion `pos < table->n_def' fails in dict_table_get_nth_colThirunarayanan Balathandayuthapani2020-09-251-0/+14
* | | Merge 10.3 into 10.4Marko Mäkelä2020-09-091-0/+13
|\ \ \ | |/ /
| * | MDEV-23685 SIGSEGV on ADD FOREIGN KEY after failed ADD KEYMarko Mäkelä2020-09-091-0/+13
* | | Merge 10.3 into 10.4Marko Mäkelä2020-08-261-1/+0
|\ \ \ | |/ /
| * | MDEV-23554 Wrong default value for foreign_key_checks variableAleksey Midenkov2020-08-251-1/+0
* | | Merge 10.3 into 10.4Marko Mäkelä2020-08-201-0/+23
|\ \ \ | |/ /
| * | MDEV-22934 Table disappear after two alter table commandThirunarayanan Balathandayuthapani2020-08-181-0/+23
* | | Merge branch '10.3' into 10.4Sergei Golubchik2020-05-091-0/+178
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2mariadb-10.2.32Oleksandr Byelkin2020-05-081-0/+178
| |\ \ | | |/
| | * cleanup: foreign-keys.test vs foreign_key.testmariadb-10.1.45Sergei Golubchik2020-05-081-0/+130
* | | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-0/+13
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-05-041-0/+13
| |\ \ | | |/
| | * MDEV-19092 Server crash when renaming the column whenbb-10.1-MDEV-19092Thirunarayanan Balathandayuthapani2020-05-041-0/+13
* | | Merge 10.3 into 10.4Marko Mäkelä2020-04-161-0/+11
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-04-011-0/+11
| |\ \ | | |/
| | * MDEV-19092 Server crash when renaming the column whenThirunarayanan Balathandayuthapani2020-03-251-0/+11
* | | MDEV-21792 Server aborts upon attempt to create foreign key on spatial fieldThirunarayanan Balathandayuthapani2020-03-231-0/+8
|/ /
* | Updated mtr files to support different compiled in optionsMonty2019-09-011-1/+2
* | Merge 10.1 into 10.2Marko Mäkelä2019-04-251-1/+9
|\ \ | |/
| * Merge 5.5 into 10.1Marko Mäkelä2019-04-241-0/+9
| |\
| | * MDEV-18139 ALTER IGNORE ... ADD FOREIGN KEY causes bogus errorMarko Mäkelä2019-04-231-0/+22
* | MDEV-18272: Add the test caseMarko Mäkelä2019-03-071-5/+46
* | Merge 10.1 into 10.2Marko Mäkelä2019-02-181-0/+11
|\ \ | |/
| * MDEV-18630 Uninitialised value in FOREIGN KEY error messageMarko Mäkelä2019-02-181-0/+12
* | Merge 10.1 into 10.2Marko Mäkelä2019-02-111-0/+9
|\ \ | |/
| * MDEV-18016: Cover the no-rebuild case, and remove a bogus debug assertionMarko Mäkelä2019-02-111-0/+9
* | cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/Sergei Golubchik2019-02-051-1/+0
* | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-0/+31
|\ \ | |/
| * MDEV-18016: Assertion failure on ALTER TABLE after foreign_key_checks=0Marko Mäkelä2019-01-291-0/+8
| * MDEV-18256 Duplicated call to dict_foreign_remove_from_cache()Marko Mäkelä2019-01-291-0/+10
| * MDEV-18222: Duplicated call to dict_foreign_remove_from_cache()Marko Mäkelä2019-01-291-0/+13
* | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-0/+55
|\ \ | |/
| * MDEV-17531 Crash in RENAME TABLE with FOREIGN KEY and FULLTEXT INDEXMarko Mäkelä2018-10-251-0/+50
* | MDEV-17541 KILL QUERY during lock wait in FOREIGN KEY check causes hangMarko Mäkelä2018-10-251-4/+35
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-0/+24
|\ \ | |/
| * MDEV-12669 Circular foreign keys cause a loop and OOM upon LOCK TABLESergei Golubchik2018-09-041-0/+25
* Add a test case for a MySQL 5.7 bug that did not affect MariaDBMarko Mäkelä2018-05-111-0/+12
* MDEV-15199 Referential integrity broken in ON DELETE CASCADEMarko Mäkelä2018-02-071-0/+40
* MDEV-13331 FK DELETE CASCADE does not honor innodb_lock_wait_timeoutMarko Mäkelä2017-08-151-1/+37
* MDEV-13498 DELETE with CASCADE constraints takes long time / MDEV-13246Marko Mäkelä2017-08-151-0/+64
* MDEV-12669 Circular foreign keys cause a loop and OOM upon LOCK TABLESergei Golubchik2017-05-081-0/+24
* BUG#25126722 FOREIGN KEY CONSTRAINT NAME IS NULL IN INFORMATION_SCHEMA AFTER ...Debarun Banerjee2017-04-261-0/+115