Commit 7318fa18 authored by Kristian Nielsen's avatar Kristian Nielsen

Fix sporadic test failure of mariabackup.slave_provision_nolock

The test requires a larger innodb log file size; this was lost as a
side-effect of d7699c51.
Signed-off-by: default avatarKristian Nielsen <knielsen@knielsen-hq.org>
parent 78fcb947
......@@ -3,6 +3,9 @@
[mysqld.1]
log-slave-updates
loose-innodb
# Test does a lot of DML during the backup, larger than 10M log is needed for
# mariabackup to always be able to copy all that it needs.
loose-innodb_log_file_size= 96M
[mysqld.2]
log-slave-updates
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment