From 33fb79773db70b1cddb6173ac9d7e7ee9ed36b70 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 29 Oct 2012 23:52:47 +0100 Subject: [PATCH] mark rpl_mixing_engines.test and everything that includes it a BIG test --- mysql-test/extra/rpl_tests/rpl_mixing_engines.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/extra/rpl_tests/rpl_mixing_engines.test b/mysql-test/extra/rpl_tests/rpl_mixing_engines.test index 32a33835ccc..991e1c465e9 100644 --- a/mysql-test/extra/rpl_tests/rpl_mixing_engines.test +++ b/mysql-test/extra/rpl_tests/rpl_mixing_engines.test @@ -247,6 +247,8 @@ call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT"); +--source include/big_test.inc + --let $verbose= 1 --let $commands= configure --source extra/rpl_tests/rpl_mixing_engines.inc