1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

after-merge fix

This commit is contained in:
serg@serg.mylan
2005-02-18 14:53:23 +01:00
parent 262dd182ef
commit b68514ddd1
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ sync_slave_with_master;
select * from mysqltest.t1;
connection master;
--replace_column 2 # 5 #
show binlog events from 95;
show binlog events from 96;
drop database mysqltest;
sync_slave_with_master;