diff options
author | unknown <jimw@mysql.com> | 2005-01-03 19:56:20 +0100 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-01-03 19:56:20 +0100 |
commit | f7a6654a0d4b69e2655d54bfe38f06b030058a21 (patch) | |
tree | c915bfbcbce57170e53110f9bb2a7b0773f6c49e /mysql-test/t | |
parent | 79e05c83174783adb6cf89b2a2f3e9794637a2bb (diff) | |
parent | c39c21b53792e7830baae28a36ebb6c1171298fe (diff) | |
download | mariadb-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.test | 2 |
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 |