summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_loaddata_rule_m.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/rpl_loaddata_rule_m.result')
-rw-r--r--mysql-test/r/rpl_loaddata_rule_m.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_loaddata_rule_m.result b/mysql-test/r/rpl_loaddata_rule_m.result
index 3571c9973ea..dd68df4fd64 100644
--- a/mysql-test/r/rpl_loaddata_rule_m.result
+++ b/mysql-test/r/rpl_loaddata_rule_m.result
@@ -17,3 +17,5 @@ master-bin.000001 # Query 1 # create database mysqltest
master-bin.000001 # Begin_load_query 1 # ;file_id=1;block_len=12
master-bin.000001 # Execute_load_query 1 # use `mysqltest`; load data infile '../../std_data/rpl_loaddata.dat' into table test.t1 ;file_id=1
drop database mysqltest;
+use test;
+drop table t1;