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-21 15:25:28 +05:00
parent 3b08919f6a
commit a5b37d95ff
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_result $MASTER_MYPORT MASTER_PORT
show slave status;
connection master;
drop table t1;