summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_loaddata_symlink.test
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-09-20 17:51:43 +0200
committerSergei Golubchik <serg@mariadb.org>2017-09-20 18:17:50 +0200
commitb7434bacbdd99d9c60499415f8be10aa59234dbf (patch)
tree11434dc484cfdab24b6531550b66a4d91cd132b5 /mysql-test/suite/rpl/t/rpl_loaddata_symlink.test
parent8f3fd98d25da483efd2ce8eb2300d842b4f5e21f (diff)
downloadmariadb-git-b7434bacbdd99d9c60499415f8be10aa59234dbf.tar.gz
include/master-slave.inc must always be included last
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_loaddata_symlink.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_loaddata_symlink.test2
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 c73fa2897f3..e5ee400d231 100644
--- a/mysql-test/suite/rpl/t/rpl_loaddata_symlink.test
+++ b/mysql-test/suite/rpl/t/rpl_loaddata_symlink.test
@@ -4,8 +4,8 @@
# if the path of the load data file is a symbolic link.
#
--source include/not_windows.inc
---source include/master-slave.inc
--source include/have_binlog_format_statement.inc
+--source include/master-slave.inc
create table t1(a int not null auto_increment, b int, primary key(a) );
load data infile '../../std_data/rpl_loaddata.dat' into table t1;