1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

test updates

This commit is contained in:
jmiller@mysql.com
2006-02-09 15:29:57 +01:00
parent 3c426cd787
commit a66d8a5b3b
7 changed files with 15 additions and 8 deletions

View File

@@ -36,6 +36,9 @@ delimiter ;|
CALL test.p1();
SELECT * FROM test.t1 ORDER BY blob_column;
save_master_pos;
# Need to allow some time when NDB engine is used for
# the injector thread to have time to populate binlog
sleep 10;
sync_slave_with_master;
connection slave;
SELECT * FROM test.t1 ORDER BY blob_column;