From 86ed494aef0e7fb1f75af32d0665e9b42f36ee17 Mon Sep 17 00:00:00 2001 From: Elena Stepanova Date: Sat, 26 Sep 2015 02:48:55 +0300 Subject: [PATCH] MDEV-8849 rpl.rpl_innodb_bug30888 sporadically fails in buildbot with testcase timeout The test would take really long if it was run without --mem. Fixed by adding --innodb-flush-log-at-trx-commit=2 --- mysql-test/suite/rpl/t/rpl_innodb_bug30888.opt | 1 + 1 file changed, 1 insertion(+) create mode 100644 mysql-test/suite/rpl/t/rpl_innodb_bug30888.opt diff --git a/mysql-test/suite/rpl/t/rpl_innodb_bug30888.opt b/mysql-test/suite/rpl/t/rpl_innodb_bug30888.opt new file mode 100644 index 00000000000..e6685732d90 --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_innodb_bug30888.opt @@ -0,0 +1 @@ +--innodb-flush-log-at-trx-commit=2