summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000007.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/rpl000007.test')
-rw-r--r--mysql-test/t/rpl000007.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/rpl000007.test b/mysql-test/t/rpl000007.test
index 4425a5725e8..8ff1e1782cc 100644
--- a/mysql-test/t/rpl000007.test
+++ b/mysql-test/t/rpl000007.test
@@ -2,12 +2,10 @@
#the ones on bar
source include/master-slave.inc;
connection slave;
-use test;
drop table if exists foo;
create table foo (n int);
insert into foo values(4);
connection master;
-use test;
drop table if exists foo;
create table foo (s char(20));
load data infile '../../std_data/words.dat' into table foo;