mysqld_error.h 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. /* Autogenerated file, please don't edit */
  2. #define ER_ERROR_FIRST 1000
  3. #define ER_HASHCHK 1000
  4. #define ER_NISAMCHK 1001
  5. #define ER_NO 1002
  6. #define ER_YES 1003
  7. #define ER_CANT_CREATE_FILE 1004
  8. #define ER_CANT_CREATE_TABLE 1005
  9. #define ER_CANT_CREATE_DB 1006
  10. #define ER_DB_CREATE_EXISTS 1007
  11. #define ER_DB_DROP_EXISTS 1008
  12. #define ER_DB_DROP_DELETE 1009
  13. #define ER_DB_DROP_RMDIR 1010
  14. #define ER_CANT_DELETE_FILE 1011
  15. #define ER_CANT_FIND_SYSTEM_REC 1012
  16. #define ER_CANT_GET_STAT 1013
  17. #define ER_CANT_GET_WD 1014
  18. #define ER_CANT_LOCK 1015
  19. #define ER_CANT_OPEN_FILE 1016
  20. #define ER_FILE_NOT_FOUND 1017
  21. #define ER_CANT_READ_DIR 1018
  22. #define ER_CANT_SET_WD 1019
  23. #define ER_CHECKREAD 1020
  24. #define ER_DISK_FULL 1021
  25. #define ER_DUP_KEY 1022
  26. #define ER_ERROR_ON_CLOSE 1023
  27. #define ER_ERROR_ON_READ 1024
  28. #define ER_ERROR_ON_RENAME 1025
  29. #define ER_ERROR_ON_WRITE 1026
  30. #define ER_FILE_USED 1027
  31. #define ER_FILSORT_ABORT 1028
  32. #define ER_FORM_NOT_FOUND 1029
  33. #define ER_GET_ERRNO 1030
  34. #define ER_ILLEGAL_HA 1031
  35. #define ER_KEY_NOT_FOUND 1032
  36. #define ER_NOT_FORM_FILE 1033
  37. #define ER_NOT_KEYFILE 1034
  38. #define ER_OLD_KEYFILE 1035
  39. #define ER_OPEN_AS_READONLY 1036
  40. #define ER_OUTOFMEMORY 1037
  41. #define ER_OUT_OF_SORTMEMORY 1038
  42. #define ER_UNEXPECTED_EOF 1039
  43. #define ER_CON_COUNT_ERROR 1040
  44. #define ER_OUT_OF_RESOURCES 1041
  45. #define ER_BAD_HOST_ERROR 1042
  46. #define ER_HANDSHAKE_ERROR 1043
  47. #define ER_DBACCESS_DENIED_ERROR 1044
  48. #define ER_ACCESS_DENIED_ERROR 1045
  49. #define ER_NO_DB_ERROR 1046
  50. #define ER_UNKNOWN_COM_ERROR 1047
  51. #define ER_BAD_NULL_ERROR 1048
  52. #define ER_BAD_DB_ERROR 1049
  53. #define ER_TABLE_EXISTS_ERROR 1050
  54. #define ER_BAD_TABLE_ERROR 1051
  55. #define ER_NON_UNIQ_ERROR 1052
  56. #define ER_SERVER_SHUTDOWN 1053
  57. #define ER_BAD_FIELD_ERROR 1054
  58. #define ER_WRONG_FIELD_WITH_GROUP 1055
  59. #define ER_WRONG_GROUP_FIELD 1056
  60. #define ER_WRONG_SUM_SELECT 1057
  61. #define ER_WRONG_VALUE_COUNT 1058
  62. #define ER_TOO_LONG_IDENT 1059
  63. #define ER_DUP_FIELDNAME 1060
  64. #define ER_DUP_KEYNAME 1061
  65. #define ER_DUP_ENTRY 1062
  66. #define ER_WRONG_FIELD_SPEC 1063
  67. #define ER_PARSE_ERROR 1064
  68. #define ER_EMPTY_QUERY 1065
  69. #define ER_NONUNIQ_TABLE 1066
  70. #define ER_INVALID_DEFAULT 1067
  71. #define ER_MULTIPLE_PRI_KEY 1068
  72. #define ER_TOO_MANY_KEYS 1069
  73. #define ER_TOO_MANY_KEY_PARTS 1070
  74. #define ER_TOO_LONG_KEY 1071
  75. #define ER_KEY_COLUMN_DOES_NOT_EXITS 1072
  76. #define ER_BLOB_USED_AS_KEY 1073
  77. #define ER_TOO_BIG_FIELDLENGTH 1074
  78. #define ER_WRONG_AUTO_KEY 1075
  79. #define ER_READY 1076
  80. #define ER_NORMAL_SHUTDOWN 1077
  81. #define ER_GOT_SIGNAL 1078
  82. #define ER_SHUTDOWN_COMPLETE 1079
  83. #define ER_FORCING_CLOSE 1080
  84. #define ER_IPSOCK_ERROR 1081
  85. #define ER_NO_SUCH_INDEX 1082
  86. #define ER_WRONG_FIELD_TERMINATORS 1083
  87. #define ER_BLOBS_AND_NO_TERMINATED 1084
  88. #define ER_TEXTFILE_NOT_READABLE 1085
  89. #define ER_FILE_EXISTS_ERROR 1086
  90. #define ER_LOAD_INFO 1087
  91. #define ER_ALTER_INFO 1088
  92. #define ER_WRONG_SUB_KEY 1089
  93. #define ER_CANT_REMOVE_ALL_FIELDS 1090
  94. #define ER_CANT_DROP_FIELD_OR_KEY 1091
  95. #define ER_INSERT_INFO 1092
  96. #define ER_UPDATE_TABLE_USED 1093
  97. #define ER_NO_SUCH_THREAD 1094
  98. #define ER_KILL_DENIED_ERROR 1095
  99. #define ER_NO_TABLES_USED 1096
  100. #define ER_TOO_BIG_SET 1097
  101. #define ER_NO_UNIQUE_LOGFILE 1098
  102. #define ER_TABLE_NOT_LOCKED_FOR_WRITE 1099
  103. #define ER_TABLE_NOT_LOCKED 1100
  104. #define ER_BLOB_CANT_HAVE_DEFAULT 1101
  105. #define ER_WRONG_DB_NAME 1102
  106. #define ER_WRONG_TABLE_NAME 1103
  107. #define ER_TOO_BIG_SELECT 1104
  108. #define ER_UNKNOWN_ERROR 1105
  109. #define ER_UNKNOWN_PROCEDURE 1106
  110. #define ER_WRONG_PARAMCOUNT_TO_PROCEDURE 1107
  111. #define ER_WRONG_PARAMETERS_TO_PROCEDURE 1108
  112. #define ER_UNKNOWN_TABLE 1109
  113. #define ER_FIELD_SPECIFIED_TWICE 1110
  114. #define ER_INVALID_GROUP_FUNC_USE 1111
  115. #define ER_UNSUPPORTED_EXTENSION 1112
  116. #define ER_TABLE_MUST_HAVE_COLUMNS 1113
  117. #define ER_RECORD_FILE_FULL 1114
  118. #define ER_UNKNOWN_CHARACTER_SET 1115
  119. #define ER_TOO_MANY_TABLES 1116
  120. #define ER_TOO_MANY_FIELDS 1117
  121. #define ER_TOO_BIG_ROWSIZE 1118
  122. #define ER_STACK_OVERRUN 1119
  123. #define ER_WRONG_OUTER_JOIN 1120
  124. #define ER_NULL_COLUMN_IN_INDEX 1121
  125. #define ER_CANT_FIND_UDF 1122
  126. #define ER_CANT_INITIALIZE_UDF 1123
  127. #define ER_UDF_NO_PATHS 1124
  128. #define ER_UDF_EXISTS 1125
  129. #define ER_CANT_OPEN_LIBRARY 1126
  130. #define ER_CANT_FIND_DL_ENTRY 1127
  131. #define ER_FUNCTION_NOT_DEFINED 1128
  132. #define ER_HOST_IS_BLOCKED 1129
  133. #define ER_HOST_NOT_PRIVILEGED 1130
  134. #define ER_PASSWORD_ANONYMOUS_USER 1131
  135. #define ER_PASSWORD_NOT_ALLOWED 1132
  136. #define ER_PASSWORD_NO_MATCH 1133
  137. #define ER_UPDATE_INFO 1134
  138. #define ER_CANT_CREATE_THREAD 1135
  139. #define ER_WRONG_VALUE_COUNT_ON_ROW 1136
  140. #define ER_CANT_REOPEN_TABLE 1137
  141. #define ER_INVALID_USE_OF_NULL 1138
  142. #define ER_REGEXP_ERROR 1139
  143. #define ER_MIX_OF_GROUP_FUNC_AND_FIELDS 1140
  144. #define ER_NONEXISTING_GRANT 1141
  145. #define ER_TABLEACCESS_DENIED_ERROR 1142
  146. #define ER_COLUMNACCESS_DENIED_ERROR 1143
  147. #define ER_ILLEGAL_GRANT_FOR_TABLE 1144
  148. #define ER_GRANT_WRONG_HOST_OR_USER 1145
  149. #define ER_NO_SUCH_TABLE 1146
  150. #define ER_NONEXISTING_TABLE_GRANT 1147
  151. #define ER_NOT_ALLOWED_COMMAND 1148
  152. #define ER_SYNTAX_ERROR 1149
  153. #define ER_DELAYED_CANT_CHANGE_LOCK 1150
  154. #define ER_TOO_MANY_DELAYED_THREADS 1151
  155. #define ER_ABORTING_CONNECTION 1152
  156. #define ER_NET_PACKET_TOO_LARGE 1153
  157. #define ER_NET_READ_ERROR_FROM_PIPE 1154
  158. #define ER_NET_FCNTL_ERROR 1155
  159. #define ER_NET_PACKETS_OUT_OF_ORDER 1156
  160. #define ER_NET_UNCOMPRESS_ERROR 1157
  161. #define ER_NET_READ_ERROR 1158
  162. #define ER_NET_READ_INTERRUPTED 1159
  163. #define ER_NET_ERROR_ON_WRITE 1160
  164. #define ER_NET_WRITE_INTERRUPTED 1161
  165. #define ER_TOO_LONG_STRING 1162
  166. #define ER_TABLE_CANT_HANDLE_BLOB 1163
  167. #define ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 1164
  168. #define ER_DELAYED_INSERT_TABLE_LOCKED 1165
  169. #define ER_WRONG_COLUMN_NAME 1166
  170. #define ER_WRONG_KEY_COLUMN 1167
  171. #define ER_WRONG_MRG_TABLE 1168
  172. #define ER_DUP_UNIQUE 1169
  173. #define ER_BLOB_KEY_WITHOUT_LENGTH 1170
  174. #define ER_PRIMARY_CANT_HAVE_NULL 1171
  175. #define ER_TOO_MANY_ROWS 1172
  176. #define ER_REQUIRES_PRIMARY_KEY 1173
  177. #define ER_NO_RAID_COMPILED 1174
  178. #define ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE 1175
  179. #define ER_KEY_DOES_NOT_EXITS 1176
  180. #define ER_CHECK_NO_SUCH_TABLE 1177
  181. #define ER_CHECK_NOT_IMPLEMENTED 1178
  182. #define ER_CANT_DO_THIS_DURING_AN_TRANSACTION 1179
  183. #define ER_ERROR_DURING_COMMIT 1180
  184. #define ER_ERROR_DURING_ROLLBACK 1181
  185. #define ER_ERROR_DURING_FLUSH_LOGS 1182
  186. #define ER_ERROR_DURING_CHECKPOINT 1183
  187. #define ER_NEW_ABORTING_CONNECTION 1184
  188. #define ER_DUMP_NOT_IMPLEMENTED 1185
  189. #define ER_FLUSH_MASTER_BINLOG_CLOSED 1186
  190. #define ER_INDEX_REBUILD 1187
  191. #define ER_MASTER 1188
  192. #define ER_MASTER_NET_READ 1189
  193. #define ER_MASTER_NET_WRITE 1190
  194. #define ER_FT_MATCHING_KEY_NOT_FOUND 1191
  195. #define ER_LOCK_OR_ACTIVE_TRANSACTION 1192
  196. #define ER_UNKNOWN_SYSTEM_VARIABLE 1193
  197. #define ER_CRASHED_ON_USAGE 1194
  198. #define ER_CRASHED_ON_REPAIR 1195
  199. #define ER_WARNING_NOT_COMPLETE_ROLLBACK 1196
  200. #define ER_TRANS_CACHE_FULL 1197
  201. #define ER_SLAVE_MUST_STOP 1198
  202. #define ER_SLAVE_NOT_RUNNING 1199
  203. #define ER_BAD_SLAVE 1200
  204. #define ER_MASTER_INFO 1201
  205. #define ER_SLAVE_THREAD 1202
  206. #define ER_TOO_MANY_USER_CONNECTIONS 1203
  207. #define ER_SET_CONSTANTS_ONLY 1204
  208. #define ER_LOCK_WAIT_TIMEOUT 1205
  209. #define ER_LOCK_TABLE_FULL 1206
  210. #define ER_READ_ONLY_TRANSACTION 1207
  211. #define ER_DROP_DB_WITH_READ_LOCK 1208
  212. #define ER_CREATE_DB_WITH_READ_LOCK 1209
  213. #define ER_WRONG_ARGUMENTS 1210
  214. #define ER_NO_PERMISSION_TO_CREATE_USER 1211
  215. #define ER_UNION_TABLES_IN_DIFFERENT_DIR 1212
  216. #define ER_LOCK_DEADLOCK 1213
  217. #define ER_TABLE_CANT_HANDLE_FT 1214
  218. #define ER_CANNOT_ADD_FOREIGN 1215
  219. #define ER_NO_REFERENCED_ROW 1216
  220. #define ER_ROW_IS_REFERENCED 1217
  221. #define ER_CONNECT_TO_MASTER 1218
  222. #define ER_QUERY_ON_MASTER 1219
  223. #define ER_ERROR_WHEN_EXECUTING_COMMAND 1220
  224. #define ER_WRONG_USAGE 1221
  225. #define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1222
  226. #define ER_CANT_UPDATE_WITH_READLOCK 1223
  227. #define ER_MIXING_NOT_ALLOWED 1224
  228. #define ER_DUP_ARGUMENT 1225
  229. #define ER_USER_LIMIT_REACHED 1226
  230. #define ER_SPECIFIC_ACCESS_DENIED_ERROR 1227
  231. #define ER_LOCAL_VARIABLE 1228
  232. #define ER_GLOBAL_VARIABLE 1229
  233. #define ER_NO_DEFAULT 1230
  234. #define ER_WRONG_VALUE_FOR_VAR 1231
  235. #define ER_WRONG_TYPE_FOR_VAR 1232
  236. #define ER_VAR_CANT_BE_READ 1233
  237. #define ER_CANT_USE_OPTION_HERE 1234
  238. #define ER_NOT_SUPPORTED_YET 1235
  239. #define ER_MASTER_FATAL_ERROR_READING_BINLOG 1236
  240. #define ER_SLAVE_IGNORED_TABLE 1237
  241. #define ER_INCORRECT_GLOBAL_LOCAL_VAR 1238
  242. #define ER_WRONG_FK_DEF 1239
  243. #define ER_KEY_REF_DO_NOT_MATCH_TABLE_REF 1240
  244. #define ER_OPERAND_COLUMNS 1241
  245. #define ER_SUBQUERY_NO_1_ROW 1242
  246. #define ER_UNKNOWN_STMT_HANDLER 1243
  247. #define ER_CORRUPT_HELP_DB 1244
  248. #define ER_CYCLIC_REFERENCE 1245
  249. #define ER_AUTO_CONVERT 1246
  250. #define ER_ILLEGAL_REFERENCE 1247
  251. #define ER_DERIVED_MUST_HAVE_ALIAS 1248
  252. #define ER_SELECT_REDUCED 1249
  253. #define ER_TABLENAME_NOT_ALLOWED_HERE 1250
  254. #define ER_NOT_SUPPORTED_AUTH_MODE 1251
  255. #define ER_SPATIAL_CANT_HAVE_NULL 1252
  256. #define ER_COLLATION_CHARSET_MISMATCH 1253
  257. #define ER_SLAVE_WAS_RUNNING 1254
  258. #define ER_SLAVE_WAS_NOT_RUNNING 1255
  259. #define ER_TOO_BIG_FOR_UNCOMPRESS 1256
  260. #define ER_ZLIB_Z_MEM_ERROR 1257
  261. #define ER_ZLIB_Z_BUF_ERROR 1258
  262. #define ER_ZLIB_Z_DATA_ERROR 1259
  263. #define ER_CUT_VALUE_GROUP_CONCAT 1260
  264. #define ER_WARN_TOO_FEW_RECORDS 1261
  265. #define ER_WARN_TOO_MANY_RECORDS 1262
  266. #define ER_WARN_NULL_TO_NOTNULL 1263
  267. #define ER_WARN_DATA_OUT_OF_RANGE 1264
  268. #define WARN_DATA_TRUNCATED 1265
  269. #define ER_WARN_USING_OTHER_HANDLER 1266
  270. #define ER_CANT_AGGREGATE_2COLLATIONS 1267
  271. #define ER_DROP_USER 1268
  272. #define ER_REVOKE_GRANTS 1269
  273. #define ER_CANT_AGGREGATE_3COLLATIONS 1270
  274. #define ER_CANT_AGGREGATE_NCOLLATIONS 1271
  275. #define ER_VARIABLE_IS_NOT_STRUCT 1272
  276. #define ER_UNKNOWN_COLLATION 1273
  277. #define ER_SLAVE_IGNORED_SSL_PARAMS 1274
  278. #define ER_SERVER_IS_IN_SECURE_AUTH_MODE 1275
  279. #define ER_WARN_FIELD_RESOLVED 1276
  280. #define ER_BAD_SLAVE_UNTIL_COND 1277
  281. #define ER_MISSING_SKIP_SLAVE 1278
  282. #define ER_UNTIL_COND_IGNORED 1279
  283. #define ER_WRONG_NAME_FOR_INDEX 1280
  284. #define ER_WRONG_NAME_FOR_CATALOG 1281
  285. #define ER_WARN_QC_RESIZE 1282
  286. #define ER_BAD_FT_COLUMN 1283
  287. #define ER_UNKNOWN_KEY_CACHE 1284
  288. #define ER_WARN_HOSTNAME_WONT_WORK 1285
  289. #define ER_UNKNOWN_STORAGE_ENGINE 1286
  290. #define ER_WARN_DEPRECATED_SYNTAX 1287
  291. #define ER_NON_UPDATABLE_TABLE 1288
  292. #define ER_FEATURE_DISABLED 1289
  293. #define ER_OPTION_PREVENTS_STATEMENT 1290
  294. #define ER_DUPLICATED_VALUE_IN_TYPE 1291
  295. #define ER_TRUNCATED_WRONG_VALUE 1292
  296. #define ER_TOO_MUCH_AUTO_TIMESTAMP_COLS 1293
  297. #define ER_INVALID_ON_UPDATE 1294
  298. #define ER_UNSUPPORTED_PS 1295
  299. #define ER_GET_ERRMSG 1296
  300. #define ER_GET_TEMPORARY_ERRMSG 1297
  301. #define ER_UNKNOWN_TIME_ZONE 1298
  302. #define ER_WARN_INVALID_TIMESTAMP 1299
  303. #define ER_INVALID_CHARACTER_STRING 1300
  304. #define ER_WARN_ALLOWED_PACKET_OVERFLOWED 1301
  305. #define ER_CONFLICTING_DECLARATIONS 1302
  306. #define ER_SP_NO_RECURSIVE_CREATE 1303
  307. #define ER_SP_ALREADY_EXISTS 1304
  308. #define ER_SP_DOES_NOT_EXIST 1305
  309. #define ER_SP_DROP_FAILED 1306
  310. #define ER_SP_STORE_FAILED 1307
  311. #define ER_SP_LILABEL_MISMATCH 1308
  312. #define ER_SP_LABEL_REDEFINE 1309
  313. #define ER_SP_LABEL_MISMATCH 1310
  314. #define ER_SP_UNINIT_VAR 1311
  315. #define ER_SP_BADSELECT 1312
  316. #define ER_SP_BADRETURN 1313
  317. #define ER_SP_BADSTATEMENT 1314
  318. #define ER_UPDATE_LOG_DEPRECATED_IGNORED 1315
  319. #define ER_UPDATE_LOG_DEPRECATED_TRANSLATED 1316
  320. #define ER_QUERY_INTERRUPTED 1317
  321. #define ER_SP_WRONG_NO_OF_ARGS 1318
  322. #define ER_SP_COND_MISMATCH 1319
  323. #define ER_SP_NORETURN 1320
  324. #define ER_SP_NORETURNEND 1321
  325. #define ER_SP_BAD_CURSOR_QUERY 1322
  326. #define ER_SP_BAD_CURSOR_SELECT 1323
  327. #define ER_SP_CURSOR_MISMATCH 1324
  328. #define ER_SP_CURSOR_ALREADY_OPEN 1325
  329. #define ER_SP_CURSOR_NOT_OPEN 1326
  330. #define ER_SP_UNDECLARED_VAR 1327
  331. #define ER_SP_WRONG_NO_OF_FETCH_ARGS 1328
  332. #define ER_SP_FETCH_NO_DATA 1329
  333. #define ER_SP_DUP_PARAM 1330
  334. #define ER_SP_DUP_VAR 1331
  335. #define ER_SP_DUP_COND 1332
  336. #define ER_SP_DUP_CURS 1333
  337. #define ER_SP_CANT_ALTER 1334
  338. #define ER_SP_SUBSELECT_NYI 1335
  339. #define ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG 1336
  340. #define ER_SP_VARCOND_AFTER_CURSHNDLR 1337
  341. #define ER_SP_CURSOR_AFTER_HANDLER 1338
  342. #define ER_SP_CASE_NOT_FOUND 1339
  343. #define ER_FPARSER_TOO_BIG_FILE 1340
  344. #define ER_FPARSER_BAD_HEADER 1341
  345. #define ER_FPARSER_EOF_IN_COMMENT 1342
  346. #define ER_FPARSER_ERROR_IN_PARAMETER 1343
  347. #define ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER 1344
  348. #define ER_VIEW_NO_EXPLAIN 1345
  349. #define ER_FRM_UNKNOWN_TYPE 1346
  350. #define ER_WRONG_OBJECT 1347
  351. #define ER_NONUPDATEABLE_COLUMN 1348
  352. #define ER_VIEW_SELECT_DERIVED 1349
  353. #define ER_VIEW_SELECT_CLAUSE 1350
  354. #define ER_VIEW_SELECT_VARIABLE 1351
  355. #define ER_VIEW_SELECT_TMPTABLE 1352
  356. #define ER_VIEW_WRONG_LIST 1353
  357. #define ER_WARN_VIEW_MERGE 1354
  358. #define ER_WARN_VIEW_WITHOUT_KEY 1355
  359. #define ER_VIEW_INVALID 1356
  360. #define ER_SP_NO_DROP_SP 1357
  361. #define ER_SP_GOTO_IN_HNDLR 1358
  362. #define ER_TRG_ALREADY_EXISTS 1359
  363. #define ER_TRG_DOES_NOT_EXIST 1360
  364. #define ER_TRG_ON_VIEW_OR_TEMP_TABLE 1361
  365. #define ER_TRG_CANT_CHANGE_ROW 1362
  366. #define ER_TRG_NO_SUCH_ROW_IN_TRG 1363
  367. #define ER_NO_DEFAULT_FOR_FIELD 1364
  368. #define ER_DIVISION_BY_ZERO 1365
  369. #define ER_TRUNCATED_WRONG_VALUE_FOR_FIELD 1366
  370. #define ER_ILLEGAL_VALUE_FOR_TYPE 1367
  371. #define ER_VIEW_NONUPD_CHECK 1368
  372. #define ER_VIEW_CHECK_FAILED 1369
  373. #define ER_PROCACCESS_DENIED_ERROR 1370
  374. #define ER_RELAY_LOG_FAIL 1371
  375. #define ER_PASSWD_LENGTH 1372
  376. #define ER_UNKNOWN_TARGET_BINLOG 1373
  377. #define ER_IO_ERR_LOG_INDEX_READ 1374
  378. #define ER_BINLOG_PURGE_PROHIBITED 1375
  379. #define ER_FSEEK_FAIL 1376
  380. #define ER_BINLOG_PURGE_FATAL_ERR 1377
  381. #define ER_LOG_IN_USE 1378
  382. #define ER_LOG_PURGE_UNKNOWN_ERR 1379
  383. #define ER_RELAY_LOG_INIT 1380
  384. #define ER_NO_BINARY_LOGGING 1381
  385. #define ER_RESERVED_SYNTAX 1382
  386. #define ER_WSAS_FAILED 1383
  387. #define ER_DIFF_GROUPS_PROC 1384
  388. #define ER_NO_GROUP_FOR_PROC 1385
  389. #define ER_ORDER_WITH_PROC 1386
  390. #define ER_LOGGING_PROHIBIT_CHANGING_OF 1387
  391. #define ER_NO_FILE_MAPPING 1388
  392. #define ER_WRONG_MAGIC 1389
  393. #define ER_PS_MANY_PARAM 1390
  394. #define ER_KEY_PART_0 1391
  395. #define ER_VIEW_CHECKSUM 1392
  396. #define ER_VIEW_MULTIUPDATE 1393
  397. #define ER_VIEW_NO_INSERT_FIELD_LIST 1394
  398. #define ER_VIEW_DELETE_MERGE_VIEW 1395
  399. #define ER_CANNOT_USER 1396
  400. #define ER_XAER_NOTA 1397
  401. #define ER_XAER_INVAL 1398
  402. #define ER_XAER_RMFAIL 1399
  403. #define ER_XAER_OUTSIDE 1400
  404. #define ER_XAER_RMERR 1401
  405. #define ER_XA_RBROLLBACK 1402
  406. #define ER_NONEXISTING_PROC_GRANT 1403
  407. #define ER_PROC_AUTO_GRANT_FAIL 1404
  408. #define ER_PROC_AUTO_REVOKE_FAIL 1405
  409. #define ER_DATA_TOO_LONG 1406
  410. #define ER_SP_BAD_SQLSTATE 1407
  411. #define ER_STARTUP 1408
  412. #define ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR 1409
  413. #define ER_CANT_CREATE_USER_WITH_GRANT 1410
  414. #define ER_WRONG_VALUE_FOR_TYPE 1411
  415. #define ER_TABLE_DEF_CHANGED 1412
  416. #define ER_SP_DUP_HANDLER 1413
  417. #define ER_SP_NOT_VAR_ARG 1414
  418. #define ER_SP_NO_RETSET 1415
  419. #define ER_CANT_CREATE_GEOMETRY_OBJECT 1416
  420. #define ER_FAILED_ROUTINE_BREAK_BINLOG 1417
  421. #define ER_BINLOG_UNSAFE_ROUTINE 1418
  422. #define ER_BINLOG_CREATE_ROUTINE_NEED_SUPER 1419
  423. #define ER_EXEC_STMT_WITH_OPEN_CURSOR 1420
  424. #define ER_STMT_HAS_NO_OPEN_CURSOR 1421
  425. #define ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG 1422
  426. #define ER_NO_DEFAULT_FOR_VIEW_FIELD 1423
  427. #define ER_SP_NO_RECURSION 1424
  428. #define ER_TOO_BIG_SCALE 1425
  429. #define ER_TOO_BIG_PRECISION 1426
  430. #define ER_M_BIGGER_THAN_D 1427
  431. #define ER_WRONG_LOCK_OF_SYSTEM_TABLE 1428
  432. #define ER_CONNECT_TO_FOREIGN_DATA_SOURCE 1429
  433. #define ER_QUERY_ON_FOREIGN_DATA_SOURCE 1430
  434. #define ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST 1431
  435. #define ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE 1432
  436. #define ER_FOREIGN_DATA_STRING_INVALID 1433
  437. #define ER_CANT_CREATE_FEDERATED_TABLE 1434
  438. #define ER_TRG_IN_WRONG_SCHEMA 1435
  439. #define ER_STACK_OVERRUN_NEED_MORE 1436
  440. #define ER_TOO_LONG_BODY 1437
  441. #define ER_WARN_CANT_DROP_DEFAULT_KEYCACHE 1438
  442. #define ER_TOO_BIG_DISPLAYWIDTH 1439
  443. #define ER_XAER_DUPID 1440
  444. #define ER_DATETIME_FUNCTION_OVERFLOW 1441
  445. #define ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG 1442
  446. #define ER_VIEW_PREVENT_UPDATE 1443
  447. #define ER_PS_NO_RECURSION 1444
  448. #define ER_SP_CANT_SET_AUTOCOMMIT 1445
  449. #define ER_MALFORMED_DEFINER 1446
  450. #define ER_VIEW_FRM_NO_USER 1447
  451. #define ER_VIEW_OTHER_USER 1448
  452. #define ER_NO_SUCH_USER 1449
  453. #define ER_FORBID_SCHEMA_CHANGE 1450
  454. #define ER_ROW_IS_REFERENCED_2 1451
  455. #define ER_NO_REFERENCED_ROW_2 1452
  456. #define ER_SP_BAD_VAR_SHADOW 1453
  457. #define ER_TRG_NO_DEFINER 1454
  458. #define ER_OLD_FILE_FORMAT 1455
  459. #define ER_SP_RECURSION_LIMIT 1456
  460. #define ER_SP_PROC_TABLE_CORRUPT 1457
  461. #define ER_SP_WRONG_NAME 1458
  462. #define ER_TABLE_NEEDS_UPGRADE 1459
  463. #define ER_SP_NO_AGGREGATE 1460
  464. #define ER_MAX_PREPARED_STMT_COUNT_REACHED 1461
  465. #define ER_VIEW_RECURSIVE 1462
  466. #define ER_NON_GROUPING_FIELD_USED 1463
  467. #define ER_TABLE_CANT_HANDLE_SPKEYS 1464
  468. #define ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA 1465
  469. #define ER_REMOVED_SPACES 1466
  470. #define ER_AUTOINC_READ_FAILED 1467
  471. #define ER_USERNAME 1468
  472. #define ER_HOSTNAME 1469
  473. #define ER_WRONG_STRING_LENGTH 1470
  474. #define ER_NON_INSERTABLE_TABLE 1471
  475. #define ER_ADMIN_WRONG_MRG_TABLE 1472
  476. #define ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT 1473
  477. #define ER_NAME_BECOMES_EMPTY 1474
  478. #define ER_AMBIGUOUS_FIELD_TERM 1475
  479. #define ER_FOREIGN_SERVER_EXISTS 1476
  480. #define ER_FOREIGN_SERVER_DOESNT_EXIST 1477
  481. #define ER_ILLEGAL_HA_CREATE_OPTION 1478
  482. #define ER_PARTITION_REQUIRES_VALUES_ERROR 1479
  483. #define ER_PARTITION_WRONG_VALUES_ERROR 1480
  484. #define ER_PARTITION_MAXVALUE_ERROR 1481
  485. #define ER_PARTITION_SUBPARTITION_ERROR 1482
  486. #define ER_PARTITION_SUBPART_MIX_ERROR 1483
  487. #define ER_PARTITION_WRONG_NO_PART_ERROR 1484
  488. #define ER_PARTITION_WRONG_NO_SUBPART_ERROR 1485
  489. #define ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR 1486
  490. #define ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR 1487
  491. #define ER_FIELD_NOT_FOUND_PART_ERROR 1488
  492. #define ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR 1489
  493. #define ER_INCONSISTENT_PARTITION_INFO_ERROR 1490
  494. #define ER_PARTITION_FUNC_NOT_ALLOWED_ERROR 1491
  495. #define ER_PARTITIONS_MUST_BE_DEFINED_ERROR 1492
  496. #define ER_RANGE_NOT_INCREASING_ERROR 1493
  497. #define ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR 1494
  498. #define ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR 1495
  499. #define ER_PARTITION_ENTRY_ERROR 1496
  500. #define ER_MIX_HANDLER_ERROR 1497
  501. #define ER_PARTITION_NOT_DEFINED_ERROR 1498
  502. #define ER_TOO_MANY_PARTITIONS_ERROR 1499
  503. #define ER_SUBPARTITION_ERROR 1500
  504. #define ER_CANT_CREATE_HANDLER_FILE 1501
  505. #define ER_BLOB_FIELD_IN_PART_FUNC_ERROR 1502
  506. #define ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF 1503
  507. #define ER_NO_PARTS_ERROR 1504
  508. #define ER_PARTITION_MGMT_ON_NONPARTITIONED 1505
  509. #define ER_FOREIGN_KEY_ON_PARTITIONED 1506
  510. #define ER_DROP_PARTITION_NON_EXISTENT 1507
  511. #define ER_DROP_LAST_PARTITION 1508
  512. #define ER_COALESCE_ONLY_ON_HASH_PARTITION 1509
  513. #define ER_REORG_HASH_ONLY_ON_SAME_NO 1510
  514. #define ER_REORG_NO_PARAM_ERROR 1511
  515. #define ER_ONLY_ON_RANGE_LIST_PARTITION 1512
  516. #define ER_ADD_PARTITION_SUBPART_ERROR 1513
  517. #define ER_ADD_PARTITION_NO_NEW_PARTITION 1514
  518. #define ER_COALESCE_PARTITION_NO_PARTITION 1515
  519. #define ER_REORG_PARTITION_NOT_EXIST 1516
  520. #define ER_SAME_NAME_PARTITION 1517
  521. #define ER_NO_BINLOG_ERROR 1518
  522. #define ER_CONSECUTIVE_REORG_PARTITIONS 1519
  523. #define ER_REORG_OUTSIDE_RANGE 1520
  524. #define ER_PARTITION_FUNCTION_FAILURE 1521
  525. #define ER_PART_STATE_ERROR 1522
  526. #define ER_LIMITED_PART_RANGE 1523
  527. #define ER_PLUGIN_IS_NOT_LOADED 1524
  528. #define ER_WRONG_VALUE 1525
  529. #define ER_NO_PARTITION_FOR_GIVEN_VALUE 1526
  530. #define ER_FILEGROUP_OPTION_ONLY_ONCE 1527
  531. #define ER_CREATE_FILEGROUP_FAILED 1528
  532. #define ER_DROP_FILEGROUP_FAILED 1529
  533. #define ER_TABLESPACE_AUTO_EXTEND_ERROR 1530
  534. #define ER_WRONG_SIZE_NUMBER 1531
  535. #define ER_SIZE_OVERFLOW_ERROR 1532
  536. #define ER_ALTER_FILEGROUP_FAILED 1533
  537. #define ER_BINLOG_ROW_LOGGING_FAILED 1534
  538. #define ER_BINLOG_ROW_WRONG_TABLE_DEF 1535
  539. #define ER_BINLOG_ROW_RBR_TO_SBR 1536
  540. #define ER_EVENT_ALREADY_EXISTS 1537
  541. #define ER_EVENT_STORE_FAILED 1538
  542. #define ER_EVENT_DOES_NOT_EXIST 1539
  543. #define ER_EVENT_CANT_ALTER 1540
  544. #define ER_EVENT_DROP_FAILED 1541
  545. #define ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG 1542
  546. #define ER_EVENT_ENDS_BEFORE_STARTS 1543
  547. #define ER_EVENT_EXEC_TIME_IN_THE_PAST 1544
  548. #define ER_EVENT_OPEN_TABLE_FAILED 1545
  549. #define ER_EVENT_NEITHER_M_EXPR_NOR_M_AT 1546
  550. #define ER_COL_COUNT_DOESNT_MATCH_CORRUPTED 1547
  551. #define ER_CANNOT_LOAD_FROM_TABLE 1548
  552. #define ER_EVENT_CANNOT_DELETE 1549
  553. #define ER_EVENT_COMPILE_ERROR 1550
  554. #define ER_EVENT_SAME_NAME 1551
  555. #define ER_EVENT_DATA_TOO_LONG 1552
  556. #define ER_DROP_INDEX_FK 1553
  557. #define ER_WARN_DEPRECATED_SYNTAX_WITH_VER 1554
  558. #define ER_CANT_WRITE_LOCK_LOG_TABLE 1555
  559. #define ER_CANT_LOCK_LOG_TABLE 1556
  560. #define ER_FOREIGN_DUPLICATE_KEY 1557
  561. #define ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE 1558
  562. #define ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR 1559
  563. #define ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT 1560
  564. #define ER_NDB_CANT_SWITCH_BINLOG_FORMAT 1561
  565. #define ER_PARTITION_NO_TEMPORARY 1562
  566. #define ER_PARTITION_CONST_DOMAIN_ERROR 1563
  567. #define ER_PARTITION_FUNCTION_IS_NOT_ALLOWED 1564
  568. #define ER_DDL_LOG_ERROR 1565
  569. #define ER_NULL_IN_VALUES_LESS_THAN 1566
  570. #define ER_WRONG_PARTITION_NAME 1567
  571. #define ER_CANT_CHANGE_TX_ISOLATION 1568
  572. #define ER_DUP_ENTRY_AUTOINCREMENT_CASE 1569
  573. #define ER_EVENT_MODIFY_QUEUE_ERROR 1570
  574. #define ER_EVENT_SET_VAR_ERROR 1571
  575. #define ER_PARTITION_MERGE_ERROR 1572
  576. #define ER_CANT_ACTIVATE_LOG 1573
  577. #define ER_RBR_NOT_AVAILABLE 1574
  578. #define ER_BASE64_DECODE_ERROR 1575
  579. #define ER_EVENT_RECURSION_FORBIDDEN 1576
  580. #define ER_EVENTS_DB_ERROR 1577
  581. #define ER_ONLY_INTEGERS_ALLOWED 1578
  582. #define ER_UNSUPORTED_LOG_ENGINE 1579
  583. #define ER_BAD_LOG_STATEMENT 1580
  584. #define ER_CANT_RENAME_LOG_TABLE 1581
  585. #define ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT 1582
  586. #define ER_WRONG_PARAMETERS_TO_NATIVE_FCT 1583
  587. #define ER_WRONG_PARAMETERS_TO_STORED_FCT 1584
  588. #define ER_NATIVE_FCT_NAME_COLLISION 1585
  589. #define ER_DUP_ENTRY_WITH_KEY_NAME 1586
  590. #define ER_BINLOG_PURGE_EMFILE 1587
  591. #define ER_EVENT_CANNOT_CREATE_IN_THE_PAST 1588
  592. #define ER_EVENT_CANNOT_ALTER_IN_THE_PAST 1589
  593. #define ER_SLAVE_INCIDENT 1590
  594. #define ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT 1591
  595. #define ER_BINLOG_UNSAFE_STATEMENT 1592
  596. #define ER_SLAVE_FATAL_ERROR 1593
  597. #define ER_SLAVE_RELAY_LOG_READ_FAILURE 1594
  598. #define ER_SLAVE_RELAY_LOG_WRITE_FAILURE 1595
  599. #define ER_SLAVE_CREATE_EVENT_FAILURE 1596
  600. #define ER_SLAVE_MASTER_COM_FAILURE 1597
  601. #define ER_BINLOG_LOGGING_IMPOSSIBLE 1598
  602. #define ER_VIEW_NO_CREATION_CTX 1599
  603. #define ER_VIEW_INVALID_CREATION_CTX 1600
  604. #define ER_SR_INVALID_CREATION_CTX 1601
  605. #define ER_TRG_CORRUPTED_FILE 1602
  606. #define ER_TRG_NO_CREATION_CTX 1603
  607. #define ER_TRG_INVALID_CREATION_CTX 1604
  608. #define ER_EVENT_INVALID_CREATION_CTX 1605
  609. #define ER_TRG_CANT_OPEN_TABLE 1606
  610. #define ER_CANT_CREATE_SROUTINE 1607
  611. #define ER_SLAVE_AMBIGOUS_EXEC_MODE 1608
  612. #define ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT 1609
  613. #define ER_SLAVE_CORRUPT_EVENT 1610
  614. #define ER_LOAD_DATA_INVALID_COLUMN 1611
  615. #define ER_LOG_PURGE_NO_FILE 1612
  616. #define ER_XA_RBTIMEOUT 1613
  617. #define ER_XA_RBDEADLOCK 1614
  618. #define ER_NEED_REPREPARE 1615
  619. #define ER_DELAYED_NOT_SUPPORTED 1616
  620. #define WARN_NO_MASTER_INFO 1617
  621. #define WARN_OPTION_IGNORED 1618
  622. #define WARN_PLUGIN_DELETE_BUILTIN 1619
  623. #define WARN_PLUGIN_BUSY 1620
  624. #define ER_VARIABLE_IS_READONLY 1621
  625. #define ER_WARN_ENGINE_TRANSACTION_ROLLBACK 1622
  626. #define ER_SLAVE_HEARTBEAT_FAILURE 1623
  627. #define ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE 1624
  628. #define ER_NDB_REPLICATION_SCHEMA_ERROR 1625
  629. #define ER_CONFLICT_FN_PARSE_ERROR 1626
  630. #define ER_EXCEPTIONS_WRITE_ERROR 1627
  631. #define ER_TOO_LONG_TABLE_COMMENT 1628
  632. #define ER_TOO_LONG_FIELD_COMMENT 1629
  633. #define ER_FUNC_INEXISTENT_NAME_COLLISION 1630
  634. #define ER_DATABASE_NAME 1631
  635. #define ER_TABLE_NAME 1632
  636. #define ER_PARTITION_NAME 1633
  637. #define ER_SUBPARTITION_NAME 1634
  638. #define ER_TEMPORARY_NAME 1635
  639. #define ER_RENAMED_NAME 1636
  640. #define ER_TOO_MANY_CONCURRENT_TRXS 1637
  641. #define WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED 1638
  642. #define ER_DEBUG_SYNC_TIMEOUT 1639
  643. #define ER_DEBUG_SYNC_HIT_LIMIT 1640
  644. #define ER_ERROR_LAST 1640