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 | 010733cb1323c7a88f8d15d0834dd98258274bca (patch) | |
tree | bd1862f16eb2054b6c362f2b053e4d198ff687d6 | |
parent | 60c15066db4f59e0362420d46a1ca5b6fbb30e56 (diff) | |
download | mariadb-git-010733cb1323c7a88f8d15d0834dd98258274bca.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) ); |