mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
include/master-slave.inc must always be included last
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user