summaryrefslogtreecommitdiff
path: root/mysql-test/t/myisam_optimize.test
Commit message (Collapse)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-65/+0
|
* MDEV-11539 test_if_reopen: Assertion ↵Sergei Golubchik2018-01-251-0/+17
| | | | | | | | | `strcmp(share->unique_file_name,filename) || share->last_version' failed upon select from I_S remove HA_EXTRA_PREPARE_FOR_RENAME - neither OPTIMIZE nor REPAIR need it (was introduced in b58e79566c5 when replacing remove_table_from_cache() with wait_while_table_is_used() even though remove_table_from_cache() did not have it).
* 5.5 mergeSergei Golubchik2014-02-011-0/+1
|\
| * mtr: check that tests clean up debug_sync. fix tests that didn't.Sergei Golubchik2014-01-271-0/+1
| |
* | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-2/+2
|/
* Test case for MyISAM and OPTIMIZE TABLESergei Golubchik2013-08-281-0/+47
that requires MDL_SHARED_NO_READ_WRITE.