1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Modifications in mysql-5.5 engines test suite.

This commit is contained in:
Nirbhay Choubey
2011-01-05 12:23:05 +05:30
parent 7ae713f263
commit 7a8d3e00e9
57 changed files with 1530 additions and 217 deletions

View File

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