diff options
Diffstat (limited to 'mysql-test/suite/maria/t/maria-recovery2.test')
-rw-r--r-- | mysql-test/suite/maria/t/maria-recovery2.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/maria/t/maria-recovery2.test b/mysql-test/suite/maria/t/maria-recovery2.test index 81ea45fbd42..c1081d033ac 100644 --- a/mysql-test/suite/maria/t/maria-recovery2.test +++ b/mysql-test/suite/maria/t/maria-recovery2.test @@ -8,7 +8,7 @@ call mtr.add_suppression("File '.*aria_log.000.*' not found \\(Errcode: 2\\)"); call mtr.add_suppression("Table '.\/mysqltest\/t_corrupted1' is crashed, skipping it. Please repair it with aria_chk -r"); -set global aria_log_file_size=4294967295; +set global aria_log_file_size=4294959104; let $MARIA_LOG=../../tmp; --disable_warnings |