summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-error.result
diff options
context:
space:
mode:
authorpem@mysql.comhem.se <>2003-11-14 13:46:50 +0100
committerpem@mysql.comhem.se <>2003-11-14 13:46:50 +0100
commit81c4cca68619bb232aa1acac78d08b8354f1fb7b (patch)
treec21bcd3e1a0cbb23ee2d3998a5995ee439210854 /mysql-test/r/sp-error.result
parentc38bb3d79d1ad0e8d12334185530ce44ff8275af (diff)
downloadmariadb-git-81c4cca68619bb232aa1acac78d08b8354f1fb7b.tar.gz
Changed single generic error code/message into different ones for duplicate things.
(For multi-lingual support.) Also fixed memory leak when aborting parsing for a duplicate cursor.
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 2ece3e61d1d..82da4e0cb2e 100644
--- a/mysql-test/r/sp-error.result
+++ b/mysql-test/r/sp-error.result
@@ -237,7 +237,7 @@ begin
declare x float;
declare x int;
end;
-ERROR HY000: Duplicate parameter: x
+ERROR HY000: Duplicate variable: x
create procedure p()
begin
declare c condition for 1064;