1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Fix a test.

This commit is contained in:
Marko Mäkelä
2017-01-25 16:38:45 +02:00
parent e92ee13254
commit c6039a11c6
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
--let $simulate_comp_failures_save = `SELECT @@innodb_simulate_comp_failures`
# since this test generates lot of errors in log, suppress checking errors
call mtr.add_suppression(".*");
call mtr.add_suppression("InnoDB: Simulating a compression failure for table `test`\\.`t1`");
--enable_query_log
# create the table with compressed pages of size 8K.