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

Merge mysql.com:/home/bkroot/mysql-5.1-new

into  mysql.com:/home/bk/b17400-mysql-5.1-new
This commit is contained in:
mats@mysql.com
2006-04-19 10:58:44 +02:00
4 changed files with 322 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ SELECT id,hex(b1),vc,bc,d,f,total,y,t FROM t1 WHERE id = 412;
# Must give injector thread a little time to get update
# into the binlog other wise we will miss the update.
sleep 3;
sleep 10;
sync_slave_with_master;
--echo --- Check Update on slave ---