on behalf of jasonh : fix of a test problem re bug#37051:

Wait for slave to stop before set skip counter
This commit is contained in:
Georgi Kodinov 2008-08-28 16:16:06 +03:00
parent 8b0e99fe26
commit 49411edb69

View File

@ -17,6 +17,9 @@ if ($show_sql_error)
echo Last_SQL_Error = $error;
}
# wait for SQL thread to stop after the error
source include/wait_for_slave_sql_to_stop.inc;
# skip the erroneous statement
set global sql_slave_skip_counter=1;
start slave;