mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge MariaDB 5.2.5 release into MariaDB-5.2-rpl.
This commit is contained in:
@ -1,9 +1,5 @@
|
||||
stop slave;
|
||||
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
||||
reset master;
|
||||
reset slave;
|
||||
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
||||
start slave;
|
||||
include/master-slave.inc
|
||||
[connection master]
|
||||
########################################################################
|
||||
# TABLES ON MASTER
|
||||
########################################################################
|
||||
@ -124,3 +120,4 @@ a b
|
||||
# No Annotate_rows events should appear below
|
||||
########################################################################
|
||||
FLUSH LOGS;
|
||||
include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user