diff options
author | unknown <serg@serg.mylan> | 2004-07-21 23:32:11 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-07-21 23:32:11 +0200 |
commit | a9856042bc2955bb92da5a4b62fe5c756be84bcb (patch) | |
tree | 627d927e4e9e57f24d498a32829834b2b686e419 /include/mysqld_error.h | |
parent | 3efc721a3ce0a3c68dc82166c4134d414dfcdfa8 (diff) | |
parent | 062ac038dfd9332d121287aa4b91eaff0477aa34 (diff) | |
download | mariadb-git-a9856042bc2955bb92da5a4b62fe5c756be84bcb.tar.gz |
merged
mysql-test/r/ps_1general.result:
Auto merged
mysql-test/r/ps_2myisam.result:
Auto merged
mysql-test/r/ps_3innodb.result:
Auto merged
mysql-test/r/ps_4heap.result:
Auto merged
mysql-test/r/ps_5merge.result:
Auto merged
mysql-test/r/ps_6bdb.result:
Auto merged
sql/sql_prepare.cc:
Auto merged
sql/sql_select.cc:
Auto merged
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 111 |
1 files changed, 56 insertions, 55 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 11adee75c1a..59146f63179 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -317,58 +317,59 @@ #define ER_UNKNOWN_TIME_ZONE 1298 #define ER_WARN_INVALID_TIMESTAMP 1299 #define ER_INVALID_CHARACTER_STRING 1300 -#define ER_SP_NO_RECURSIVE_CREATE 1301 -#define ER_SP_ALREADY_EXISTS 1302 -#define ER_SP_DOES_NOT_EXIST 1303 -#define ER_SP_DROP_FAILED 1304 -#define ER_SP_STORE_FAILED 1305 -#define ER_SP_LILABEL_MISMATCH 1306 -#define ER_SP_LABEL_REDEFINE 1307 -#define ER_SP_LABEL_MISMATCH 1308 -#define ER_SP_UNINIT_VAR 1309 -#define ER_SP_BADSELECT 1310 -#define ER_SP_BADRETURN 1311 -#define ER_SP_BADSTATEMENT 1312 -#define ER_UPDATE_LOG_DEPRECATED_IGNORED 1313 -#define ER_UPDATE_LOG_DEPRECATED_TRANSLATED 1314 -#define ER_QUERY_INTERRUPTED 1315 -#define ER_SP_WRONG_NO_OF_ARGS 1316 -#define ER_SP_COND_MISMATCH 1317 -#define ER_SP_NORETURN 1318 -#define ER_SP_NORETURNEND 1319 -#define ER_SP_BAD_CURSOR_QUERY 1320 -#define ER_SP_BAD_CURSOR_SELECT 1321 -#define ER_SP_CURSOR_MISMATCH 1322 -#define ER_SP_CURSOR_ALREADY_OPEN 1323 -#define ER_SP_CURSOR_NOT_OPEN 1324 -#define ER_SP_UNDECLARED_VAR 1325 -#define ER_SP_WRONG_NO_OF_FETCH_ARGS 1326 -#define ER_SP_FETCH_NO_DATA 1327 -#define ER_SP_DUP_PARAM 1328 -#define ER_SP_DUP_VAR 1329 -#define ER_SP_DUP_COND 1330 -#define ER_SP_DUP_CURS 1331 -#define ER_SP_CANT_ALTER 1332 -#define ER_SP_SUBSELECT_NYI 1333 -#define ER_SP_NO_USE 1334 -#define ER_SP_VARCOND_AFTER_CURSHNDLR 1335 -#define ER_SP_CURSOR_AFTER_HANDLER 1336 -#define ER_SP_CASE_NOT_FOUND 1337 -#define ER_FPARSER_TOO_BIG_FILE 1338 -#define ER_FPARSER_BAD_HEADER 1339 -#define ER_FPARSER_EOF_IN_COMMENT 1340 -#define ER_FPARSER_ERROR_IN_PARAMETER 1341 -#define ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER 1342 -#define ER_VIEW_NO_EXPLAIN 1343 -#define ER_FRM_UNKNOWN_TYPE 1344 -#define ER_WRONG_OBJECT 1345 -#define ER_NONUPDATEABLE_COLUMN 1346 -#define ER_VIEW_SELECT_DERIVED 1347 -#define ER_VIEW_SELECT_PROCEDURE 1348 -#define ER_VIEW_SELECT_VARIABLE 1349 -#define ER_VIEW_SELECT_TMPTABLE 1350 -#define ER_VIEW_WRONG_LIST 1351 -#define ER_WARN_VIEW_MERGE 1352 -#define ER_WARN_VIEW_WITHOUT_KEY 1353 -#define ER_VIEW_INVALID 1354 -#define ER_ERROR_MESSAGES 355 +#define ER_WARN_ALLOWED_PACKET_OVERFLOWED 1301 +#define ER_SP_NO_RECURSIVE_CREATE 1302 +#define ER_SP_ALREADY_EXISTS 1303 +#define ER_SP_DOES_NOT_EXIST 1304 +#define ER_SP_DROP_FAILED 1305 +#define ER_SP_STORE_FAILED 1306 +#define ER_SP_LILABEL_MISMATCH 1307 +#define ER_SP_LABEL_REDEFINE 1308 +#define ER_SP_LABEL_MISMATCH 1309 +#define ER_SP_UNINIT_VAR 1310 +#define ER_SP_BADSELECT 1311 +#define ER_SP_BADRETURN 1312 +#define ER_SP_BADSTATEMENT 1313 +#define ER_UPDATE_LOG_DEPRECATED_IGNORED 1314 +#define ER_UPDATE_LOG_DEPRECATED_TRANSLATED 1315 +#define ER_QUERY_INTERRUPTED 1316 +#define ER_SP_WRONG_NO_OF_ARGS 1317 +#define ER_SP_COND_MISMATCH 1318 +#define ER_SP_NORETURN 1319 +#define ER_SP_NORETURNEND 1320 +#define ER_SP_BAD_CURSOR_QUERY 1321 +#define ER_SP_BAD_CURSOR_SELECT 1322 +#define ER_SP_CURSOR_MISMATCH 1323 +#define ER_SP_CURSOR_ALREADY_OPEN 1324 +#define ER_SP_CURSOR_NOT_OPEN 1325 +#define ER_SP_UNDECLARED_VAR 1326 +#define ER_SP_WRONG_NO_OF_FETCH_ARGS 1327 +#define ER_SP_FETCH_NO_DATA 1328 +#define ER_SP_DUP_PARAM 1329 +#define ER_SP_DUP_VAR 1330 +#define ER_SP_DUP_COND 1331 +#define ER_SP_DUP_CURS 1332 +#define ER_SP_CANT_ALTER 1333 +#define ER_SP_SUBSELECT_NYI 1334 +#define ER_SP_NO_USE 1335 +#define ER_SP_VARCOND_AFTER_CURSHNDLR 1336 +#define ER_SP_CURSOR_AFTER_HANDLER 1337 +#define ER_SP_CASE_NOT_FOUND 1338 +#define ER_FPARSER_TOO_BIG_FILE 1339 +#define ER_FPARSER_BAD_HEADER 1340 +#define ER_FPARSER_EOF_IN_COMMENT 1341 +#define ER_FPARSER_ERROR_IN_PARAMETER 1342 +#define ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER 1343 +#define ER_VIEW_NO_EXPLAIN 1344 +#define ER_FRM_UNKNOWN_TYPE 1345 +#define ER_WRONG_OBJECT 1346 +#define ER_NONUPDATEABLE_COLUMN 1347 +#define ER_VIEW_SELECT_DERIVED 1348 +#define ER_VIEW_SELECT_PROCEDURE 1349 +#define ER_VIEW_SELECT_VARIABLE 1350 +#define ER_VIEW_SELECT_TMPTABLE 1351 +#define ER_VIEW_WRONG_LIST 1352 +#define ER_WARN_VIEW_MERGE 1353 +#define ER_WARN_VIEW_WITHOUT_KEY 1354 +#define ER_VIEW_INVALID 1355 +#define ER_ERROR_MESSAGES 356 |