diff options
author | pem@mysql.comhem.se <> | 2003-11-14 13:46:50 +0100 |
---|---|---|
committer | pem@mysql.comhem.se <> | 2003-11-14 13:46:50 +0100 |
commit | 81c4cca68619bb232aa1acac78d08b8354f1fb7b (patch) | |
tree | c21bcd3e1a0cbb23ee2d3998a5995ee439210854 /mysql-test/r/sp-error.result | |
parent | c38bb3d79d1ad0e8d12334185530ce44ff8275af (diff) | |
download | mariadb-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.result | 2 |
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; |