summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp_notembedded.test
diff options
context:
space:
mode:
authorunknown <holyfoot@mysql.com>2006-04-12 14:50:26 +0500
committerunknown <holyfoot@mysql.com>2006-04-12 14:50:26 +0500
commitf4e858110c8a5fd57bb98523be1c03899bbac68f (patch)
tree579ee61471da6f02c3c67b5424a82145c1d10420 /mysql-test/t/sp_notembedded.test
parent10633fd8397f8450b5076bb98f336f6d20967b5d (diff)
parent4de90ee7c13d6991a1df8a3dadb4b8446665634e (diff)
downloadmariadb-git-f4e858110c8a5fd57bb98523be1c03899bbac68f.tar.gz
Merge bk@192.168.21.1:mysql-5.0
into mysql.com:/home/hf/work/mysql-5.0.17756
Diffstat (limited to 'mysql-test/t/sp_notembedded.test')
-rw-r--r--mysql-test/t/sp_notembedded.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/sp_notembedded.test b/mysql-test/t/sp_notembedded.test
index 3854297ec0c..ead33ff9968 100644
--- a/mysql-test/t/sp_notembedded.test
+++ b/mysql-test/t/sp_notembedded.test
@@ -1,6 +1,10 @@
# Can't test with embedded server
-- source include/not_embedded.inc
+--sleep 2
+--disable_warnings
+drop table if exists t1,t3;
+--enable_warnings
delimiter |;
#
@@ -260,3 +264,4 @@ drop procedure bug10100pc|
drop view v1|
delimiter ;|
+drop table t3;