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

rpl_log.result:

a result file for a fix for bug #2557
rpl_log.test:
  A test case for a fix for bug #2557
This commit is contained in:
Sinisa@sinisa.nasamreza.org
2004-02-02 21:34:04 +02:00
parent a622585236
commit 5ba24f84e1
2 changed files with 17 additions and 7 deletions

View File

@ -35,12 +35,14 @@ drop table t1;
create table t1 (word char(20) not null);
load data infile '../../std_data/words.dat' into table t1 ignore 1 lines;
select count(*) from t1;
create table t2 like t1;
drop table t1;
--replace_result $VERSION VERSION
show binlog events;
show binlog events from 79 limit 1;
show binlog events from 79 limit 2;
show binlog events from 79 limit 2,1;
show binlog events from 79 limit 2,2;
flush logs;
# We need an extra update before doing save_master_pos.