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

Better error reporting in mysql-test-run (don't hide the important message

with 'head').
Test fix (this sync_with_master was nonsense).
Now all tests pass in 4.0 in autobuild.
This commit is contained in:
guilhem@mysql.com
2003-06-17 16:35:20 +02:00
parent 54a5e17dbd
commit ab5479e6e2
2 changed files with 3 additions and 4 deletions

View File

@@ -73,12 +73,9 @@ insert into t2 values(1234);
#same value on the master
connection master;
save_master_pos;
set insert_id=1234;
insert into t2 values(NULL);
connection slave;
sync_with_master;
wait_for_slave_to_stop;
#restart slave skipping one event