mirror of
https://github.com/MariaDB/server.git
synced 2025-12-13 20:03:16 +03:00
Fixed some basic error handling for SP functions in mysql_execute_command().
This commit is contained in:
@@ -266,4 +266,8 @@
|
||||
#define ER_SELECT_REDUCED 1247
|
||||
#define ER_TABLENAME_NOT_ALLOWED_HERE 1248
|
||||
#define ER_NOT_SUPPORTED_AUTH_MODE 1249
|
||||
#define ER_ERROR_MESSAGES 250
|
||||
#define ER_SP_NO_RECURSIVE_CREATE 1250
|
||||
#define ER_SP_ALREADY_EXISTS 1251
|
||||
#define ER_SP_DOES_NOT_EXIST 1252
|
||||
#define ER_SP_DROP_FAILED 1253
|
||||
#define ER_ERROR_MESSAGES 254
|
||||
|
||||
Reference in New Issue
Block a user