1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#13861 - START SLAVE UNTIL may stop 1 evnt too late if

log-slave-updates and circul repl

After merge fixes.
This commit is contained in:
svoj@mysql.com/june.mysql.com
2008-02-27 21:46:06 +04:00
parent 6c6afd7130
commit cf50a67cca
6 changed files with 19 additions and 10 deletions

View File

@ -9,7 +9,10 @@
# sql threads to stop
# 3) If loops too long die.
####################################################
connection slave;
if (!$keep_connection)
{
connection slave;
}
let $row_number= 1;
let $run= 1;
let $counter= 300;