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

Post merge fixes of result files.

This commit is contained in:
mats@romeo.(none)
2007-03-30 04:44:49 +02:00
parent b463c78218
commit 55dd7f8bd8
31 changed files with 791 additions and 788 deletions

View File

@ -10,6 +10,6 @@ load data infile '../std_data_ln/rpl_loaddata.dat' into table test.t1;
select count(*) from test.t1;
count(*)
2
show binlog events from 105;
show binlog events from <binlog_start>;
Log_name Pos Event_type Server_id End_log_pos Info
drop table test.t1;