diff options
author | unknown <knielsen@knielsen-hq.org> | 2010-10-26 16:58:52 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2010-10-26 16:58:52 +0200 |
commit | 43eb70d0bf060c12eba544abfdf4eff8bd96bd3a (patch) | |
tree | bd1862f16eb2054b6c362f2b053e4d198ff687d6 | |
parent | 638033b9d549e81e2874682c59a720aa859ad5b8 (diff) | |
download | mariadb-git-43eb70d0bf060c12eba544abfdf4eff8bd96bd3a.tar.gz |
Make the skip-on-windows check as the first one, as the master-slave include fails on windows.
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_loaddata_symlink.test | 2 |
1 files changed, 1 insertions, 1 deletions
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) ); |