summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-error.result
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-01-03 19:53:54 +0100
committerunknown <jimw@mysql.com>2005-01-03 19:53:54 +0100
commit5fb4be5202b5866e13db949c415b2a241f23de8b (patch)
treec03b5c94db0f0ceb7ebc0fd82975fb754b216958 /mysql-test/r/sp-error.result
parente0a5873072b34d45757e1df51ab65858727907ef (diff)
downloadmariadb-git-5fb4be5202b5866e13db949c415b2a241f23de8b.tar.gz
Fix 'SHOW CREATE FUNCTION' to say 'FUNCTION' in its error message. (Bug #6338)
sql/sql_parse.cc: Fix SP_COM_STRING() macro for 'SHOW CREATE FUNCTION' case mysql-test/r/sp-error.result: results for SHOW CREATE FUNCTION test mysql-test/t/sp-error.test: test SHOW CREATE FUNCTION
Diffstat (limited to 'mysql-test/r/sp-error.result')
-rw-r--r--mysql-test/r/sp-error.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/sp-error.result b/mysql-test/r/sp-error.result
index 642f1aedd78..57126162e3f 100644
--- a/mysql-test/r/sp-error.result
+++ b/mysql-test/r/sp-error.result
@@ -47,6 +47,8 @@ Warnings:
Note 1305 PROCEDURE foo does not exist
show create procedure foo|
ERROR 42000: PROCEDURE foo does not exist
+show create function foo|
+ERROR 42000: FUNCTION foo does not exist
create procedure foo()
foo: loop
leave bar;