From 5b66df060f0c17c6cda10cd09ce9dadd0ebab309 Mon Sep 17 00:00:00 2001 From: "lars@mysql.com" <> Date: Mon, 13 Feb 2006 19:52:57 +0100 Subject: [PATCH] BUG#17339: Missed line in previous patch --- mysql-test/r/rpl_loaddata_s.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/r/rpl_loaddata_s.result b/mysql-test/r/rpl_loaddata_s.result index 86527b6d190..f0c79c81c15 100644 --- a/mysql-test/r/rpl_loaddata_s.result +++ b/mysql-test/r/rpl_loaddata_s.result @@ -12,3 +12,4 @@ count(*) 2 show binlog events from 102; Log_name Pos Event_type Server_id End_log_pos Info +drop table test.t1;