1
0
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:
unknown
2011-04-01 15:07:10 +02:00
1686 changed files with 28389 additions and 42301 deletions

View File

@ -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