summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorunknown <igor@olga.mysql.com>2007-07-21 15:46:02 -0700
committerunknown <igor@olga.mysql.com>2007-07-21 15:46:02 -0700
commit5f0036eb9f30735adae73e3d7a95bb05b1d7424a (patch)
tree24be234014255203f2ca7bd640d5bb22d51ed204 /mysql-test/t
parent7507cbaaf047f56f320551ed70a4d372c0bda044 (diff)
parent9260c30d36bd9868f8c1625fc06600e2c2f2a0d5 (diff)
downloadmariadb-git-5f0036eb9f30735adae73e3d7a95bb05b1d7424a.tar.gz
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into olga.mysql.com:/home/igor/mysql-5.0-opt
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/sp.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/sp.test b/mysql-test/t/sp.test
index 2bd499fd78a..5aaf4f21ae0 100644
--- a/mysql-test/t/sp.test
+++ b/mysql-test/t/sp.test
@@ -7201,6 +7201,7 @@ EXPLAIN SELECT * FROM t1 WHERE c1=f2(rand());
DROP VIEW v1;
DROP FUNCTION f1;
+DROP FUNCTION f2;
DROP TABLE t1;
--echo End of 5.0 tests