diff options
author | unknown <igor@olga.mysql.com> | 2007-07-21 15:46:02 -0700 |
---|---|---|
committer | unknown <igor@olga.mysql.com> | 2007-07-21 15:46:02 -0700 |
commit | 5f0036eb9f30735adae73e3d7a95bb05b1d7424a (patch) | |
tree | 24be234014255203f2ca7bd640d5bb22d51ed204 /mysql-test/t | |
parent | 7507cbaaf047f56f320551ed70a4d372c0bda044 (diff) | |
parent | 9260c30d36bd9868f8c1625fc06600e2c2f2a0d5 (diff) | |
download | mariadb-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.test | 1 |
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 |