diff options
Diffstat (limited to 'mysql-test/suite/maria/t/maria-recovery.test')
-rw-r--r-- | mysql-test/suite/maria/t/maria-recovery.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/maria/t/maria-recovery.test b/mysql-test/suite/maria/t/maria-recovery.test index c3c9306f4d5..6ba8e65e658 100644 --- a/mysql-test/suite/maria/t/maria-recovery.test +++ b/mysql-test/suite/maria/t/maria-recovery.test @@ -6,7 +6,7 @@ --source include/have_maria.inc set global maria_log_file_size=4294967295; -let $MARIA_LOG=../tmp; +let $MARIA_LOG=../../tmp; --disable_warnings drop database if exists mysqltest; |