mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
include/master-slave.inc must always be included last
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
# will be binlogged as
|
||||
# 'INSERT INTO t1 VALUES (1) /*!10000, (2)*/ /* 99999 ,(3)*/'.
|
||||
###############################################################################
|
||||
source include/master-slave.inc;
|
||||
source include/have_binlog_format_statement.inc;
|
||||
source include/master-slave.inc;
|
||||
|
||||
CREATE TABLE t1(c1 INT);
|
||||
source include/show_binlog_events.inc;
|
||||
|
Reference in New Issue
Block a user