diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-10-29 23:52:47 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-10-29 23:52:47 +0100 |
commit | 33fb79773db70b1cddb6173ac9d7e7ee9ed36b70 (patch) | |
tree | 9425bbc36cba3b8d5f0a1fd34f12d82969e652d4 /mysql-test/extra | |
parent | 4839f61bbd2996833c9279550f5ac13b199edda7 (diff) | |
download | mariadb-git-33fb79773db70b1cddb6173ac9d7e7ee9ed36b70.tar.gz |
mark rpl_mixing_engines.test and everything that includes it a BIG test
Diffstat (limited to 'mysql-test/extra')
-rw-r--r-- | mysql-test/extra/rpl_tests/rpl_mixing_engines.test | 2 |
1 files changed, 2 insertions, 0 deletions
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 |