diff options
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/maria-recover.result | 1 | ||||
-rw-r--r-- | mysql-test/t/maria-recover.test | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/r/maria-recover.result b/mysql-test/r/maria-recover.result index 9e0908b478a..f470d05081b 100644 --- a/mysql-test/r/maria-recover.result +++ b/mysql-test/r/maria-recover.result @@ -27,7 +27,6 @@ Warnings: Error 145 Table './mysqltest/t_corrupted2' is marked as crashed and should be repaired Error 1194 Table 't_corrupted2' is marked as crashed and should be repaired Error 1034 1 client is using or hasn't closed the table properly -Error 126 Incorrect key file for table './mysqltest/t_corrupted2.MAI'; try to repair it Error 1034 Wrong base information on indexpage at page: 1 select * from t_corrupted2; a diff --git a/mysql-test/t/maria-recover.test b/mysql-test/t/maria-recover.test index d6ec28c6b01..d6604d8f94e 100644 --- a/mysql-test/t/maria-recover.test +++ b/mysql-test/t/maria-recover.test @@ -1,9 +1,6 @@ # Test of the --maria-recover option. --source include/have_maria.inc -# line below will be removed ---source include/have_debug.inc - select @@global.maria_recover; set global maria_recover=off; |