mysqld_error.h 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234
  1. /* Autogenerated file, please don't edit */
  2. #ifndef ER_ERROR_FIRST
  3. #define ER_ERROR_FIRST 1000
  4. #define ER_HASHCHK 1000
  5. #define ER_NISAMCHK 1001
  6. #define ER_NO 1002
  7. #define ER_YES 1003
  8. #define ER_CANT_CREATE_FILE 1004
  9. #define ER_CANT_CREATE_TABLE 1005
  10. #define ER_CANT_CREATE_DB 1006
  11. #define ER_DB_CREATE_EXISTS 1007
  12. #define ER_DB_DROP_EXISTS 1008
  13. #define ER_DB_DROP_DELETE 1009
  14. #define ER_DB_DROP_RMDIR 1010
  15. #define ER_CANT_DELETE_FILE 1011
  16. #define ER_CANT_FIND_SYSTEM_REC 1012
  17. #define ER_CANT_GET_STAT 1013
  18. #define ER_CANT_GET_WD 1014
  19. #define ER_CANT_LOCK 1015
  20. #define ER_CANT_OPEN_FILE 1016
  21. #define ER_FILE_NOT_FOUND 1017
  22. #define ER_CANT_READ_DIR 1018
  23. #define ER_CANT_SET_WD 1019
  24. #define ER_CHECKREAD 1020
  25. #define ER_DISK_FULL 1021
  26. #define ER_DUP_KEY 1022
  27. #define ER_ERROR_ON_CLOSE 1023
  28. #define ER_ERROR_ON_READ 1024
  29. #define ER_ERROR_ON_RENAME 1025
  30. #define ER_ERROR_ON_WRITE 1026
  31. #define ER_FILE_USED 1027
  32. #define ER_FILSORT_ABORT 1028
  33. #define ER_FORM_NOT_FOUND 1029
  34. #define ER_GET_ERRNO 1030
  35. #define ER_ILLEGAL_HA 1031
  36. #define ER_KEY_NOT_FOUND 1032
  37. #define ER_NOT_FORM_FILE 1033
  38. #define ER_NOT_KEYFILE 1034
  39. #define ER_OLD_KEYFILE 1035
  40. #define ER_OPEN_AS_READONLY 1036
  41. #define ER_OUTOFMEMORY 1037
  42. #define ER_OUT_OF_SORTMEMORY 1038
  43. #define ER_UNEXPECTED_EOF 1039
  44. #define ER_CON_COUNT_ERROR 1040
  45. #define ER_OUT_OF_RESOURCES 1041
  46. #define ER_BAD_HOST_ERROR 1042
  47. #define ER_HANDSHAKE_ERROR 1043
  48. #define ER_DBACCESS_DENIED_ERROR 1044
  49. #define ER_ACCESS_DENIED_ERROR 1045
  50. #define ER_NO_DB_ERROR 1046
  51. #define ER_UNKNOWN_COM_ERROR 1047
  52. #define ER_BAD_NULL_ERROR 1048
  53. #define ER_BAD_DB_ERROR 1049
  54. #define ER_TABLE_EXISTS_ERROR 1050
  55. #define ER_BAD_TABLE_ERROR 1051
  56. #define ER_NON_UNIQ_ERROR 1052
  57. #define ER_SERVER_SHUTDOWN 1053
  58. #define ER_BAD_FIELD_ERROR 1054
  59. #define ER_WRONG_FIELD_WITH_GROUP 1055
  60. #define ER_WRONG_GROUP_FIELD 1056
  61. #define ER_WRONG_SUM_SELECT 1057
  62. #define ER_WRONG_VALUE_COUNT 1058
  63. #define ER_TOO_LONG_IDENT 1059
  64. #define ER_DUP_FIELDNAME 1060
  65. #define ER_DUP_KEYNAME 1061
  66. #define ER_DUP_ENTRY 1062
  67. #define ER_WRONG_FIELD_SPEC 1063
  68. #define ER_PARSE_ERROR 1064
  69. #define ER_EMPTY_QUERY 1065
  70. #define ER_NONUNIQ_TABLE 1066
  71. #define ER_INVALID_DEFAULT 1067
  72. #define ER_MULTIPLE_PRI_KEY 1068
  73. #define ER_TOO_MANY_KEYS 1069
  74. #define ER_TOO_MANY_KEY_PARTS 1070
  75. #define ER_TOO_LONG_KEY 1071
  76. #define ER_KEY_COLUMN_DOES_NOT_EXITS 1072
  77. #define ER_BLOB_USED_AS_KEY 1073
  78. #define ER_TOO_BIG_FIELDLENGTH 1074
  79. #define ER_WRONG_AUTO_KEY 1075
  80. #define ER_BINLOG_CANT_DELETE_GTID_DOMAIN 1076
  81. #define ER_NORMAL_SHUTDOWN 1077
  82. #define ER_GOT_SIGNAL 1078
  83. #define ER_SHUTDOWN_COMPLETE 1079
  84. #define ER_FORCING_CLOSE 1080
  85. #define ER_IPSOCK_ERROR 1081
  86. #define ER_NO_SUCH_INDEX 1082
  87. #define ER_WRONG_FIELD_TERMINATORS 1083
  88. #define ER_BLOBS_AND_NO_TERMINATED 1084
  89. #define ER_TEXTFILE_NOT_READABLE 1085
  90. #define ER_FILE_EXISTS_ERROR 1086
  91. #define ER_LOAD_INFO 1087
  92. #define ER_ALTER_INFO 1088
  93. #define ER_WRONG_SUB_KEY 1089
  94. #define ER_CANT_REMOVE_ALL_FIELDS 1090
  95. #define ER_CANT_DROP_FIELD_OR_KEY 1091
  96. #define ER_INSERT_INFO 1092
  97. #define ER_UPDATE_TABLE_USED 1093
  98. #define ER_NO_SUCH_THREAD 1094
  99. #define ER_KILL_DENIED_ERROR 1095
  100. #define ER_NO_TABLES_USED 1096
  101. #define ER_TOO_BIG_SET 1097
  102. #define ER_NO_UNIQUE_LOGFILE 1098
  103. #define ER_TABLE_NOT_LOCKED_FOR_WRITE 1099
  104. #define ER_TABLE_NOT_LOCKED 1100
  105. #define ER_UNUSED_17 1101
  106. #define ER_WRONG_DB_NAME 1102
  107. #define ER_WRONG_TABLE_NAME 1103
  108. #define ER_TOO_BIG_SELECT 1104
  109. #define ER_UNKNOWN_ERROR 1105
  110. #define ER_UNKNOWN_PROCEDURE 1106
  111. #define ER_WRONG_PARAMCOUNT_TO_PROCEDURE 1107
  112. #define ER_WRONG_PARAMETERS_TO_PROCEDURE 1108
  113. #define ER_UNKNOWN_TABLE 1109
  114. #define ER_FIELD_SPECIFIED_TWICE 1110
  115. #define ER_INVALID_GROUP_FUNC_USE 1111
  116. #define ER_UNSUPPORTED_EXTENSION 1112
  117. #define ER_TABLE_MUST_HAVE_COLUMNS 1113
  118. #define ER_RECORD_FILE_FULL 1114
  119. #define ER_UNKNOWN_CHARACTER_SET 1115
  120. #define ER_TOO_MANY_TABLES 1116
  121. #define ER_TOO_MANY_FIELDS 1117
  122. #define ER_TOO_BIG_ROWSIZE 1118
  123. #define ER_STACK_OVERRUN 1119
  124. #define ER_WRONG_OUTER_JOIN 1120
  125. #define ER_NULL_COLUMN_IN_INDEX 1121
  126. #define ER_CANT_FIND_UDF 1122
  127. #define ER_CANT_INITIALIZE_UDF 1123
  128. #define ER_UDF_NO_PATHS 1124
  129. #define ER_UDF_EXISTS 1125
  130. #define ER_CANT_OPEN_LIBRARY 1126
  131. #define ER_CANT_FIND_DL_ENTRY 1127
  132. #define ER_FUNCTION_NOT_DEFINED 1128
  133. #define ER_HOST_IS_BLOCKED 1129
  134. #define ER_HOST_NOT_PRIVILEGED 1130
  135. #define ER_PASSWORD_ANONYMOUS_USER 1131
  136. #define ER_PASSWORD_NOT_ALLOWED 1132
  137. #define ER_PASSWORD_NO_MATCH 1133
  138. #define ER_UPDATE_INFO 1134
  139. #define ER_CANT_CREATE_THREAD 1135
  140. #define ER_WRONG_VALUE_COUNT_ON_ROW 1136
  141. #define ER_CANT_REOPEN_TABLE 1137
  142. #define ER_INVALID_USE_OF_NULL 1138
  143. #define ER_REGEXP_ERROR 1139
  144. #define ER_MIX_OF_GROUP_FUNC_AND_FIELDS 1140
  145. #define ER_NONEXISTING_GRANT 1141
  146. #define ER_TABLEACCESS_DENIED_ERROR 1142
  147. #define ER_COLUMNACCESS_DENIED_ERROR 1143
  148. #define ER_ILLEGAL_GRANT_FOR_TABLE 1144
  149. #define ER_GRANT_WRONG_HOST_OR_USER 1145
  150. #define ER_NO_SUCH_TABLE 1146
  151. #define ER_NONEXISTING_TABLE_GRANT 1147
  152. #define ER_NOT_ALLOWED_COMMAND 1148
  153. #define ER_SYNTAX_ERROR 1149
  154. #define ER_DELAYED_CANT_CHANGE_LOCK 1150
  155. #define ER_TOO_MANY_DELAYED_THREADS 1151
  156. #define ER_ABORTING_CONNECTION 1152
  157. #define ER_NET_PACKET_TOO_LARGE 1153
  158. #define ER_NET_READ_ERROR_FROM_PIPE 1154
  159. #define ER_NET_FCNTL_ERROR 1155
  160. #define ER_NET_PACKETS_OUT_OF_ORDER 1156
  161. #define ER_NET_UNCOMPRESS_ERROR 1157
  162. #define ER_NET_READ_ERROR 1158
  163. #define ER_NET_READ_INTERRUPTED 1159
  164. #define ER_NET_ERROR_ON_WRITE 1160
  165. #define ER_NET_WRITE_INTERRUPTED 1161
  166. #define ER_TOO_LONG_STRING 1162
  167. #define ER_TABLE_CANT_HANDLE_BLOB 1163
  168. #define ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 1164
  169. #define ER_DELAYED_INSERT_TABLE_LOCKED 1165
  170. #define ER_WRONG_COLUMN_NAME 1166
  171. #define ER_WRONG_KEY_COLUMN 1167
  172. #define ER_WRONG_MRG_TABLE 1168
  173. #define ER_DUP_UNIQUE 1169
  174. #define ER_BLOB_KEY_WITHOUT_LENGTH 1170
  175. #define ER_PRIMARY_CANT_HAVE_NULL 1171
  176. #define ER_TOO_MANY_ROWS 1172
  177. #define ER_REQUIRES_PRIMARY_KEY 1173
  178. #define ER_NO_RAID_COMPILED 1174
  179. #define ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE 1175
  180. #define ER_KEY_DOES_NOT_EXISTS 1176
  181. #define ER_CHECK_NO_SUCH_TABLE 1177
  182. #define ER_CHECK_NOT_IMPLEMENTED 1178
  183. #define ER_CANT_DO_THIS_DURING_AN_TRANSACTION 1179
  184. #define ER_ERROR_DURING_COMMIT 1180
  185. #define ER_ERROR_DURING_ROLLBACK 1181
  186. #define ER_ERROR_DURING_FLUSH_LOGS 1182
  187. #define ER_ERROR_DURING_CHECKPOINT 1183
  188. #define ER_NEW_ABORTING_CONNECTION 1184
  189. #define ER_UNUSED_10 1185
  190. #define ER_FLUSH_MASTER_BINLOG_CLOSED 1186
  191. #define ER_INDEX_REBUILD 1187
  192. #define ER_MASTER 1188
  193. #define ER_MASTER_NET_READ 1189
  194. #define ER_MASTER_NET_WRITE 1190
  195. #define ER_FT_MATCHING_KEY_NOT_FOUND 1191
  196. #define ER_LOCK_OR_ACTIVE_TRANSACTION 1192
  197. #define ER_UNKNOWN_SYSTEM_VARIABLE 1193
  198. #define ER_CRASHED_ON_USAGE 1194
  199. #define ER_CRASHED_ON_REPAIR 1195
  200. #define ER_WARNING_NOT_COMPLETE_ROLLBACK 1196
  201. #define ER_TRANS_CACHE_FULL 1197
  202. #define ER_SLAVE_MUST_STOP 1198
  203. #define ER_SLAVE_NOT_RUNNING 1199
  204. #define ER_BAD_SLAVE 1200
  205. #define ER_MASTER_INFO 1201
  206. #define ER_SLAVE_THREAD 1202
  207. #define ER_TOO_MANY_USER_CONNECTIONS 1203
  208. #define ER_SET_CONSTANTS_ONLY 1204
  209. #define ER_LOCK_WAIT_TIMEOUT 1205
  210. #define ER_LOCK_TABLE_FULL 1206
  211. #define ER_READ_ONLY_TRANSACTION 1207
  212. #define ER_DROP_DB_WITH_READ_LOCK 1208
  213. #define ER_CREATE_DB_WITH_READ_LOCK 1209
  214. #define ER_WRONG_ARGUMENTS 1210
  215. #define ER_NO_PERMISSION_TO_CREATE_USER 1211
  216. #define ER_UNION_TABLES_IN_DIFFERENT_DIR 1212
  217. #define ER_LOCK_DEADLOCK 1213
  218. #define ER_TABLE_CANT_HANDLE_FT 1214
  219. #define ER_CANNOT_ADD_FOREIGN 1215
  220. #define ER_NO_REFERENCED_ROW 1216
  221. #define ER_ROW_IS_REFERENCED 1217
  222. #define ER_CONNECT_TO_MASTER 1218
  223. #define ER_QUERY_ON_MASTER 1219
  224. #define ER_ERROR_WHEN_EXECUTING_COMMAND 1220
  225. #define ER_WRONG_USAGE 1221
  226. #define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1222
  227. #define ER_CANT_UPDATE_WITH_READLOCK 1223
  228. #define ER_MIXING_NOT_ALLOWED 1224
  229. #define ER_DUP_ARGUMENT 1225
  230. #define ER_USER_LIMIT_REACHED 1226
  231. #define ER_SPECIFIC_ACCESS_DENIED_ERROR 1227
  232. #define ER_LOCAL_VARIABLE 1228
  233. #define ER_GLOBAL_VARIABLE 1229
  234. #define ER_NO_DEFAULT 1230
  235. #define ER_WRONG_VALUE_FOR_VAR 1231
  236. #define ER_WRONG_TYPE_FOR_VAR 1232
  237. #define ER_VAR_CANT_BE_READ 1233
  238. #define ER_CANT_USE_OPTION_HERE 1234
  239. #define ER_NOT_SUPPORTED_YET 1235
  240. #define ER_MASTER_FATAL_ERROR_READING_BINLOG 1236
  241. #define ER_SLAVE_IGNORED_TABLE 1237
  242. #define ER_INCORRECT_GLOBAL_LOCAL_VAR 1238
  243. #define ER_WRONG_FK_DEF 1239
  244. #define ER_KEY_REF_DO_NOT_MATCH_TABLE_REF 1240
  245. #define ER_OPERAND_COLUMNS 1241
  246. #define ER_SUBQUERY_NO_1_ROW 1242
  247. #define ER_UNKNOWN_STMT_HANDLER 1243
  248. #define ER_CORRUPT_HELP_DB 1244
  249. #define ER_CYCLIC_REFERENCE 1245
  250. #define ER_AUTO_CONVERT 1246
  251. #define ER_ILLEGAL_REFERENCE 1247
  252. #define ER_DERIVED_MUST_HAVE_ALIAS 1248
  253. #define ER_SELECT_REDUCED 1249
  254. #define ER_TABLENAME_NOT_ALLOWED_HERE 1250
  255. #define ER_NOT_SUPPORTED_AUTH_MODE 1251
  256. #define ER_SPATIAL_CANT_HAVE_NULL 1252
  257. #define ER_COLLATION_CHARSET_MISMATCH 1253
  258. #define ER_SLAVE_WAS_RUNNING 1254
  259. #define ER_SLAVE_WAS_NOT_RUNNING 1255
  260. #define ER_TOO_BIG_FOR_UNCOMPRESS 1256
  261. #define ER_ZLIB_Z_MEM_ERROR 1257
  262. #define ER_ZLIB_Z_BUF_ERROR 1258
  263. #define ER_ZLIB_Z_DATA_ERROR 1259
  264. #define ER_CUT_VALUE_GROUP_CONCAT 1260
  265. #define ER_WARN_TOO_FEW_RECORDS 1261
  266. #define ER_WARN_TOO_MANY_RECORDS 1262
  267. #define ER_WARN_NULL_TO_NOTNULL 1263
  268. #define ER_WARN_DATA_OUT_OF_RANGE 1264
  269. #define WARN_DATA_TRUNCATED 1265
  270. #define ER_WARN_USING_OTHER_HANDLER 1266
  271. #define ER_CANT_AGGREGATE_2COLLATIONS 1267
  272. #define ER_DROP_USER 1268
  273. #define ER_REVOKE_GRANTS 1269
  274. #define ER_CANT_AGGREGATE_3COLLATIONS 1270
  275. #define ER_CANT_AGGREGATE_NCOLLATIONS 1271
  276. #define ER_VARIABLE_IS_NOT_STRUCT 1272
  277. #define ER_UNKNOWN_COLLATION 1273
  278. #define ER_SLAVE_IGNORED_SSL_PARAMS 1274
  279. #define ER_SERVER_IS_IN_SECURE_AUTH_MODE 1275
  280. #define ER_WARN_FIELD_RESOLVED 1276
  281. #define ER_BAD_SLAVE_UNTIL_COND 1277
  282. #define ER_MISSING_SKIP_SLAVE 1278
  283. #define ER_UNTIL_COND_IGNORED 1279
  284. #define ER_WRONG_NAME_FOR_INDEX 1280
  285. #define ER_WRONG_NAME_FOR_CATALOG 1281
  286. #define ER_WARN_QC_RESIZE 1282
  287. #define ER_BAD_FT_COLUMN 1283
  288. #define ER_UNKNOWN_KEY_CACHE 1284
  289. #define ER_WARN_HOSTNAME_WONT_WORK 1285
  290. #define ER_UNKNOWN_STORAGE_ENGINE 1286
  291. #define ER_WARN_DEPRECATED_SYNTAX 1287
  292. #define ER_NON_UPDATABLE_TABLE 1288
  293. #define ER_FEATURE_DISABLED 1289
  294. #define ER_OPTION_PREVENTS_STATEMENT 1290
  295. #define ER_DUPLICATED_VALUE_IN_TYPE 1291
  296. #define ER_TRUNCATED_WRONG_VALUE 1292
  297. #define ER_TOO_MUCH_AUTO_TIMESTAMP_COLS 1293
  298. #define ER_INVALID_ON_UPDATE 1294
  299. #define ER_UNSUPPORTED_PS 1295
  300. #define ER_GET_ERRMSG 1296
  301. #define ER_GET_TEMPORARY_ERRMSG 1297
  302. #define ER_UNKNOWN_TIME_ZONE 1298
  303. #define ER_WARN_INVALID_TIMESTAMP 1299
  304. #define ER_INVALID_CHARACTER_STRING 1300
  305. #define ER_WARN_ALLOWED_PACKET_OVERFLOWED 1301
  306. #define ER_CONFLICTING_DECLARATIONS 1302
  307. #define ER_SP_NO_RECURSIVE_CREATE 1303
  308. #define ER_SP_ALREADY_EXISTS 1304
  309. #define ER_SP_DOES_NOT_EXIST 1305
  310. #define ER_SP_DROP_FAILED 1306
  311. #define ER_SP_STORE_FAILED 1307
  312. #define ER_SP_LILABEL_MISMATCH 1308
  313. #define ER_SP_LABEL_REDEFINE 1309
  314. #define ER_SP_LABEL_MISMATCH 1310
  315. #define ER_SP_UNINIT_VAR 1311
  316. #define ER_SP_BADSELECT 1312
  317. #define ER_SP_BADRETURN 1313
  318. #define ER_SP_BADSTATEMENT 1314
  319. #define ER_UPDATE_LOG_DEPRECATED_IGNORED 1315
  320. #define ER_UPDATE_LOG_DEPRECATED_TRANSLATED 1316
  321. #define ER_QUERY_INTERRUPTED 1317
  322. #define ER_SP_WRONG_NO_OF_ARGS 1318
  323. #define ER_SP_COND_MISMATCH 1319
  324. #define ER_SP_NORETURN 1320
  325. #define ER_SP_NORETURNEND 1321
  326. #define ER_SP_BAD_CURSOR_QUERY 1322
  327. #define ER_SP_BAD_CURSOR_SELECT 1323
  328. #define ER_SP_CURSOR_MISMATCH 1324
  329. #define ER_SP_CURSOR_ALREADY_OPEN 1325
  330. #define ER_SP_CURSOR_NOT_OPEN 1326
  331. #define ER_SP_UNDECLARED_VAR 1327
  332. #define ER_SP_WRONG_NO_OF_FETCH_ARGS 1328
  333. #define ER_SP_FETCH_NO_DATA 1329
  334. #define ER_SP_DUP_PARAM 1330
  335. #define ER_SP_DUP_VAR 1331
  336. #define ER_SP_DUP_COND 1332
  337. #define ER_SP_DUP_CURS 1333
  338. #define ER_SP_CANT_ALTER 1334
  339. #define ER_SP_SUBSELECT_NYI 1335
  340. #define ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG 1336
  341. #define ER_SP_VARCOND_AFTER_CURSHNDLR 1337
  342. #define ER_SP_CURSOR_AFTER_HANDLER 1338
  343. #define ER_SP_CASE_NOT_FOUND 1339
  344. #define ER_FPARSER_TOO_BIG_FILE 1340
  345. #define ER_FPARSER_BAD_HEADER 1341
  346. #define ER_FPARSER_EOF_IN_COMMENT 1342
  347. #define ER_FPARSER_ERROR_IN_PARAMETER 1343
  348. #define ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER 1344
  349. #define ER_VIEW_NO_EXPLAIN 1345
  350. #define ER_FRM_UNKNOWN_TYPE 1346
  351. #define ER_WRONG_OBJECT 1347
  352. #define ER_NONUPDATEABLE_COLUMN 1348
  353. #define ER_VIEW_SELECT_DERIVED 1349
  354. #define ER_VIEW_SELECT_CLAUSE 1350
  355. #define ER_VIEW_SELECT_VARIABLE 1351
  356. #define ER_VIEW_SELECT_TMPTABLE 1352
  357. #define ER_VIEW_WRONG_LIST 1353
  358. #define ER_WARN_VIEW_MERGE 1354
  359. #define ER_WARN_VIEW_WITHOUT_KEY 1355
  360. #define ER_VIEW_INVALID 1356
  361. #define ER_SP_NO_DROP_SP 1357
  362. #define ER_SP_GOTO_IN_HNDLR 1358
  363. #define ER_TRG_ALREADY_EXISTS 1359
  364. #define ER_TRG_DOES_NOT_EXIST 1360
  365. #define ER_TRG_ON_VIEW_OR_TEMP_TABLE 1361
  366. #define ER_TRG_CANT_CHANGE_ROW 1362
  367. #define ER_TRG_NO_SUCH_ROW_IN_TRG 1363
  368. #define ER_NO_DEFAULT_FOR_FIELD 1364
  369. #define ER_DIVISION_BY_ZERO 1365
  370. #define ER_TRUNCATED_WRONG_VALUE_FOR_FIELD 1366
  371. #define ER_ILLEGAL_VALUE_FOR_TYPE 1367
  372. #define ER_VIEW_NONUPD_CHECK 1368
  373. #define ER_VIEW_CHECK_FAILED 1369
  374. #define ER_PROCACCESS_DENIED_ERROR 1370
  375. #define ER_RELAY_LOG_FAIL 1371
  376. #define ER_PASSWD_LENGTH 1372
  377. #define ER_UNKNOWN_TARGET_BINLOG 1373
  378. #define ER_IO_ERR_LOG_INDEX_READ 1374
  379. #define ER_BINLOG_PURGE_PROHIBITED 1375
  380. #define ER_FSEEK_FAIL 1376
  381. #define ER_BINLOG_PURGE_FATAL_ERR 1377
  382. #define ER_LOG_IN_USE 1378
  383. #define ER_LOG_PURGE_UNKNOWN_ERR 1379
  384. #define ER_RELAY_LOG_INIT 1380
  385. #define ER_NO_BINARY_LOGGING 1381
  386. #define ER_RESERVED_SYNTAX 1382
  387. #define ER_WSAS_FAILED 1383
  388. #define ER_DIFF_GROUPS_PROC 1384
  389. #define ER_NO_GROUP_FOR_PROC 1385
  390. #define ER_ORDER_WITH_PROC 1386
  391. #define ER_LOGGING_PROHIBIT_CHANGING_OF 1387
  392. #define ER_NO_FILE_MAPPING 1388
  393. #define ER_WRONG_MAGIC 1389
  394. #define ER_PS_MANY_PARAM 1390
  395. #define ER_KEY_PART_0 1391
  396. #define ER_VIEW_CHECKSUM 1392
  397. #define ER_VIEW_MULTIUPDATE 1393
  398. #define ER_VIEW_NO_INSERT_FIELD_LIST 1394
  399. #define ER_VIEW_DELETE_MERGE_VIEW 1395
  400. #define ER_CANNOT_USER 1396
  401. #define ER_XAER_NOTA 1397
  402. #define ER_XAER_INVAL 1398
  403. #define ER_XAER_RMFAIL 1399
  404. #define ER_XAER_OUTSIDE 1400
  405. #define ER_XAER_RMERR 1401
  406. #define ER_XA_RBROLLBACK 1402
  407. #define ER_NONEXISTING_PROC_GRANT 1403
  408. #define ER_PROC_AUTO_GRANT_FAIL 1404
  409. #define ER_PROC_AUTO_REVOKE_FAIL 1405
  410. #define ER_DATA_TOO_LONG 1406
  411. #define ER_SP_BAD_SQLSTATE 1407
  412. #define ER_STARTUP 1408
  413. #define ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR 1409
  414. #define ER_CANT_CREATE_USER_WITH_GRANT 1410
  415. #define ER_WRONG_VALUE_FOR_TYPE 1411
  416. #define ER_TABLE_DEF_CHANGED 1412
  417. #define ER_SP_DUP_HANDLER 1413
  418. #define ER_SP_NOT_VAR_ARG 1414
  419. #define ER_SP_NO_RETSET 1415
  420. #define ER_CANT_CREATE_GEOMETRY_OBJECT 1416
  421. #define ER_FAILED_ROUTINE_BREAK_BINLOG 1417
  422. #define ER_BINLOG_UNSAFE_ROUTINE 1418
  423. #define ER_BINLOG_CREATE_ROUTINE_NEED_SUPER 1419
  424. #define ER_EXEC_STMT_WITH_OPEN_CURSOR 1420
  425. #define ER_STMT_HAS_NO_OPEN_CURSOR 1421
  426. #define ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG 1422
  427. #define ER_NO_DEFAULT_FOR_VIEW_FIELD 1423
  428. #define ER_SP_NO_RECURSION 1424
  429. #define ER_TOO_BIG_SCALE 1425
  430. #define ER_TOO_BIG_PRECISION 1426
  431. #define ER_M_BIGGER_THAN_D 1427
  432. #define ER_WRONG_LOCK_OF_SYSTEM_TABLE 1428
  433. #define ER_CONNECT_TO_FOREIGN_DATA_SOURCE 1429
  434. #define ER_QUERY_ON_FOREIGN_DATA_SOURCE 1430
  435. #define ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST 1431
  436. #define ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE 1432
  437. #define ER_FOREIGN_DATA_STRING_INVALID 1433
  438. #define ER_CANT_CREATE_FEDERATED_TABLE 1434
  439. #define ER_TRG_IN_WRONG_SCHEMA 1435
  440. #define ER_STACK_OVERRUN_NEED_MORE 1436
  441. #define ER_TOO_LONG_BODY 1437
  442. #define ER_WARN_CANT_DROP_DEFAULT_KEYCACHE 1438
  443. #define ER_TOO_BIG_DISPLAYWIDTH 1439
  444. #define ER_XAER_DUPID 1440
  445. #define ER_DATETIME_FUNCTION_OVERFLOW 1441
  446. #define ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG 1442
  447. #define ER_VIEW_PREVENT_UPDATE 1443
  448. #define ER_PS_NO_RECURSION 1444
  449. #define ER_SP_CANT_SET_AUTOCOMMIT 1445
  450. #define ER_MALFORMED_DEFINER 1446
  451. #define ER_VIEW_FRM_NO_USER 1447
  452. #define ER_VIEW_OTHER_USER 1448
  453. #define ER_NO_SUCH_USER 1449
  454. #define ER_FORBID_SCHEMA_CHANGE 1450
  455. #define ER_ROW_IS_REFERENCED_2 1451
  456. #define ER_NO_REFERENCED_ROW_2 1452
  457. #define ER_SP_BAD_VAR_SHADOW 1453
  458. #define ER_TRG_NO_DEFINER 1454
  459. #define ER_OLD_FILE_FORMAT 1455
  460. #define ER_SP_RECURSION_LIMIT 1456
  461. #define ER_SP_PROC_TABLE_CORRUPT 1457
  462. #define ER_SP_WRONG_NAME 1458
  463. #define ER_TABLE_NEEDS_UPGRADE 1459
  464. #define ER_SP_NO_AGGREGATE 1460
  465. #define ER_MAX_PREPARED_STMT_COUNT_REACHED 1461
  466. #define ER_VIEW_RECURSIVE 1462
  467. #define ER_NON_GROUPING_FIELD_USED 1463
  468. #define ER_TABLE_CANT_HANDLE_SPKEYS 1464
  469. #define ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA 1465
  470. #define ER_REMOVED_SPACES 1466
  471. #define ER_AUTOINC_READ_FAILED 1467
  472. #define ER_USERNAME 1468
  473. #define ER_HOSTNAME 1469
  474. #define ER_WRONG_STRING_LENGTH 1470
  475. #define ER_NON_INSERTABLE_TABLE 1471
  476. #define ER_ADMIN_WRONG_MRG_TABLE 1472
  477. #define ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT 1473
  478. #define ER_NAME_BECOMES_EMPTY 1474
  479. #define ER_AMBIGUOUS_FIELD_TERM 1475
  480. #define ER_FOREIGN_SERVER_EXISTS 1476
  481. #define ER_FOREIGN_SERVER_DOESNT_EXIST 1477
  482. #define ER_ILLEGAL_HA_CREATE_OPTION 1478
  483. #define ER_PARTITION_REQUIRES_VALUES_ERROR 1479
  484. #define ER_PARTITION_WRONG_VALUES_ERROR 1480
  485. #define ER_PARTITION_MAXVALUE_ERROR 1481
  486. #define ER_PARTITION_SUBPARTITION_ERROR 1482
  487. #define ER_PARTITION_SUBPART_MIX_ERROR 1483
  488. #define ER_PARTITION_WRONG_NO_PART_ERROR 1484
  489. #define ER_PARTITION_WRONG_NO_SUBPART_ERROR 1485
  490. #define ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR 1486
  491. #define ER_NOT_CONSTANT_EXPRESSION 1487
  492. #define ER_FIELD_NOT_FOUND_PART_ERROR 1488
  493. #define ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR 1489
  494. #define ER_INCONSISTENT_PARTITION_INFO_ERROR 1490
  495. #define ER_PARTITION_FUNC_NOT_ALLOWED_ERROR 1491
  496. #define ER_PARTITIONS_MUST_BE_DEFINED_ERROR 1492
  497. #define ER_RANGE_NOT_INCREASING_ERROR 1493
  498. #define ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR 1494
  499. #define ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR 1495
  500. #define ER_PARTITION_ENTRY_ERROR 1496
  501. #define ER_MIX_HANDLER_ERROR 1497
  502. #define ER_PARTITION_NOT_DEFINED_ERROR 1498
  503. #define ER_TOO_MANY_PARTITIONS_ERROR 1499
  504. #define ER_SUBPARTITION_ERROR 1500
  505. #define ER_CANT_CREATE_HANDLER_FILE 1501
  506. #define ER_BLOB_FIELD_IN_PART_FUNC_ERROR 1502
  507. #define ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF 1503
  508. #define ER_NO_PARTS_ERROR 1504
  509. #define ER_PARTITION_MGMT_ON_NONPARTITIONED 1505
  510. #define ER_FEATURE_NOT_SUPPORTED_WITH_PARTITIONING 1506
  511. #define ER_DROP_PARTITION_NON_EXISTENT 1507
  512. #define ER_DROP_LAST_PARTITION 1508
  513. #define ER_COALESCE_ONLY_ON_HASH_PARTITION 1509
  514. #define ER_REORG_HASH_ONLY_ON_SAME_NO 1510
  515. #define ER_REORG_NO_PARAM_ERROR 1511
  516. #define ER_ONLY_ON_RANGE_LIST_PARTITION 1512
  517. #define ER_ADD_PARTITION_SUBPART_ERROR 1513
  518. #define ER_ADD_PARTITION_NO_NEW_PARTITION 1514
  519. #define ER_COALESCE_PARTITION_NO_PARTITION 1515
  520. #define ER_REORG_PARTITION_NOT_EXIST 1516
  521. #define ER_SAME_NAME_PARTITION 1517
  522. #define ER_NO_BINLOG_ERROR 1518
  523. #define ER_CONSECUTIVE_REORG_PARTITIONS 1519
  524. #define ER_REORG_OUTSIDE_RANGE 1520
  525. #define ER_PARTITION_FUNCTION_FAILURE 1521
  526. #define ER_PART_STATE_ERROR 1522
  527. #define ER_LIMITED_PART_RANGE 1523
  528. #define ER_PLUGIN_IS_NOT_LOADED 1524
  529. #define ER_WRONG_VALUE 1525
  530. #define ER_NO_PARTITION_FOR_GIVEN_VALUE 1526
  531. #define ER_FILEGROUP_OPTION_ONLY_ONCE 1527
  532. #define ER_CREATE_FILEGROUP_FAILED 1528
  533. #define ER_DROP_FILEGROUP_FAILED 1529
  534. #define ER_TABLESPACE_AUTO_EXTEND_ERROR 1530
  535. #define ER_WRONG_SIZE_NUMBER 1531
  536. #define ER_SIZE_OVERFLOW_ERROR 1532
  537. #define ER_ALTER_FILEGROUP_FAILED 1533
  538. #define ER_BINLOG_ROW_LOGGING_FAILED 1534
  539. #define ER_BINLOG_ROW_WRONG_TABLE_DEF 1535
  540. #define ER_BINLOG_ROW_RBR_TO_SBR 1536
  541. #define ER_EVENT_ALREADY_EXISTS 1537
  542. #define ER_EVENT_STORE_FAILED 1538
  543. #define ER_EVENT_DOES_NOT_EXIST 1539
  544. #define ER_EVENT_CANT_ALTER 1540
  545. #define ER_EVENT_DROP_FAILED 1541
  546. #define ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG 1542
  547. #define ER_EVENT_ENDS_BEFORE_STARTS 1543
  548. #define ER_EVENT_EXEC_TIME_IN_THE_PAST 1544
  549. #define ER_EVENT_OPEN_TABLE_FAILED 1545
  550. #define ER_EVENT_NEITHER_M_EXPR_NOR_M_AT 1546
  551. #define ER_UNUSED_2 1547
  552. #define ER_UNUSED_3 1548
  553. #define ER_EVENT_CANNOT_DELETE 1549
  554. #define ER_EVENT_COMPILE_ERROR 1550
  555. #define ER_EVENT_SAME_NAME 1551
  556. #define ER_EVENT_DATA_TOO_LONG 1552
  557. #define ER_DROP_INDEX_FK 1553
  558. #define ER_WARN_DEPRECATED_SYNTAX_WITH_VER 1554
  559. #define ER_CANT_WRITE_LOCK_LOG_TABLE 1555
  560. #define ER_CANT_LOCK_LOG_TABLE 1556
  561. #define ER_UNUSED_4 1557
  562. #define ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE 1558
  563. #define ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR 1559
  564. #define ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT 1560
  565. #define ER_UNUSED_13 1561
  566. #define ER_PARTITION_NO_TEMPORARY 1562
  567. #define ER_PARTITION_CONST_DOMAIN_ERROR 1563
  568. #define ER_PARTITION_FUNCTION_IS_NOT_ALLOWED 1564
  569. #define ER_DDL_LOG_ERROR 1565
  570. #define ER_NULL_IN_VALUES_LESS_THAN 1566
  571. #define ER_WRONG_PARTITION_NAME 1567
  572. #define ER_CANT_CHANGE_TX_CHARACTERISTICS 1568
  573. #define ER_DUP_ENTRY_AUTOINCREMENT_CASE 1569
  574. #define ER_EVENT_MODIFY_QUEUE_ERROR 1570
  575. #define ER_EVENT_SET_VAR_ERROR 1571
  576. #define ER_PARTITION_MERGE_ERROR 1572
  577. #define ER_CANT_ACTIVATE_LOG 1573
  578. #define ER_RBR_NOT_AVAILABLE 1574
  579. #define ER_BASE64_DECODE_ERROR 1575
  580. #define ER_EVENT_RECURSION_FORBIDDEN 1576
  581. #define ER_EVENTS_DB_ERROR 1577
  582. #define ER_ONLY_INTEGERS_ALLOWED 1578
  583. #define ER_UNSUPORTED_LOG_ENGINE 1579
  584. #define ER_BAD_LOG_STATEMENT 1580
  585. #define ER_CANT_RENAME_LOG_TABLE 1581
  586. #define ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT 1582
  587. #define ER_WRONG_PARAMETERS_TO_NATIVE_FCT 1583
  588. #define ER_WRONG_PARAMETERS_TO_STORED_FCT 1584
  589. #define ER_NATIVE_FCT_NAME_COLLISION 1585
  590. #define ER_DUP_ENTRY_WITH_KEY_NAME 1586
  591. #define ER_BINLOG_PURGE_EMFILE 1587
  592. #define ER_EVENT_CANNOT_CREATE_IN_THE_PAST 1588
  593. #define ER_EVENT_CANNOT_ALTER_IN_THE_PAST 1589
  594. #define ER_SLAVE_INCIDENT 1590
  595. #define ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT 1591
  596. #define ER_BINLOG_UNSAFE_STATEMENT 1592
  597. #define ER_SLAVE_FATAL_ERROR 1593
  598. #define ER_SLAVE_RELAY_LOG_READ_FAILURE 1594
  599. #define ER_SLAVE_RELAY_LOG_WRITE_FAILURE 1595
  600. #define ER_SLAVE_CREATE_EVENT_FAILURE 1596
  601. #define ER_SLAVE_MASTER_COM_FAILURE 1597
  602. #define ER_BINLOG_LOGGING_IMPOSSIBLE 1598
  603. #define ER_VIEW_NO_CREATION_CTX 1599
  604. #define ER_VIEW_INVALID_CREATION_CTX 1600
  605. #define ER_SR_INVALID_CREATION_CTX 1601
  606. #define ER_TRG_CORRUPTED_FILE 1602
  607. #define ER_TRG_NO_CREATION_CTX 1603
  608. #define ER_TRG_INVALID_CREATION_CTX 1604
  609. #define ER_EVENT_INVALID_CREATION_CTX 1605
  610. #define ER_TRG_CANT_OPEN_TABLE 1606
  611. #define ER_CANT_CREATE_SROUTINE 1607
  612. #define ER_UNUSED_11 1608
  613. #define ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT 1609
  614. #define ER_SLAVE_CORRUPT_EVENT 1610
  615. #define ER_LOAD_DATA_INVALID_COLUMN 1611
  616. #define ER_LOG_PURGE_NO_FILE 1612
  617. #define ER_XA_RBTIMEOUT 1613
  618. #define ER_XA_RBDEADLOCK 1614
  619. #define ER_NEED_REPREPARE 1615
  620. #define ER_DELAYED_NOT_SUPPORTED 1616
  621. #define WARN_NO_MASTER_INFO 1617
  622. #define WARN_OPTION_IGNORED 1618
  623. #define ER_PLUGIN_DELETE_BUILTIN 1619
  624. #define WARN_PLUGIN_BUSY 1620
  625. #define ER_VARIABLE_IS_READONLY 1621
  626. #define ER_WARN_ENGINE_TRANSACTION_ROLLBACK 1622
  627. #define ER_SLAVE_HEARTBEAT_FAILURE 1623
  628. #define ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE 1624
  629. #define ER_UNUSED_14 1625
  630. #define ER_CONFLICT_FN_PARSE_ERROR 1626
  631. #define ER_EXCEPTIONS_WRITE_ERROR 1627
  632. #define ER_TOO_LONG_TABLE_COMMENT 1628
  633. #define ER_TOO_LONG_FIELD_COMMENT 1629
  634. #define ER_FUNC_INEXISTENT_NAME_COLLISION 1630
  635. #define ER_DATABASE_NAME 1631
  636. #define ER_TABLE_NAME 1632
  637. #define ER_PARTITION_NAME 1633
  638. #define ER_SUBPARTITION_NAME 1634
  639. #define ER_TEMPORARY_NAME 1635
  640. #define ER_RENAMED_NAME 1636
  641. #define ER_TOO_MANY_CONCURRENT_TRXS 1637
  642. #define WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED 1638
  643. #define ER_DEBUG_SYNC_TIMEOUT 1639
  644. #define ER_DEBUG_SYNC_HIT_LIMIT 1640
  645. #define ER_DUP_SIGNAL_SET 1641
  646. #define ER_SIGNAL_WARN 1642
  647. #define ER_SIGNAL_NOT_FOUND 1643
  648. #define ER_SIGNAL_EXCEPTION 1644
  649. #define ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER 1645
  650. #define ER_SIGNAL_BAD_CONDITION_TYPE 1646
  651. #define WARN_COND_ITEM_TRUNCATED 1647
  652. #define ER_COND_ITEM_TOO_LONG 1648
  653. #define ER_UNKNOWN_LOCALE 1649
  654. #define ER_SLAVE_IGNORE_SERVER_IDS 1650
  655. #define ER_QUERY_CACHE_DISABLED 1651
  656. #define ER_SAME_NAME_PARTITION_FIELD 1652
  657. #define ER_PARTITION_COLUMN_LIST_ERROR 1653
  658. #define ER_WRONG_TYPE_COLUMN_VALUE_ERROR 1654
  659. #define ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR 1655
  660. #define ER_MAXVALUE_IN_VALUES_IN 1656
  661. #define ER_TOO_MANY_VALUES_ERROR 1657
  662. #define ER_ROW_SINGLE_PARTITION_FIELD_ERROR 1658
  663. #define ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD 1659
  664. #define ER_PARTITION_FIELDS_TOO_LONG 1660
  665. #define ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE 1661
  666. #define ER_BINLOG_ROW_MODE_AND_STMT_ENGINE 1662
  667. #define ER_BINLOG_UNSAFE_AND_STMT_ENGINE 1663
  668. #define ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE 1664
  669. #define ER_BINLOG_STMT_MODE_AND_ROW_ENGINE 1665
  670. #define ER_BINLOG_ROW_INJECTION_AND_STMT_MODE 1666
  671. #define ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE 1667
  672. #define ER_BINLOG_UNSAFE_LIMIT 1668
  673. #define ER_BINLOG_UNSAFE_INSERT_DELAYED 1669
  674. #define ER_BINLOG_UNSAFE_SYSTEM_TABLE 1670
  675. #define ER_BINLOG_UNSAFE_AUTOINC_COLUMNS 1671
  676. #define ER_BINLOG_UNSAFE_UDF 1672
  677. #define ER_BINLOG_UNSAFE_SYSTEM_VARIABLE 1673
  678. #define ER_BINLOG_UNSAFE_SYSTEM_FUNCTION 1674
  679. #define ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS 1675
  680. #define ER_MESSAGE_AND_STATEMENT 1676
  681. #define ER_SLAVE_CONVERSION_FAILED 1677
  682. #define ER_SLAVE_CANT_CREATE_CONVERSION 1678
  683. #define ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT 1679
  684. #define ER_PATH_LENGTH 1680
  685. #define ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT 1681
  686. #define ER_WRONG_NATIVE_TABLE_STRUCTURE 1682
  687. #define ER_WRONG_PERFSCHEMA_USAGE 1683
  688. #define ER_WARN_I_S_SKIPPED_TABLE 1684
  689. #define ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT 1685
  690. #define ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT 1686
  691. #define ER_SPATIAL_MUST_HAVE_GEOM_COL 1687
  692. #define ER_TOO_LONG_INDEX_COMMENT 1688
  693. #define ER_LOCK_ABORTED 1689
  694. #define ER_DATA_OUT_OF_RANGE 1690
  695. #define ER_WRONG_SPVAR_TYPE_IN_LIMIT 1691
  696. #define ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE 1692
  697. #define ER_BINLOG_UNSAFE_MIXED_STATEMENT 1693
  698. #define ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN 1694
  699. #define ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN 1695
  700. #define ER_FAILED_READ_FROM_PAR_FILE 1696
  701. #define ER_VALUES_IS_NOT_INT_TYPE_ERROR 1697
  702. #define ER_ACCESS_DENIED_NO_PASSWORD_ERROR 1698
  703. #define ER_SET_PASSWORD_AUTH_PLUGIN 1699
  704. #define ER_GRANT_PLUGIN_USER_EXISTS 1700
  705. #define ER_TRUNCATE_ILLEGAL_FK 1701
  706. #define ER_PLUGIN_IS_PERMANENT 1702
  707. #define ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN 1703
  708. #define ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX 1704
  709. #define ER_STMT_CACHE_FULL 1705
  710. #define ER_MULTI_UPDATE_KEY_CONFLICT 1706
  711. #define ER_TABLE_NEEDS_REBUILD 1707
  712. #define WARN_OPTION_BELOW_LIMIT 1708
  713. #define ER_INDEX_COLUMN_TOO_LONG 1709
  714. #define ER_ERROR_IN_TRIGGER_BODY 1710
  715. #define ER_ERROR_IN_UNKNOWN_TRIGGER_BODY 1711
  716. #define ER_INDEX_CORRUPT 1712
  717. #define ER_UNDO_RECORD_TOO_BIG 1713
  718. #define ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT 1714
  719. #define ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE 1715
  720. #define ER_BINLOG_UNSAFE_REPLACE_SELECT 1716
  721. #define ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT 1717
  722. #define ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT 1718
  723. #define ER_BINLOG_UNSAFE_UPDATE_IGNORE 1719
  724. #define ER_UNUSED_15 1720
  725. #define ER_UNUSED_16 1721
  726. #define ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT 1722
  727. #define ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC 1723
  728. #define ER_BINLOG_UNSAFE_INSERT_TWO_KEYS 1724
  729. #define ER_UNUSED_28 1725
  730. #define ER_UNUSED_1 1726
  731. #define ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST 1727
  732. #define ER_CANNOT_LOAD_FROM_TABLE_V2 1728
  733. #define ER_MASTER_DELAY_VALUE_OUT_OF_RANGE 1729
  734. #define ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT 1730
  735. #define ER_PARTITION_EXCHANGE_DIFFERENT_OPTION 1731
  736. #define ER_PARTITION_EXCHANGE_PART_TABLE 1732
  737. #define ER_PARTITION_EXCHANGE_TEMP_TABLE 1733
  738. #define ER_PARTITION_INSTEAD_OF_SUBPARTITION 1734
  739. #define ER_UNKNOWN_PARTITION 1735
  740. #define ER_TABLES_DIFFERENT_METADATA 1736
  741. #define ER_ROW_DOES_NOT_MATCH_PARTITION 1737
  742. #define ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX 1738
  743. #define ER_WARN_INDEX_NOT_APPLICABLE 1739
  744. #define ER_PARTITION_EXCHANGE_FOREIGN_KEY 1740
  745. #define ER_NO_SUCH_KEY_VALUE 1741
  746. #define ER_VALUE_TOO_LONG 1742
  747. #define ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE 1743
  748. #define ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE 1744
  749. #define ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX 1745
  750. #define ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT 1746
  751. #define ER_PARTITION_CLAUSE_ON_NONPARTITIONED 1747
  752. #define ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET 1748
  753. #define ER_UNUSED_5 1749
  754. #define ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE 1750
  755. #define ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE 1751
  756. #define ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE 1752
  757. #define ER_MTS_FEATURE_IS_NOT_SUPPORTED 1753
  758. #define ER_MTS_UPDATED_DBS_GREATER_MAX 1754
  759. #define ER_MTS_CANT_PARALLEL 1755
  760. #define ER_MTS_INCONSISTENT_DATA 1756
  761. #define ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING 1757
  762. #define ER_DA_INVALID_CONDITION_NUMBER 1758
  763. #define ER_INSECURE_PLAIN_TEXT 1759
  764. #define ER_INSECURE_CHANGE_MASTER 1760
  765. #define ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO 1761
  766. #define ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO 1762
  767. #define ER_SQLTHREAD_WITH_SECURE_SLAVE 1763
  768. #define ER_TABLE_HAS_NO_FT 1764
  769. #define ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER 1765
  770. #define ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION 1766
  771. #define ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST 1767
  772. #define ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL 1768
  773. #define ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION 1769
  774. #define ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL 1770
  775. #define ER_SKIPPING_LOGGED_TRANSACTION 1771
  776. #define ER_MALFORMED_GTID_SET_SPECIFICATION 1772
  777. #define ER_MALFORMED_GTID_SET_ENCODING 1773
  778. #define ER_MALFORMED_GTID_SPECIFICATION 1774
  779. #define ER_GNO_EXHAUSTED 1775
  780. #define ER_BAD_SLAVE_AUTO_POSITION 1776
  781. #define ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON 1777
  782. #define ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET 1778
  783. #define ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON 1779
  784. #define ER_GTID_MODE_REQUIRES_BINLOG 1780
  785. #define ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF 1781
  786. #define ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON 1782
  787. #define ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF 1783
  788. #define ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF 1784
  789. #define ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE 1785
  790. #define ER_GTID_UNSAFE_CREATE_SELECT 1786
  791. #define ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION 1787
  792. #define ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME 1788
  793. #define ER_MASTER_HAS_PURGED_REQUIRED_GTIDS 1789
  794. #define ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID 1790
  795. #define ER_UNKNOWN_EXPLAIN_FORMAT 1791
  796. #define ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION 1792
  797. #define ER_TOO_LONG_TABLE_PARTITION_COMMENT 1793
  798. #define ER_SLAVE_CONFIGURATION 1794
  799. #define ER_INNODB_FT_LIMIT 1795
  800. #define ER_INNODB_NO_FT_TEMP_TABLE 1796
  801. #define ER_INNODB_FT_WRONG_DOCID_COLUMN 1797
  802. #define ER_INNODB_FT_WRONG_DOCID_INDEX 1798
  803. #define ER_INNODB_ONLINE_LOG_TOO_BIG 1799
  804. #define ER_UNKNOWN_ALTER_ALGORITHM 1800
  805. #define ER_UNKNOWN_ALTER_LOCK 1801
  806. #define ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS 1802
  807. #define ER_MTS_RECOVERY_FAILURE 1803
  808. #define ER_MTS_RESET_WORKERS 1804
  809. #define ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 1805
  810. #define ER_SLAVE_SILENT_RETRY_TRANSACTION 1806
  811. #define ER_UNUSED_22 1807
  812. #define ER_TABLE_SCHEMA_MISMATCH 1808
  813. #define ER_TABLE_IN_SYSTEM_TABLESPACE 1809
  814. #define ER_IO_READ_ERROR 1810
  815. #define ER_IO_WRITE_ERROR 1811
  816. #define ER_TABLESPACE_MISSING 1812
  817. #define ER_TABLESPACE_EXISTS 1813
  818. #define ER_TABLESPACE_DISCARDED 1814
  819. #define ER_INTERNAL_ERROR 1815
  820. #define ER_INNODB_IMPORT_ERROR 1816
  821. #define ER_INNODB_INDEX_CORRUPT 1817
  822. #define ER_INVALID_YEAR_COLUMN_LENGTH 1818
  823. #define ER_NOT_VALID_PASSWORD 1819
  824. #define ER_MUST_CHANGE_PASSWORD 1820
  825. #define ER_FK_NO_INDEX_CHILD 1821
  826. #define ER_FK_NO_INDEX_PARENT 1822
  827. #define ER_FK_FAIL_ADD_SYSTEM 1823
  828. #define ER_FK_CANNOT_OPEN_PARENT 1824
  829. #define ER_FK_INCORRECT_OPTION 1825
  830. #define ER_DUP_CONSTRAINT_NAME 1826
  831. #define ER_PASSWORD_FORMAT 1827
  832. #define ER_FK_COLUMN_CANNOT_DROP 1828
  833. #define ER_FK_COLUMN_CANNOT_DROP_CHILD 1829
  834. #define ER_FK_COLUMN_NOT_NULL 1830
  835. #define ER_DUP_INDEX 1831
  836. #define ER_FK_COLUMN_CANNOT_CHANGE 1832
  837. #define ER_FK_COLUMN_CANNOT_CHANGE_CHILD 1833
  838. #define ER_FK_CANNOT_DELETE_PARENT 1834
  839. #define ER_MALFORMED_PACKET 1835
  840. #define ER_READ_ONLY_MODE 1836
  841. #define ER_GTID_NEXT_TYPE_UNDEFINED_GROUP 1837
  842. #define ER_VARIABLE_NOT_SETTABLE_IN_SP 1838
  843. #define ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF 1839
  844. #define ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY 1840
  845. #define ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY 1841
  846. #define ER_GTID_PURGED_WAS_CHANGED 1842
  847. #define ER_GTID_EXECUTED_WAS_CHANGED 1843
  848. #define ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES 1844
  849. #define ER_ALTER_OPERATION_NOT_SUPPORTED 1845
  850. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON 1846
  851. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY 1847
  852. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION 1848
  853. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME 1849
  854. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE 1850
  855. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK 1851
  856. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE 1852
  857. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK 1853
  858. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC 1854
  859. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS 1855
  860. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS 1856
  861. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS 1857
  862. #define ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE 1858
  863. #define ER_DUP_UNKNOWN_IN_INDEX 1859
  864. #define ER_IDENT_CAUSES_TOO_LONG_PATH 1860
  865. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL 1861
  866. #define ER_MUST_CHANGE_PASSWORD_LOGIN 1862
  867. #define ER_ROW_IN_WRONG_PARTITION 1863
  868. #define ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX 1864
  869. #define ER_INNODB_NO_FT_USES_PARSER 1865
  870. #define ER_BINLOG_LOGICAL_CORRUPTION 1866
  871. #define ER_WARN_PURGE_LOG_IN_USE 1867
  872. #define ER_WARN_PURGE_LOG_IS_ACTIVE 1868
  873. #define ER_AUTO_INCREMENT_CONFLICT 1869
  874. #define WARN_ON_BLOCKHOLE_IN_RBR 1870
  875. #define ER_SLAVE_MI_INIT_REPOSITORY 1871
  876. #define ER_SLAVE_RLI_INIT_REPOSITORY 1872
  877. #define ER_ACCESS_DENIED_CHANGE_USER_ERROR 1873
  878. #define ER_INNODB_READ_ONLY 1874
  879. #define ER_STOP_SLAVE_SQL_THREAD_TIMEOUT 1875
  880. #define ER_STOP_SLAVE_IO_THREAD_TIMEOUT 1876
  881. #define ER_TABLE_CORRUPT 1877
  882. #define ER_TEMP_FILE_WRITE_FAILURE 1878
  883. #define ER_INNODB_FT_AUX_NOT_HEX_ID 1879
  884. #define ER_LAST_MYSQL_ERROR_MESSAGE 1880
  885. #define ER_ERROR_LAST_SECTION_1 1880
  886. /* New section */
  887. #define ER_ERROR_FIRST_SECTION_2 1900
  888. #define ER_UNUSED_18 1900
  889. #define ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED 1901
  890. #define ER_UNUSED_19 1902
  891. #define ER_PRIMARY_KEY_BASED_ON_GENERATED_COLUMN 1903
  892. #define ER_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMN 1904
  893. #define ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN 1905
  894. #define ER_WARNING_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN 1906
  895. #define ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN 1907
  896. #define ER_UNUSED_20 1908
  897. #define ER_UNUSED_21 1909
  898. #define ER_UNSUPPORTED_ENGINE_FOR_GENERATED_COLUMNS 1910
  899. #define ER_UNKNOWN_OPTION 1911
  900. #define ER_BAD_OPTION_VALUE 1912
  901. #define ER_UNUSED_6 1913
  902. #define ER_UNUSED_7 1914
  903. #define ER_UNUSED_8 1915
  904. #define ER_DATA_OVERFLOW 1916
  905. #define ER_DATA_TRUNCATED 1917
  906. #define ER_BAD_DATA 1918
  907. #define ER_DYN_COL_WRONG_FORMAT 1919
  908. #define ER_DYN_COL_IMPLEMENTATION_LIMIT 1920
  909. #define ER_DYN_COL_DATA 1921
  910. #define ER_DYN_COL_WRONG_CHARSET 1922
  911. #define ER_ILLEGAL_SUBQUERY_OPTIMIZER_SWITCHES 1923
  912. #define ER_QUERY_CACHE_IS_DISABLED 1924
  913. #define ER_QUERY_CACHE_IS_GLOBALY_DISABLED 1925
  914. #define ER_VIEW_ORDERBY_IGNORED 1926
  915. #define ER_CONNECTION_KILLED 1927
  916. #define ER_UNUSED_12 1928
  917. #define ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SKIP_REPLICATION 1929
  918. #define ER_STORED_FUNCTION_PREVENTS_SWITCH_SKIP_REPLICATION 1930
  919. #define ER_QUERY_EXCEEDED_ROWS_EXAMINED_LIMIT 1931
  920. #define ER_NO_SUCH_TABLE_IN_ENGINE 1932
  921. #define ER_TARGET_NOT_EXPLAINABLE 1933
  922. #define ER_CONNECTION_ALREADY_EXISTS 1934
  923. #define ER_MASTER_LOG_PREFIX 1935
  924. #define ER_CANT_START_STOP_SLAVE 1936
  925. #define ER_SLAVE_STARTED 1937
  926. #define ER_SLAVE_STOPPED 1938
  927. #define ER_SQL_DISCOVER_ERROR 1939
  928. #define ER_FAILED_GTID_STATE_INIT 1940
  929. #define ER_INCORRECT_GTID_STATE 1941
  930. #define ER_CANNOT_UPDATE_GTID_STATE 1942
  931. #define ER_DUPLICATE_GTID_DOMAIN 1943
  932. #define ER_GTID_OPEN_TABLE_FAILED 1944
  933. #define ER_GTID_POSITION_NOT_FOUND_IN_BINLOG 1945
  934. #define ER_CANNOT_LOAD_SLAVE_GTID_STATE 1946
  935. #define ER_MASTER_GTID_POS_CONFLICTS_WITH_BINLOG 1947
  936. #define ER_MASTER_GTID_POS_MISSING_DOMAIN 1948
  937. #define ER_UNTIL_REQUIRES_USING_GTID 1949
  938. #define ER_GTID_STRICT_OUT_OF_ORDER 1950
  939. #define ER_GTID_START_FROM_BINLOG_HOLE 1951
  940. #define ER_SLAVE_UNEXPECTED_MASTER_SWITCH 1952
  941. #define ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_GTID_DOMAIN_ID_SEQ_NO 1953
  942. #define ER_STORED_FUNCTION_PREVENTS_SWITCH_GTID_DOMAIN_ID_SEQ_NO 1954
  943. #define ER_GTID_POSITION_NOT_FOUND_IN_BINLOG2 1955
  944. #define ER_BINLOG_MUST_BE_EMPTY 1956
  945. #define ER_NO_SUCH_QUERY 1957
  946. #define ER_BAD_BASE64_DATA 1958
  947. #define ER_INVALID_ROLE 1959
  948. #define ER_INVALID_CURRENT_USER 1960
  949. #define ER_CANNOT_GRANT_ROLE 1961
  950. #define ER_CANNOT_REVOKE_ROLE 1962
  951. #define ER_CHANGE_SLAVE_PARALLEL_THREADS_ACTIVE 1963
  952. #define ER_PRIOR_COMMIT_FAILED 1964
  953. #define ER_IT_IS_A_VIEW 1965
  954. #define ER_SLAVE_SKIP_NOT_IN_GTID 1966
  955. #define ER_TABLE_DEFINITION_TOO_BIG 1967
  956. #define ER_PLUGIN_INSTALLED 1968
  957. #define ER_STATEMENT_TIMEOUT 1969
  958. #define ER_SUBQUERIES_NOT_SUPPORTED 1970
  959. #define ER_SET_STATEMENT_NOT_SUPPORTED 1971
  960. #define ER_UNUSED_9 1972
  961. #define ER_USER_CREATE_EXISTS 1973
  962. #define ER_USER_DROP_EXISTS 1974
  963. #define ER_ROLE_CREATE_EXISTS 1975
  964. #define ER_ROLE_DROP_EXISTS 1976
  965. #define ER_CANNOT_CONVERT_CHARACTER 1977
  966. #define ER_INVALID_DEFAULT_VALUE_FOR_FIELD 1978
  967. #define ER_KILL_QUERY_DENIED_ERROR 1979
  968. #define ER_NO_EIS_FOR_FIELD 1980
  969. #define ER_WARN_AGGFUNC_DEPENDENCE 1981
  970. #define WARN_INNODB_PARTITION_OPTION_IGNORED 1982
  971. #define ER_ERROR_LAST_SECTION_2 1982
  972. /* New section */
  973. #define ER_ERROR_FIRST_SECTION_3 2000
  974. #define ER_ERROR_LAST_SECTION_3 2000
  975. /* New section */
  976. #define ER_ERROR_FIRST_SECTION_4 3000
  977. #define ER_FILE_CORRUPT 3000
  978. #define ER_ERROR_ON_MASTER 3001
  979. #define ER_INCONSISTENT_ERROR 3002
  980. #define ER_STORAGE_ENGINE_NOT_LOADED 3003
  981. #define ER_GET_STACKED_DA_WITHOUT_ACTIVE_HANDLER 3004
  982. #define ER_WARN_LEGACY_SYNTAX_CONVERTED 3005
  983. #define ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN 3006
  984. #define ER_CANNOT_DISCARD_TEMPORARY_TABLE 3007
  985. #define ER_FK_DEPTH_EXCEEDED 3008
  986. #define ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2 3009
  987. #define ER_WARN_TRIGGER_DOESNT_HAVE_CREATED 3010
  988. #define ER_REFERENCED_TRG_DOES_NOT_EXIST_MYSQL 3011
  989. #define ER_EXPLAIN_NOT_SUPPORTED 3012
  990. #define ER_INVALID_FIELD_SIZE 3013
  991. #define ER_MISSING_HA_CREATE_OPTION 3014
  992. #define ER_ENGINE_OUT_OF_MEMORY 3015
  993. #define ER_PASSWORD_EXPIRE_ANONYMOUS_USER 3016
  994. #define ER_SLAVE_SQL_THREAD_MUST_STOP 3017
  995. #define ER_NO_FT_MATERIALIZED_SUBQUERY 3018
  996. #define ER_INNODB_UNDO_LOG_FULL 3019
  997. #define ER_INVALID_ARGUMENT_FOR_LOGARITHM 3020
  998. #define ER_SLAVE_CHANNEL_IO_THREAD_MUST_STOP 3021
  999. #define ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO 3022
  1000. #define ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS 3023
  1001. #define ER_QUERY_TIMEOUT 3024
  1002. #define ER_NON_RO_SELECT_DISABLE_TIMER 3025
  1003. #define ER_DUP_LIST_ENTRY 3026
  1004. #define ER_SQL_MODE_NO_EFFECT 3027
  1005. #define ER_AGGREGATE_ORDER_FOR_UNION 3028
  1006. #define ER_AGGREGATE_ORDER_NON_AGG_QUERY 3029
  1007. #define ER_SLAVE_WORKER_STOPPED_PREVIOUS_THD_ERROR 3030
  1008. #define ER_DONT_SUPPORT_SLAVE_PRESERVE_COMMIT_ORDER 3031
  1009. #define ER_SERVER_OFFLINE_MODE 3032
  1010. #define ER_GIS_DIFFERENT_SRIDS 3033
  1011. #define ER_GIS_UNSUPPORTED_ARGUMENT 3034
  1012. #define ER_GIS_UNKNOWN_ERROR 3035
  1013. #define ER_GIS_UNKNOWN_EXCEPTION 3036
  1014. #define ER_GIS_INVALID_DATA 3037
  1015. #define ER_BOOST_GEOMETRY_EMPTY_INPUT_EXCEPTION 3038
  1016. #define ER_BOOST_GEOMETRY_CENTROID_EXCEPTION 3039
  1017. #define ER_BOOST_GEOMETRY_OVERLAY_INVALID_INPUT_EXCEPTION 3040
  1018. #define ER_BOOST_GEOMETRY_TURN_INFO_EXCEPTION 3041
  1019. #define ER_BOOST_GEOMETRY_SELF_INTERSECTION_POINT_EXCEPTION 3042
  1020. #define ER_BOOST_GEOMETRY_UNKNOWN_EXCEPTION 3043
  1021. #define ER_STD_BAD_ALLOC_ERROR 3044
  1022. #define ER_STD_DOMAIN_ERROR 3045
  1023. #define ER_STD_LENGTH_ERROR 3046
  1024. #define ER_STD_INVALID_ARGUMENT 3047
  1025. #define ER_STD_OUT_OF_RANGE_ERROR 3048
  1026. #define ER_STD_OVERFLOW_ERROR 3049
  1027. #define ER_STD_RANGE_ERROR 3050
  1028. #define ER_STD_UNDERFLOW_ERROR 3051
  1029. #define ER_STD_LOGIC_ERROR 3052
  1030. #define ER_STD_RUNTIME_ERROR 3053
  1031. #define ER_STD_UNKNOWN_EXCEPTION 3054
  1032. #define ER_GIS_DATA_WRONG_ENDIANESS 3055
  1033. #define ER_CHANGE_MASTER_PASSWORD_LENGTH 3056
  1034. #define ER_USER_LOCK_WRONG_NAME 3057
  1035. #define ER_USER_LOCK_DEADLOCK 3058
  1036. #define ER_REPLACE_INACCESSIBLE_ROWS 3059
  1037. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_GIS 3060
  1038. #define ER_ERROR_LAST_SECTION_4 3060
  1039. /* New section */
  1040. #define ER_ERROR_FIRST_SECTION_5 4000
  1041. #define ER_UNUSED_26 4000
  1042. #define ER_UNUSED_27 4001
  1043. #define ER_WITH_COL_WRONG_LIST 4002
  1044. #define ER_TOO_MANY_DEFINITIONS_IN_WITH_CLAUSE 4003
  1045. #define ER_DUP_QUERY_NAME 4004
  1046. #define ER_RECURSIVE_WITHOUT_ANCHORS 4005
  1047. #define ER_UNACCEPTABLE_MUTUAL_RECURSION 4006
  1048. #define ER_REF_TO_RECURSIVE_WITH_TABLE_IN_DERIVED 4007
  1049. #define ER_NOT_STANDARD_COMPLIANT_RECURSIVE 4008
  1050. #define ER_WRONG_WINDOW_SPEC_NAME 4009
  1051. #define ER_DUP_WINDOW_NAME 4010
  1052. #define ER_PARTITION_LIST_IN_REFERENCING_WINDOW_SPEC 4011
  1053. #define ER_ORDER_LIST_IN_REFERENCING_WINDOW_SPEC 4012
  1054. #define ER_WINDOW_FRAME_IN_REFERENCED_WINDOW_SPEC 4013
  1055. #define ER_BAD_COMBINATION_OF_WINDOW_FRAME_BOUND_SPECS 4014
  1056. #define ER_WRONG_PLACEMENT_OF_WINDOW_FUNCTION 4015
  1057. #define ER_WINDOW_FUNCTION_IN_WINDOW_SPEC 4016
  1058. #define ER_NOT_ALLOWED_WINDOW_FRAME 4017
  1059. #define ER_NO_ORDER_LIST_IN_WINDOW_SPEC 4018
  1060. #define ER_RANGE_FRAME_NEEDS_SIMPLE_ORDERBY 4019
  1061. #define ER_WRONG_TYPE_FOR_ROWS_FRAME 4020
  1062. #define ER_WRONG_TYPE_FOR_RANGE_FRAME 4021
  1063. #define ER_FRAME_EXCLUSION_NOT_SUPPORTED 4022
  1064. #define ER_WINDOW_FUNCTION_DONT_HAVE_FRAME 4023
  1065. #define ER_INVALID_NTILE_ARGUMENT 4024
  1066. #define ER_CONSTRAINT_FAILED 4025
  1067. #define ER_EXPRESSION_IS_TOO_BIG 4026
  1068. #define ER_ERROR_EVALUATING_EXPRESSION 4027
  1069. #define ER_CALCULATING_DEFAULT_VALUE 4028
  1070. #define ER_EXPRESSION_REFERS_TO_UNINIT_FIELD 4029
  1071. #define ER_PARTITION_DEFAULT_ERROR 4030
  1072. #define ER_REFERENCED_TRG_DOES_NOT_EXIST 4031
  1073. #define ER_INVALID_DEFAULT_PARAM 4032
  1074. #define ER_BINLOG_NON_SUPPORTED_BULK 4033
  1075. #define ER_BINLOG_UNCOMPRESS_ERROR 4034
  1076. #define ER_JSON_BAD_CHR 4035
  1077. #define ER_JSON_NOT_JSON_CHR 4036
  1078. #define ER_JSON_EOS 4037
  1079. #define ER_JSON_SYNTAX 4038
  1080. #define ER_JSON_ESCAPING 4039
  1081. #define ER_JSON_DEPTH 4040
  1082. #define ER_JSON_PATH_EOS 4041
  1083. #define ER_JSON_PATH_SYNTAX 4042
  1084. #define ER_JSON_PATH_DEPTH 4043
  1085. #define ER_JSON_PATH_NO_WILDCARD 4044
  1086. #define ER_JSON_PATH_ARRAY 4045
  1087. #define ER_JSON_ONE_OR_ALL 4046
  1088. #define ER_UNSUPPORTED_COMPRESSED_TABLE 4047
  1089. #define ER_GEOJSON_INCORRECT 4048
  1090. #define ER_GEOJSON_TOO_FEW_POINTS 4049
  1091. #define ER_GEOJSON_NOT_CLOSED 4050
  1092. #define ER_JSON_PATH_EMPTY 4051
  1093. #define ER_SLAVE_SAME_ID 4052
  1094. #define ER_FLASHBACK_NOT_SUPPORTED 4053
  1095. #define ER_KEYS_OUT_OF_ORDER 4054
  1096. #define ER_OVERLAPPING_KEYS 4055
  1097. #define ER_REQUIRE_ROW_BINLOG_FORMAT 4056
  1098. #define ER_ISOLATION_MODE_NOT_SUPPORTED 4057
  1099. #define ER_ON_DUPLICATE_DISABLED 4058
  1100. #define ER_UPDATES_WITH_CONSISTENT_SNAPSHOT 4059
  1101. #define ER_ROLLBACK_ONLY 4060
  1102. #define ER_ROLLBACK_TO_SAVEPOINT 4061
  1103. #define ER_ISOLATION_LEVEL_WITH_CONSISTENT_SNAPSHOT 4062
  1104. #define ER_UNSUPPORTED_COLLATION 4063
  1105. #define ER_METADATA_INCONSISTENCY 4064
  1106. #define ER_CF_DIFFERENT 4065
  1107. #define ER_RDB_TTL_DURATION_FORMAT 4066
  1108. #define ER_RDB_STATUS_GENERAL 4067
  1109. #define ER_RDB_STATUS_MSG 4068
  1110. #define ER_RDB_TTL_UNSUPPORTED 4069
  1111. #define ER_RDB_TTL_COL_FORMAT 4070
  1112. #define ER_PER_INDEX_CF_DEPRECATED 4071
  1113. #define ER_KEY_CREATE_DURING_ALTER 4072
  1114. #define ER_SK_POPULATE_DURING_ALTER 4073
  1115. #define ER_SUM_FUNC_WITH_WINDOW_FUNC_AS_ARG 4074
  1116. #define ER_NET_OK_PACKET_TOO_LARGE 4075
  1117. #define ER_GEOJSON_EMPTY_COORDINATES 4076
  1118. #define ER_MYROCKS_CANT_NOPAD_COLLATION 4077
  1119. #define ER_ILLEGAL_PARAMETER_DATA_TYPES2_FOR_OPERATION 4078
  1120. #define ER_ILLEGAL_PARAMETER_DATA_TYPE_FOR_OPERATION 4079
  1121. #define ER_WRONG_PARAMCOUNT_TO_CURSOR 4080
  1122. #define ER_UNKNOWN_STRUCTURED_VARIABLE 4081
  1123. #define ER_ROW_VARIABLE_DOES_NOT_HAVE_FIELD 4082
  1124. #define ER_END_IDENTIFIER_DOES_NOT_MATCH 4083
  1125. #define ER_SEQUENCE_RUN_OUT 4084
  1126. #define ER_SEQUENCE_INVALID_DATA 4085
  1127. #define ER_SEQUENCE_INVALID_TABLE_STRUCTURE 4086
  1128. #define ER_SEQUENCE_ACCESS_ERROR 4087
  1129. #define ER_SEQUENCE_BINLOG_FORMAT 4088
  1130. #define ER_NOT_SEQUENCE 4089
  1131. #define ER_NOT_SEQUENCE2 4090
  1132. #define ER_UNKNOWN_SEQUENCES 4091
  1133. #define ER_UNKNOWN_VIEW 4092
  1134. #define ER_WRONG_INSERT_INTO_SEQUENCE 4093
  1135. #define ER_SP_STACK_TRACE 4094
  1136. #define ER_PACKAGE_ROUTINE_IN_SPEC_NOT_DEFINED_IN_BODY 4095
  1137. #define ER_PACKAGE_ROUTINE_FORWARD_DECLARATION_NOT_DEFINED 4096
  1138. #define ER_COMPRESSED_COLUMN_USED_AS_KEY 4097
  1139. #define ER_UNKNOWN_COMPRESSION_METHOD 4098
  1140. #define ER_WRONG_NUMBER_OF_VALUES_IN_TVC 4099
  1141. #define ER_FIELD_REFERENCE_IN_TVC 4100
  1142. #define ER_WRONG_TYPE_FOR_PERCENTILE_FUNC 4101
  1143. #define ER_ARGUMENT_NOT_CONSTANT 4102
  1144. #define ER_ARGUMENT_OUT_OF_RANGE 4103
  1145. #define ER_WRONG_TYPE_OF_ARGUMENT 4104
  1146. #define ER_NOT_AGGREGATE_FUNCTION 4105
  1147. #define ER_INVALID_AGGREGATE_FUNCTION 4106
  1148. #define ER_INVALID_VALUE_TO_LIMIT 4107
  1149. #define ER_INVISIBLE_NOT_NULL_WITHOUT_DEFAULT 4108
  1150. #define ER_UPDATE_INFO_WITH_SYSTEM_VERSIONING 4109
  1151. #define ER_VERS_FIELD_WRONG_TYPE 4110
  1152. #define ER_VERS_ENGINE_UNSUPPORTED 4111
  1153. #define ER_UNUSED_23 4112
  1154. #define ER_PARTITION_WRONG_TYPE 4113
  1155. #define WARN_VERS_PART_FULL 4114
  1156. #define WARN_VERS_PARAMETERS 4115
  1157. #define ER_VERS_DROP_PARTITION_INTERVAL 4116
  1158. #define ER_UNUSED_25 4117
  1159. #define WARN_VERS_PART_NON_HISTORICAL 4118
  1160. #define ER_VERS_ALTER_NOT_ALLOWED 4119
  1161. #define ER_VERS_ALTER_ENGINE_PROHIBITED 4120
  1162. #define ER_VERS_RANGE_PROHIBITED 4121
  1163. #define ER_CONFLICTING_FOR_SYSTEM_TIME 4122
  1164. #define ER_VERS_TABLE_MUST_HAVE_COLUMNS 4123
  1165. #define ER_VERS_NOT_VERSIONED 4124
  1166. #define ER_MISSING 4125
  1167. #define ER_VERS_PERIOD_COLUMNS 4126
  1168. #define ER_PART_WRONG_VALUE 4127
  1169. #define ER_VERS_WRONG_PARTS 4128
  1170. #define ER_VERS_NO_TRX_ID 4129
  1171. #define ER_VERS_ALTER_SYSTEM_FIELD 4130
  1172. #define ER_DROP_VERSIONING_SYSTEM_TIME_PARTITION 4131
  1173. #define ER_VERS_DB_NOT_SUPPORTED 4132
  1174. #define ER_VERS_TRT_IS_DISABLED 4133
  1175. #define ER_VERS_DUPLICATE_ROW_START_END 4134
  1176. #define ER_VERS_ALREADY_VERSIONED 4135
  1177. #define ER_UNUSED_24 4136
  1178. #define ER_VERS_NOT_SUPPORTED 4137
  1179. #define ER_VERS_TRX_PART_HISTORIC_ROW_NOT_SUPPORTED 4138
  1180. #define ER_INDEX_FILE_FULL 4139
  1181. #define ER_UPDATED_COLUMN_ONLY_ONCE 4140
  1182. #define ER_EMPTY_ROW_IN_TVC 4141
  1183. #define ER_VERS_QUERY_IN_PARTITION 4142
  1184. #define ER_KEY_DOESNT_SUPPORT 4143
  1185. #define ER_ALTER_OPERATION_TABLE_OPTIONS_NEED_REBUILD 4144
  1186. #define ER_BACKUP_LOCK_IS_ACTIVE 4145
  1187. #define ER_BACKUP_NOT_RUNNING 4146
  1188. #define ER_BACKUP_WRONG_STAGE 4147
  1189. #define ER_BACKUP_STAGE_FAILED 4148
  1190. #define ER_BACKUP_UNKNOWN_STAGE 4149
  1191. #define ER_USER_IS_BLOCKED 4150
  1192. #define ER_ACCOUNT_HAS_BEEN_LOCKED 4151
  1193. #define ER_PERIOD_TEMPORARY_NOT_ALLOWED 4152
  1194. #define ER_PERIOD_TYPES_MISMATCH 4153
  1195. #define ER_MORE_THAN_ONE_PERIOD 4154
  1196. #define ER_PERIOD_FIELD_WRONG_ATTRIBUTES 4155
  1197. #define ER_PERIOD_NOT_FOUND 4156
  1198. #define ER_PERIOD_COLUMNS_UPDATED 4157
  1199. #define ER_PERIOD_CONSTRAINT_DROP 4158
  1200. #define ER_TOO_LONG_KEYPART 4159
  1201. #define ER_TOO_LONG_DATABASE_COMMENT 4160
  1202. #define ER_UNKNOWN_DATA_TYPE 4161
  1203. #define ER_UNKNOWN_OPERATOR 4162
  1204. #define ER_WARN_HISTORY_ROW_START_TIME 4163
  1205. #define ER_PART_STARTS_BEYOND_INTERVAL 4164
  1206. #define ER_GALERA_REPLICATION_NOT_SUPPORTED 4165
  1207. #define ER_LOAD_INFILE_CAPABILITY_DISABLED 4166
  1208. #define ER_NO_SECURE_TRANSPORTS_CONFIGURED 4167
  1209. #define ER_SLAVE_IGNORED_SHARED_TABLE 4168
  1210. #define ER_NO_AUTOINCREMENT_WITH_UNIQUE 4169
  1211. #define ER_KEY_CONTAINS_PERIOD_FIELDS 4170
  1212. #define ER_KEY_CANT_HAVE_WITHOUT_OVERLAPS 4171
  1213. #define ER_NOT_ALLOWED_IN_THIS_CONTEXT 4172
  1214. #define ER_DATA_WAS_COMMITED_UNDER_ROLLBACK 4173
  1215. #define ER_PK_INDEX_CANT_BE_IGNORED 4174
  1216. #define ER_BINLOG_UNSAFE_SKIP_LOCKED 4175
  1217. #define ER_JSON_TABLE_ERROR_ON_FIELD 4176
  1218. #define ER_JSON_TABLE_ALIAS_REQUIRED 4177
  1219. #define ER_JSON_TABLE_SCALAR_EXPECTED 4178
  1220. #define ER_JSON_TABLE_MULTIPLE_MATCHES 4179
  1221. #define ER_WITH_TIES_NEEDS_ORDER 4180
  1222. #define ER_REMOVED_ORPHAN_TRIGGER 4181
  1223. #define ER_STORAGE_ENGINE_DISABLED 4182
  1224. #define ER_ERROR_LAST 4182
  1225. #endif /* ER_ERROR_FIRST */