diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-06-21 14:00:19 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-06-21 14:00:19 +0200 |
commit | c2ca301cd8a5bee80a03ef3da04c02d83b2e9685 (patch) | |
tree | 6a7c59f5ffee127b0eb581d4be89a838ad53cd75 /mysql-test | |
parent | 5e13093df198bc171e1e43c03a36970ecf9a77f7 (diff) | |
download | mariadb-git-c2ca301cd8a5bee80a03ef3da04c02d83b2e9685.tar.gz |
fixing the order of includes in the rpl_mdev359.test
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_mdev359.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_mdev359.test b/mysql-test/suite/rpl/t/rpl_mdev359.test index 27990a36188..4f8cc378973 100644 --- a/mysql-test/suite/rpl/t/rpl_mdev359.test +++ b/mysql-test/suite/rpl/t/rpl_mdev359.test @@ -1,8 +1,8 @@ --source include/have_semisync_plugin.inc --source include/not_embedded.inc --source include/have_binlog_format_mixed_or_statement.inc ---source include/master-slave.inc --source include/have_debug_sync.inc +--source include/master-slave.inc # MDEV-359: There was a server crash when the code first checks if semisync # is enabled without lock, then if so takes the lock and tests again. |