1
0
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:
pem@mysql.com
2003-01-15 15:39:36 +01:00
parent d0bcc9dc0f
commit b863798a7c
27 changed files with 175 additions and 63 deletions

View File

@@ -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