mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam.
This commit is contained in:
@@ -20,6 +20,7 @@ sync_slave_with_master;
|
||||
# to stop.
|
||||
#
|
||||
|
||||
--connection master
|
||||
--disable_abort_on_error
|
||||
|
||||
CREATE TABLE t1 (a CHAR(30));
|
||||
@@ -155,5 +156,4 @@ DROP PROCEDURE p2;
|
||||
DROP EVENT e2;
|
||||
DROP TABLE t1, t2;
|
||||
|
||||
--source include/master-slave-end.inc
|
||||
|
||||
--source include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user