mirror of
https://github.com/MariaDB/server.git
synced 2025-12-13 20:03:16 +03:00
Added check for selects without into in SPs, and updated error messages and tests
accordingly.
This commit is contained in:
@@ -271,10 +271,10 @@
|
||||
#define ER_SP_DOES_NOT_EXIST 1252
|
||||
#define ER_SP_DROP_FAILED 1253
|
||||
#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_SP_LILABEL_MISMATCH 1255
|
||||
#define ER_SP_LABEL_REDEFINE 1256
|
||||
#define ER_SP_LABEL_MISMATCH 1257
|
||||
#define ER_SP_UNINIT_VAR 1258
|
||||
#define ER_SP_BADSELECT 1259
|
||||
#define ER_ERROR_MESSAGES 260
|
||||
|
||||
|
||||
Reference in New Issue
Block a user