From c2ca301cd8a5bee80a03ef3da04c02d83b2e9685 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 21 Jun 2012 14:00:19 +0200 Subject: [PATCH] fixing the order of includes in the rpl_mdev359.test --- mysql-test/suite/rpl/t/rpl_mdev359.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.