summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-error.result
diff options
context:
space:
mode:
authorpem@mysql.com <>2005-12-06 13:34:18 +0100
committerpem@mysql.com <>2005-12-06 13:34:18 +0100
commita0ed1d5aba66f9ca677877a42f2d72e318906486 (patch)
tree22e589d866e2e6c9864012307d0df61496105a96 /mysql-test/r/sp-error.result
parentdf4887308967a0d21acad7c7fbc0817b6fa52cb1 (diff)
parenteb5bf2ec338379645cd8dd260de51f8ccbd46aa1 (diff)
downloadmariadb-git-a0ed1d5aba66f9ca677877a42f2d72e318906486.tar.gz
Merge mysql.com:/usr/local/bk/mysql-5.0
into mysql.com:/usr/home/pem/bug14233/mysql-5.0
Diffstat (limited to 'mysql-test/r/sp-error.result')
-rw-r--r--mysql-test/r/sp-error.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sp-error.result b/mysql-test/r/sp-error.result
index 963f14820be..67b4f377790 100644
--- a/mysql-test/r/sp-error.result
+++ b/mysql-test/r/sp-error.result
@@ -124,7 +124,7 @@ begin
declare x int;
set x = val+3;
end|
-ERROR 42000: No RETURN found in FUNCTION f
+ERROR 42000: No RETURN found in FUNCTION test.f
create function f(val int) returns int
begin
declare x int;