mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
On behalf of Jasonh: fix for a failing test case of bug 37051
This commit is contained in:
@@ -17,6 +17,9 @@ if ($show_sql_error)
|
|||||||
echo Last_SQL_Error = $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
|
# skip the erroneous statement
|
||||||
set global sql_slave_skip_counter=1;
|
set global sql_slave_skip_counter=1;
|
||||||
start slave;
|
start slave;
|
||||||
|
Reference in New Issue
Block a user