Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new

into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
This commit is contained in:
jmiller@mysql.com 2006-05-11 13:46:43 +02:00
commit 2efbd96b8e

View file

@ -77,11 +77,12 @@ connection slave;
# to go into the relay log (the master always sends a fake one when replication
# starts).
start slave;
#
# This is timing out in pushbuild and should be changed to use
# wait_slave_status.inc
#
sleep 2;
--disable_query_log
--disable_result_log
let $result_pattern= '%127.0.0.1%root%master-bin.000002%slave-relay-bin.000007%Yes%Yes%0%0%None%';
--source include/wait_slave_status.inc
--enable_query_log
--enable_result_log
sync_with_master;
flush logs;
stop slave;