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:
@@ -12,8 +12,8 @@
|
||||
# deletes their contents through the merge table. Finally, the slave
|
||||
# is synchronized with the master and (after the fix) it won't crash.
|
||||
#
|
||||
--source include/master-slave.inc
|
||||
--source include/have_binlog_format_row.inc
|
||||
--source include/master-slave.inc
|
||||
--connection master
|
||||
|
||||
CREATE TABLE t1 (a int) ENGINE=MyISAM;
|
||||
|
Reference in New Issue
Block a user