diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-09-20 17:51:43 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-09-20 18:17:50 +0200 |
commit | b7434bacbdd99d9c60499415f8be10aa59234dbf (patch) | |
tree | 11434dc484cfdab24b6531550b66a4d91cd132b5 /mysql-test/extra | |
parent | 8f3fd98d25da483efd2ce8eb2300d842b4f5e21f (diff) | |
download | mariadb-git-b7434bacbdd99d9c60499415f8be10aa59234dbf.tar.gz |
include/master-slave.inc must always be included last
Diffstat (limited to 'mysql-test/extra')
-rw-r--r-- | mysql-test/extra/rpl_tests/rpl_loaddata.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_loaddata.test b/mysql-test/extra/rpl_tests/rpl_loaddata.test index 67eb137bdf4..d04cefd175a 100644 --- a/mysql-test/extra/rpl_tests/rpl_loaddata.test +++ b/mysql-test/extra/rpl_tests/rpl_loaddata.test @@ -11,8 +11,8 @@ # check if START SLAVE, RESET SLAVE, CHANGE MASTER reset Last_slave_error and # Last_slave_errno in SHOW SLAVE STATUS (1st and 3rd commands did not: bug 986) --- source include/master-slave.inc source include/have_innodb.inc; +source include/master-slave.inc; --disable_query_log CALL mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT"); |