1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix cherry picking patch of BUG#37051

This commit is contained in:
He Zhenxing
2008-08-26 20:11:56 +08:00
parent 407080004f
commit 90b072cbde
2 changed files with 18 additions and 17 deletions

View File

@@ -19,5 +19,6 @@ if ($show_sql_error)
# skip the erroneous statement
set global sql_slave_skip_counter=1;
source include/start_slave.inc;
start slave;
source include/wait_for_slave_to_start.inc;
connection master;