1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

bug#30435

refining the test after it failed on pb.


mysql-test/r/rpl_loaddata_map.result:
  results changed
mysql-test/t/rpl_loaddata_map.test:
  refining the test
This commit is contained in:
unknown
2007-12-22 19:59:47 +02:00
parent ce187c0dc4
commit ff84f4047e
2 changed files with 4 additions and 2 deletions

View File

@ -29,6 +29,7 @@ create table t2 (id int not null primary key auto_increment);
show variables like 'max_allowed_packet' /* 8K */;
show variables like 'read_buffer_size' /* 9K */;
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
eval load data infile '$MYSQLTEST_VARDIR/tmp/bug30435_5k.txt' into table t2;
select count(*) from t2 /* 5 000 */;
@ -36,6 +37,7 @@ select count(*) from t2 /* 5 000 */;
--let $binlog_start=98
--replace_column 5 #
--replace_regex /\/\* xid=.* \*\//\/* XID *\//
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
--eval show binlog events in 'master-bin.000002' from $binlog_start