mirror of
https://github.com/MariaDB/server.git
synced 2025-12-13 20:03:16 +03:00
Fixed some error handling in the SP parts of the parser.
This commit is contained in:
@@ -270,4 +270,11 @@
|
||||
#define ER_SP_ALREADY_EXISTS 1251
|
||||
#define ER_SP_DOES_NOT_EXIST 1252
|
||||
#define ER_SP_DROP_FAILED 1253
|
||||
#define ER_ERROR_MESSAGES 254
|
||||
#define ER_SP_STORE_FAILED 1254
|
||||
#define ER_SP_LEAVE_MISMATCH 1255
|
||||
#define ER_SP_ITERATE_MISMATCH 1256
|
||||
#define ER_SP_LABEL_REDEFINE 1257
|
||||
#define ER_SP_LABEL_MISMATCH 1258
|
||||
#define ER_SP_UNINIT_VAR 1259
|
||||
#define ER_ERROR_MESSAGES 260
|
||||
|
||||
|
||||
Reference in New Issue
Block a user