1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixing the order of includes in the rpl_mdev359.test

This commit is contained in:
Sergei Golubchik
2012-06-21 14:00:19 +02:00
parent 5e13093df1
commit c2ca301cd8

View File

@ -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.