summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-04-21 17:12:59 +0300
committermonty@donna.mysql.fi <>2001-04-21 17:12:59 +0300
commit1e3df575b93b40145ff854e30af3f443d74537b6 (patch)
tree92c2e4e17ada35f43a9188e384c11136d46b1e7d /mysql-test/include
parent0f37b1244b8356f32ef58245d94a3a920e047428 (diff)
downloadmariadb-git-1e3df575b93b40145ff854e30af3f443d74537b6.tar.gz
Fixed probelm with count(*) and normal functions when no matchin rows.
Changed 'lib' to 'master-data' Fix for slow slaves
Diffstat (limited to 'mysql-test/include')
-rw-r--r--mysql-test/include/master-slave.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/include/master-slave.inc b/mysql-test/include/master-slave.inc
index 69ab73db6b5..61077f898f6 100644
--- a/mysql-test/include/master-slave.inc
+++ b/mysql-test/include/master-slave.inc
@@ -9,5 +9,7 @@ connection master;
reset master;
connection slave;
reset slave;
+# Clean up old test tables
+drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
slave start;
@r/slave-running.result show status like 'Slave_running';