mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Make the skip-on-windows check as the first one, as the master-slave include fails on windows.
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
# This test verifies if loading data infile will work fine
|
# This test verifies if loading data infile will work fine
|
||||||
# if the path of the load data file is a symbolic link.
|
# if the path of the load data file is a symbolic link.
|
||||||
#
|
#
|
||||||
--source include/master-slave.inc
|
|
||||||
--source include/not_windows.inc
|
--source include/not_windows.inc
|
||||||
|
--source include/master-slave.inc
|
||||||
--source include/have_binlog_format_statement.inc
|
--source include/have_binlog_format_statement.inc
|
||||||
|
|
||||||
create table t1(a int not null auto_increment, b int, primary key(a) );
|
create table t1(a int not null auto_increment, b int, primary key(a) );
|
||||||
|
Reference in New Issue
Block a user