summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/suite.opt
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2018-07-02 17:19:42 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2018-07-02 18:06:10 +0100
commit400cf017152c732387c89deaa082b43c8fb42d71 (patch)
tree0d5cf244373652b6f8b628e5cc0de3a481e781a0 /mysql-test/suite/mariabackup/suite.opt
parent8639e288086247ce39917f4cb55191c8bb5b5a8c (diff)
downloadmariadb-git-400cf017152c732387c89deaa082b43c8fb42d71.tar.gz
MDEV-16571 - some backup tests sometimes with missing data after restore.
Marko mentions, it could be caused by MDEV-15740 where InnoDB does not flush redo log as often as it should, with innodb_flush_log_at_trx_commit=1 The workaround is to use innodb_flush_log_at_trx_commit=2, which, according to MDEV-15740 is more durable.
Diffstat (limited to 'mysql-test/suite/mariabackup/suite.opt')
-rw-r--r--mysql-test/suite/mariabackup/suite.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/mariabackup/suite.opt b/mysql-test/suite/mariabackup/suite.opt
index 3b5cc4f4c45..de3637814b2 100644
--- a/mysql-test/suite/mariabackup/suite.opt
+++ b/mysql-test/suite/mariabackup/suite.opt
@@ -1 +1 @@
---innodb --loose-changed_page_bitmaps --innodb-sys-tables
+--innodb --loose-changed_page_bitmaps --innodb-sys-tables --innodb-flush-log-at-trx-commit=2