summaryrefslogtreecommitdiff
path: root/mysql-test/t/delete_use_source.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-13510 main.delete_use_source fails in buildbot and outside with wrong planSergei Golubchik2017-08-201-5/+6
|
* MDEV-12137 DELETE statement with the same source and targetSergei Golubchik2017-07-071-104/+64
| | | | | | | * various cleanups (mostly cosmetic) * remove useless tests (that were tesing the error condition) * optimize delete_use_source test (from 6 mins to 50 seconds, mainly by removing two huge rollbacks at the end).
* MDEV-12137 DELETE statement with the same source and targethalfspawn2017-07-071-0/+172
single-table deletes only