mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
test updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user