From 43eb70d0bf060c12eba544abfdf4eff8bd96bd3a Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 26 Oct 2010 16:58:52 +0200 Subject: Make the skip-on-windows check as the first one, as the master-slave include fails on windows. --- mysql-test/suite/rpl/t/rpl_loaddata_symlink.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/rpl/t/rpl_loaddata_symlink.test b/mysql-test/suite/rpl/t/rpl_loaddata_symlink.test index 63e65834e5b..69b481bddd1 100644 --- a/mysql-test/suite/rpl/t/rpl_loaddata_symlink.test +++ b/mysql-test/suite/rpl/t/rpl_loaddata_symlink.test @@ -3,8 +3,8 @@ # This test verifies if loading data infile will work fine # if the path of the load data file is a symbolic link. # ---source include/master-slave.inc --source include/not_windows.inc +--source include/master-slave.inc --source include/have_binlog_format_statement.inc create table t1(a int not null auto_increment, b int, primary key(a) ); -- cgit v1.2.1