summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-01-03 19:56:20 +0100
committerunknown <jimw@mysql.com>2005-01-03 19:56:20 +0100
commitf7a6654a0d4b69e2655d54bfe38f06b030058a21 (patch)
treec915bfbcbce57170e53110f9bb2a7b0773f6c49e /mysql-test/t
parent79e05c83174783adb6cf89b2a2f3e9794637a2bb (diff)
parentc39c21b53792e7830baae28a36ebb6c1171298fe (diff)
downloadmariadb-git-f7a6654a0d4b69e2655d54bfe38f06b030058a21.tar.gz
Merge jwinstead@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/jwinstead2/mysql-5.0 sql/sql_parse.cc: Auto merged
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/sp-error.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/sp-error.test b/mysql-test/t/sp-error.test
index c24f9df16be..b0d7ca60f27 100644
--- a/mysql-test/t/sp-error.test
+++ b/mysql-test/t/sp-error.test
@@ -81,6 +81,8 @@ call foo()|
drop procedure if exists foo|
--error 1305
show create procedure foo|
+--error 1305
+show create function foo|
# LEAVE/ITERATE/GOTO with no match
--error 1308