1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

rpl_skip_error.test fixed

This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none)
2007-06-22 09:28:38 +05:00
parent a5b37d95ff
commit 78c53ea32e
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ sync_slave_with_master;
connection slave;
select @@server_id;
select * from t1;
--replace_column 1 # 8 # 9 # 23 # 33 #
--replace_result $MASTER_MYPORT MASTER_PORT
show slave status;
connection master;