summaryrefslogtreecommitdiff
path: root/mysql-test/t/myisam_debug.test
Commit message (Collapse)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-72/+0
|
* Merge 10.1 into 10.2Marko Mäkelä2017-05-221-0/+13
|\
| * MDEV-12761 Error return from external_lock make the server crashSergei Golubchik2017-05-151-0/+13
| | | | | | | | | | | | | | | | | | | | bunch of bugs when external_lock() fails on unlock: * mi_lock_database() used mi_mark_crashed() under share->intern_lock, but mi_mark_crashed() itself locks this mutex. * handler::close() required table to be unlocked, but failed external_lock didn't count as unlock * mysql_unlock_tables() ignored all unlock errors, but they still set the error status in stmt_da.
* | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-2/+0
|/
* rename debug variable to debug_dbug, to make test pass in release buildsSergei Golubchik2011-12-151-1/+1
| | | | | | (and to follow the naming conventons). keep old debug variable, but mark it as deprecated.
* Speed up of test suite:Michael Widenius2009-10-281-0/+4
| | | | - Added --disable_query_log ; begin ; .... commit; --enable_query_log around all while loops that does insert
* Additional Fix for BUG#40827 - Killing insert-select to MyISAM can causeSatya B2009-05-041-0/+3
| | | | | | | | | table corruption Disabling the mysiam_debug.test in embedded mode because of BUG#43733 mysql-test/t/myisam_debug.test: Disable the test in embedded mode
* Addition to the fix for BUG#40827 - Killing insert-select to MyISAM can causeSatya B2009-04-301-0/+54
table corruption Moved the testcase from the file myisam.test to the new testfile mysiam_debug.test mysql-test/r/myisam.result: Removed result file for BUG#40827 mysql-test/r/myisam_debug.result: Result file for BUG#40827 mysql-test/t/myisam.test: Removed testcase for BUG#40827 mysql-test/t/myisam_debug.test: TestCase for BUG#40827