Clone of PhatAC @ https://github.com/floaterxk/PhatAC

mysqld_error.h 42KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091
  1. /* Autogenerated file, please don't edit */
  2. #ifndef MYSQLD_ERROR_INCLUDED
  3. #define MYSQLD_ERROR_INCLUDED
  4. static const int errmsg_section_start[] = { 1000, 3000 };
  5. static const int errmsg_section_size[] = { 886, 195 };
  6. #define ER_HASHCHK 1000
  7. #define ER_NISAMCHK 1001
  8. #define ER_NO 1002
  9. #define ER_YES 1003
  10. #define ER_CANT_CREATE_FILE 1004
  11. #define ER_CANT_CREATE_TABLE 1005
  12. #define ER_CANT_CREATE_DB 1006
  13. #define ER_DB_CREATE_EXISTS 1007
  14. #define ER_DB_DROP_EXISTS 1008
  15. #define ER_DB_DROP_DELETE 1009
  16. #define ER_DB_DROP_RMDIR 1010
  17. #define ER_CANT_DELETE_FILE 1011
  18. #define ER_CANT_FIND_SYSTEM_REC 1012
  19. #define ER_CANT_GET_STAT 1013
  20. #define ER_CANT_GET_WD 1014
  21. #define ER_CANT_LOCK 1015
  22. #define ER_CANT_OPEN_FILE 1016
  23. #define ER_FILE_NOT_FOUND 1017
  24. #define ER_CANT_READ_DIR 1018
  25. #define ER_CANT_SET_WD 1019
  26. #define ER_CHECKREAD 1020
  27. #define ER_DISK_FULL 1021
  28. #define ER_DUP_KEY 1022
  29. #define ER_ERROR_ON_CLOSE 1023
  30. #define ER_ERROR_ON_READ 1024
  31. #define ER_ERROR_ON_RENAME 1025
  32. #define ER_ERROR_ON_WRITE 1026
  33. #define ER_FILE_USED 1027
  34. #define ER_FILSORT_ABORT 1028
  35. #define ER_FORM_NOT_FOUND 1029
  36. #define ER_GET_ERRNO 1030
  37. #define ER_ILLEGAL_HA 1031
  38. #define ER_KEY_NOT_FOUND 1032
  39. #define ER_NOT_FORM_FILE 1033
  40. #define ER_NOT_KEYFILE 1034
  41. #define ER_OLD_KEYFILE 1035
  42. #define ER_OPEN_AS_READONLY 1036
  43. #define ER_OUTOFMEMORY 1037
  44. #define ER_OUT_OF_SORTMEMORY 1038
  45. #define ER_UNEXPECTED_EOF 1039
  46. #define ER_CON_COUNT_ERROR 1040
  47. #define ER_OUT_OF_RESOURCES 1041
  48. #define ER_BAD_HOST_ERROR 1042
  49. #define ER_HANDSHAKE_ERROR 1043
  50. #define ER_DBACCESS_DENIED_ERROR 1044
  51. #define ER_ACCESS_DENIED_ERROR 1045
  52. #define ER_NO_DB_ERROR 1046
  53. #define ER_UNKNOWN_COM_ERROR 1047
  54. #define ER_BAD_NULL_ERROR 1048
  55. #define ER_BAD_DB_ERROR 1049
  56. #define ER_TABLE_EXISTS_ERROR 1050
  57. #define ER_BAD_TABLE_ERROR 1051
  58. #define ER_NON_UNIQ_ERROR 1052
  59. #define ER_SERVER_SHUTDOWN 1053
  60. #define ER_BAD_FIELD_ERROR 1054
  61. #define ER_WRONG_FIELD_WITH_GROUP 1055
  62. #define ER_WRONG_GROUP_FIELD 1056
  63. #define ER_WRONG_SUM_SELECT 1057
  64. #define ER_WRONG_VALUE_COUNT 1058
  65. #define ER_TOO_LONG_IDENT 1059
  66. #define ER_DUP_FIELDNAME 1060
  67. #define ER_DUP_KEYNAME 1061
  68. #define ER_DUP_ENTRY 1062
  69. #define ER_WRONG_FIELD_SPEC 1063
  70. #define ER_PARSE_ERROR 1064
  71. #define ER_EMPTY_QUERY 1065
  72. #define ER_NONUNIQ_TABLE 1066
  73. #define ER_INVALID_DEFAULT 1067
  74. #define ER_MULTIPLE_PRI_KEY 1068
  75. #define ER_TOO_MANY_KEYS 1069
  76. #define ER_TOO_MANY_KEY_PARTS 1070
  77. #define ER_TOO_LONG_KEY 1071
  78. #define ER_KEY_COLUMN_DOES_NOT_EXITS 1072
  79. #define ER_BLOB_USED_AS_KEY 1073
  80. #define ER_TOO_BIG_FIELDLENGTH 1074
  81. #define ER_WRONG_AUTO_KEY 1075
  82. #define ER_READY 1076
  83. #define ER_NORMAL_SHUTDOWN 1077
  84. #define ER_GOT_SIGNAL 1078
  85. #define ER_SHUTDOWN_COMPLETE 1079
  86. #define ER_FORCING_CLOSE 1080
  87. #define ER_IPSOCK_ERROR 1081
  88. #define ER_NO_SUCH_INDEX 1082
  89. #define ER_WRONG_FIELD_TERMINATORS 1083
  90. #define ER_BLOBS_AND_NO_TERMINATED 1084
  91. #define ER_TEXTFILE_NOT_READABLE 1085
  92. #define ER_FILE_EXISTS_ERROR 1086
  93. #define ER_LOAD_INFO 1087
  94. #define ER_ALTER_INFO 1088
  95. #define ER_WRONG_SUB_KEY 1089
  96. #define ER_CANT_REMOVE_ALL_FIELDS 1090
  97. #define ER_CANT_DROP_FIELD_OR_KEY 1091
  98. #define ER_INSERT_INFO 1092
  99. #define ER_UPDATE_TABLE_USED 1093
  100. #define ER_NO_SUCH_THREAD 1094
  101. #define ER_KILL_DENIED_ERROR 1095
  102. #define ER_NO_TABLES_USED 1096
  103. #define ER_TOO_BIG_SET 1097
  104. #define ER_NO_UNIQUE_LOGFILE 1098
  105. #define ER_TABLE_NOT_LOCKED_FOR_WRITE 1099
  106. #define ER_TABLE_NOT_LOCKED 1100
  107. #define ER_BLOB_CANT_HAVE_DEFAULT 1101
  108. #define ER_WRONG_DB_NAME 1102
  109. #define ER_WRONG_TABLE_NAME 1103
  110. #define ER_TOO_BIG_SELECT 1104
  111. #define ER_UNKNOWN_ERROR 1105
  112. #define ER_UNKNOWN_PROCEDURE 1106
  113. #define ER_WRONG_PARAMCOUNT_TO_PROCEDURE 1107
  114. #define ER_WRONG_PARAMETERS_TO_PROCEDURE 1108
  115. #define ER_UNKNOWN_TABLE 1109
  116. #define ER_FIELD_SPECIFIED_TWICE 1110
  117. #define ER_INVALID_GROUP_FUNC_USE 1111
  118. #define ER_UNSUPPORTED_EXTENSION 1112
  119. #define ER_TABLE_MUST_HAVE_COLUMNS 1113
  120. #define ER_RECORD_FILE_FULL 1114
  121. #define ER_UNKNOWN_CHARACTER_SET 1115
  122. #define ER_TOO_MANY_TABLES 1116
  123. #define ER_TOO_MANY_FIELDS 1117
  124. #define ER_TOO_BIG_ROWSIZE 1118
  125. #define ER_STACK_OVERRUN 1119
  126. #define ER_WRONG_OUTER_JOIN 1120
  127. #define ER_NULL_COLUMN_IN_INDEX 1121
  128. #define ER_CANT_FIND_UDF 1122
  129. #define ER_CANT_INITIALIZE_UDF 1123
  130. #define ER_UDF_NO_PATHS 1124
  131. #define ER_UDF_EXISTS 1125
  132. #define ER_CANT_OPEN_LIBRARY 1126
  133. #define ER_CANT_FIND_DL_ENTRY 1127
  134. #define ER_FUNCTION_NOT_DEFINED 1128
  135. #define ER_HOST_IS_BLOCKED 1129
  136. #define ER_HOST_NOT_PRIVILEGED 1130
  137. #define ER_PASSWORD_ANONYMOUS_USER 1131
  138. #define ER_PASSWORD_NOT_ALLOWED 1132
  139. #define ER_PASSWORD_NO_MATCH 1133
  140. #define ER_UPDATE_INFO 1134
  141. #define ER_CANT_CREATE_THREAD 1135
  142. #define ER_WRONG_VALUE_COUNT_ON_ROW 1136
  143. #define ER_CANT_REOPEN_TABLE 1137
  144. #define ER_INVALID_USE_OF_NULL 1138
  145. #define ER_REGEXP_ERROR 1139
  146. #define ER_MIX_OF_GROUP_FUNC_AND_FIELDS 1140
  147. #define ER_NONEXISTING_GRANT 1141
  148. #define ER_TABLEACCESS_DENIED_ERROR 1142
  149. #define ER_COLUMNACCESS_DENIED_ERROR 1143
  150. #define ER_ILLEGAL_GRANT_FOR_TABLE 1144
  151. #define ER_GRANT_WRONG_HOST_OR_USER 1145
  152. #define ER_NO_SUCH_TABLE 1146
  153. #define ER_NONEXISTING_TABLE_GRANT 1147
  154. #define ER_NOT_ALLOWED_COMMAND 1148
  155. #define ER_SYNTAX_ERROR 1149
  156. #define ER_UNUSED1 1150
  157. #define ER_UNUSED2 1151
  158. #define ER_ABORTING_CONNECTION 1152
  159. #define ER_NET_PACKET_TOO_LARGE 1153
  160. #define ER_NET_READ_ERROR_FROM_PIPE 1154
  161. #define ER_NET_FCNTL_ERROR 1155
  162. #define ER_NET_PACKETS_OUT_OF_ORDER 1156
  163. #define ER_NET_UNCOMPRESS_ERROR 1157
  164. #define ER_NET_READ_ERROR 1158
  165. #define ER_NET_READ_INTERRUPTED 1159
  166. #define ER_NET_ERROR_ON_WRITE 1160
  167. #define ER_NET_WRITE_INTERRUPTED 1161
  168. #define ER_TOO_LONG_STRING 1162
  169. #define ER_TABLE_CANT_HANDLE_BLOB 1163
  170. #define ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 1164
  171. #define ER_UNUSED3 1165
  172. #define ER_WRONG_COLUMN_NAME 1166
  173. #define ER_WRONG_KEY_COLUMN 1167
  174. #define ER_WRONG_MRG_TABLE 1168
  175. #define ER_DUP_UNIQUE 1169
  176. #define ER_BLOB_KEY_WITHOUT_LENGTH 1170
  177. #define ER_PRIMARY_CANT_HAVE_NULL 1171
  178. #define ER_TOO_MANY_ROWS 1172
  179. #define ER_REQUIRES_PRIMARY_KEY 1173
  180. #define ER_NO_RAID_COMPILED 1174
  181. #define ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE 1175
  182. #define ER_KEY_DOES_NOT_EXITS 1176
  183. #define ER_CHECK_NO_SUCH_TABLE 1177
  184. #define ER_CHECK_NOT_IMPLEMENTED 1178
  185. #define ER_CANT_DO_THIS_DURING_AN_TRANSACTION 1179
  186. #define ER_ERROR_DURING_COMMIT 1180
  187. #define ER_ERROR_DURING_ROLLBACK 1181
  188. #define ER_ERROR_DURING_FLUSH_LOGS 1182
  189. #define ER_ERROR_DURING_CHECKPOINT 1183
  190. #define ER_NEW_ABORTING_CONNECTION 1184
  191. #define ER_DUMP_NOT_IMPLEMENTED 1185
  192. #define ER_FLUSH_MASTER_BINLOG_CLOSED 1186
  193. #define ER_INDEX_REBUILD 1187
  194. #define ER_MASTER 1188
  195. #define ER_MASTER_NET_READ 1189
  196. #define ER_MASTER_NET_WRITE 1190
  197. #define ER_FT_MATCHING_KEY_NOT_FOUND 1191
  198. #define ER_LOCK_OR_ACTIVE_TRANSACTION 1192
  199. #define ER_UNKNOWN_SYSTEM_VARIABLE 1193
  200. #define ER_CRASHED_ON_USAGE 1194
  201. #define ER_CRASHED_ON_REPAIR 1195
  202. #define ER_WARNING_NOT_COMPLETE_ROLLBACK 1196
  203. #define ER_TRANS_CACHE_FULL 1197
  204. #define ER_SLAVE_MUST_STOP 1198
  205. #define ER_SLAVE_NOT_RUNNING 1199
  206. #define ER_BAD_SLAVE 1200
  207. #define ER_MASTER_INFO 1201
  208. #define ER_SLAVE_THREAD 1202
  209. #define ER_TOO_MANY_USER_CONNECTIONS 1203
  210. #define ER_SET_CONSTANTS_ONLY 1204
  211. #define ER_LOCK_WAIT_TIMEOUT 1205
  212. #define ER_LOCK_TABLE_FULL 1206
  213. #define ER_READ_ONLY_TRANSACTION 1207
  214. #define ER_DROP_DB_WITH_READ_LOCK 1208
  215. #define ER_CREATE_DB_WITH_READ_LOCK 1209
  216. #define ER_WRONG_ARGUMENTS 1210
  217. #define ER_NO_PERMISSION_TO_CREATE_USER 1211
  218. #define ER_UNION_TABLES_IN_DIFFERENT_DIR 1212
  219. #define ER_LOCK_DEADLOCK 1213
  220. #define ER_TABLE_CANT_HANDLE_FT 1214
  221. #define ER_CANNOT_ADD_FOREIGN 1215
  222. #define ER_NO_REFERENCED_ROW 1216
  223. #define ER_ROW_IS_REFERENCED 1217
  224. #define ER_CONNECT_TO_MASTER 1218
  225. #define ER_QUERY_ON_MASTER 1219
  226. #define ER_ERROR_WHEN_EXECUTING_COMMAND 1220
  227. #define ER_WRONG_USAGE 1221
  228. #define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1222
  229. #define ER_CANT_UPDATE_WITH_READLOCK 1223
  230. #define ER_MIXING_NOT_ALLOWED 1224
  231. #define ER_DUP_ARGUMENT 1225
  232. #define ER_USER_LIMIT_REACHED 1226
  233. #define ER_SPECIFIC_ACCESS_DENIED_ERROR 1227
  234. #define ER_LOCAL_VARIABLE 1228
  235. #define ER_GLOBAL_VARIABLE 1229
  236. #define ER_NO_DEFAULT 1230
  237. #define ER_WRONG_VALUE_FOR_VAR 1231
  238. #define ER_WRONG_TYPE_FOR_VAR 1232
  239. #define ER_VAR_CANT_BE_READ 1233
  240. #define ER_CANT_USE_OPTION_HERE 1234
  241. #define ER_NOT_SUPPORTED_YET 1235
  242. #define ER_MASTER_FATAL_ERROR_READING_BINLOG 1236
  243. #define ER_SLAVE_IGNORED_TABLE 1237
  244. #define ER_INCORRECT_GLOBAL_LOCAL_VAR 1238
  245. #define ER_WRONG_FK_DEF 1239
  246. #define ER_KEY_REF_DO_NOT_MATCH_TABLE_REF 1240
  247. #define ER_OPERAND_COLUMNS 1241
  248. #define ER_SUBQUERY_NO_1_ROW 1242
  249. #define ER_UNKNOWN_STMT_HANDLER 1243
  250. #define ER_CORRUPT_HELP_DB 1244
  251. #define ER_CYCLIC_REFERENCE 1245
  252. #define ER_AUTO_CONVERT 1246
  253. #define ER_ILLEGAL_REFERENCE 1247
  254. #define ER_DERIVED_MUST_HAVE_ALIAS 1248
  255. #define ER_SELECT_REDUCED 1249
  256. #define ER_TABLENAME_NOT_ALLOWED_HERE 1250
  257. #define ER_NOT_SUPPORTED_AUTH_MODE 1251
  258. #define ER_SPATIAL_CANT_HAVE_NULL 1252
  259. #define ER_COLLATION_CHARSET_MISMATCH 1253
  260. #define ER_SLAVE_WAS_RUNNING 1254
  261. #define ER_SLAVE_WAS_NOT_RUNNING 1255
  262. #define ER_TOO_BIG_FOR_UNCOMPRESS 1256
  263. #define ER_ZLIB_Z_MEM_ERROR 1257
  264. #define ER_ZLIB_Z_BUF_ERROR 1258
  265. #define ER_ZLIB_Z_DATA_ERROR 1259
  266. #define ER_CUT_VALUE_GROUP_CONCAT 1260
  267. #define ER_WARN_TOO_FEW_RECORDS 1261
  268. #define ER_WARN_TOO_MANY_RECORDS 1262
  269. #define ER_WARN_NULL_TO_NOTNULL 1263
  270. #define ER_WARN_DATA_OUT_OF_RANGE 1264
  271. #define WARN_DATA_TRUNCATED 1265
  272. #define ER_WARN_USING_OTHER_HANDLER 1266
  273. #define ER_CANT_AGGREGATE_2COLLATIONS 1267
  274. #define ER_DROP_USER 1268
  275. #define ER_REVOKE_GRANTS 1269
  276. #define ER_CANT_AGGREGATE_3COLLATIONS 1270
  277. #define ER_CANT_AGGREGATE_NCOLLATIONS 1271
  278. #define ER_VARIABLE_IS_NOT_STRUCT 1272
  279. #define ER_UNKNOWN_COLLATION 1273
  280. #define ER_SLAVE_IGNORED_SSL_PARAMS 1274
  281. #define ER_SERVER_IS_IN_SECURE_AUTH_MODE 1275
  282. #define ER_WARN_FIELD_RESOLVED 1276
  283. #define ER_BAD_SLAVE_UNTIL_COND 1277
  284. #define ER_MISSING_SKIP_SLAVE 1278
  285. #define ER_UNTIL_COND_IGNORED 1279
  286. #define ER_WRONG_NAME_FOR_INDEX 1280
  287. #define ER_WRONG_NAME_FOR_CATALOG 1281
  288. #define ER_WARN_QC_RESIZE 1282
  289. #define ER_BAD_FT_COLUMN 1283
  290. #define ER_UNKNOWN_KEY_CACHE 1284
  291. #define ER_WARN_HOSTNAME_WONT_WORK 1285
  292. #define ER_UNKNOWN_STORAGE_ENGINE 1286
  293. #define ER_WARN_DEPRECATED_SYNTAX 1287
  294. #define ER_NON_UPDATABLE_TABLE 1288
  295. #define ER_FEATURE_DISABLED 1289
  296. #define ER_OPTION_PREVENTS_STATEMENT 1290
  297. #define ER_DUPLICATED_VALUE_IN_TYPE 1291
  298. #define ER_TRUNCATED_WRONG_VALUE 1292
  299. #define ER_TOO_MUCH_AUTO_TIMESTAMP_COLS 1293
  300. #define ER_INVALID_ON_UPDATE 1294
  301. #define ER_UNSUPPORTED_PS 1295
  302. #define ER_GET_ERRMSG 1296
  303. #define ER_GET_TEMPORARY_ERRMSG 1297
  304. #define ER_UNKNOWN_TIME_ZONE 1298
  305. #define ER_WARN_INVALID_TIMESTAMP 1299
  306. #define ER_INVALID_CHARACTER_STRING 1300
  307. #define ER_WARN_ALLOWED_PACKET_OVERFLOWED 1301
  308. #define ER_CONFLICTING_DECLARATIONS 1302
  309. #define ER_SP_NO_RECURSIVE_CREATE 1303
  310. #define ER_SP_ALREADY_EXISTS 1304
  311. #define ER_SP_DOES_NOT_EXIST 1305
  312. #define ER_SP_DROP_FAILED 1306
  313. #define ER_SP_STORE_FAILED 1307
  314. #define ER_SP_LILABEL_MISMATCH 1308
  315. #define ER_SP_LABEL_REDEFINE 1309
  316. #define ER_SP_LABEL_MISMATCH 1310
  317. #define ER_SP_UNINIT_VAR 1311
  318. #define ER_SP_BADSELECT 1312
  319. #define ER_SP_BADRETURN 1313
  320. #define ER_SP_BADSTATEMENT 1314
  321. #define ER_UPDATE_LOG_DEPRECATED_IGNORED 1315
  322. #define ER_UPDATE_LOG_DEPRECATED_TRANSLATED 1316
  323. #define ER_QUERY_INTERRUPTED 1317
  324. #define ER_SP_WRONG_NO_OF_ARGS 1318
  325. #define ER_SP_COND_MISMATCH 1319
  326. #define ER_SP_NORETURN 1320
  327. #define ER_SP_NORETURNEND 1321
  328. #define ER_SP_BAD_CURSOR_QUERY 1322
  329. #define ER_SP_BAD_CURSOR_SELECT 1323
  330. #define ER_SP_CURSOR_MISMATCH 1324
  331. #define ER_SP_CURSOR_ALREADY_OPEN 1325
  332. #define ER_SP_CURSOR_NOT_OPEN 1326
  333. #define ER_SP_UNDECLARED_VAR 1327
  334. #define ER_SP_WRONG_NO_OF_FETCH_ARGS 1328
  335. #define ER_SP_FETCH_NO_DATA 1329
  336. #define ER_SP_DUP_PARAM 1330
  337. #define ER_SP_DUP_VAR 1331
  338. #define ER_SP_DUP_COND 1332
  339. #define ER_SP_DUP_CURS 1333
  340. #define ER_SP_CANT_ALTER 1334
  341. #define ER_SP_SUBSELECT_NYI 1335
  342. #define ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG 1336
  343. #define ER_SP_VARCOND_AFTER_CURSHNDLR 1337
  344. #define ER_SP_CURSOR_AFTER_HANDLER 1338
  345. #define ER_SP_CASE_NOT_FOUND 1339
  346. #define ER_FPARSER_TOO_BIG_FILE 1340
  347. #define ER_FPARSER_BAD_HEADER 1341
  348. #define ER_FPARSER_EOF_IN_COMMENT 1342
  349. #define ER_FPARSER_ERROR_IN_PARAMETER 1343
  350. #define ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER 1344
  351. #define ER_VIEW_NO_EXPLAIN 1345
  352. #define ER_FRM_UNKNOWN_TYPE 1346
  353. #define ER_WRONG_OBJECT 1347
  354. #define ER_NONUPDATEABLE_COLUMN 1348
  355. #define ER_VIEW_SELECT_DERIVED_UNUSED 1349
  356. #define ER_VIEW_SELECT_CLAUSE 1350
  357. #define ER_VIEW_SELECT_VARIABLE 1351
  358. #define ER_VIEW_SELECT_TMPTABLE 1352
  359. #define ER_VIEW_WRONG_LIST 1353
  360. #define ER_WARN_VIEW_MERGE 1354
  361. #define ER_WARN_VIEW_WITHOUT_KEY 1355
  362. #define ER_VIEW_INVALID 1356
  363. #define ER_SP_NO_DROP_SP 1357
  364. #define ER_SP_GOTO_IN_HNDLR 1358
  365. #define ER_TRG_ALREADY_EXISTS 1359
  366. #define ER_TRG_DOES_NOT_EXIST 1360
  367. #define ER_TRG_ON_VIEW_OR_TEMP_TABLE 1361
  368. #define ER_TRG_CANT_CHANGE_ROW 1362
  369. #define ER_TRG_NO_SUCH_ROW_IN_TRG 1363
  370. #define ER_NO_DEFAULT_FOR_FIELD 1364
  371. #define ER_DIVISION_BY_ZERO 1365
  372. #define ER_TRUNCATED_WRONG_VALUE_FOR_FIELD 1366
  373. #define ER_ILLEGAL_VALUE_FOR_TYPE 1367
  374. #define ER_VIEW_NONUPD_CHECK 1368
  375. #define ER_VIEW_CHECK_FAILED 1369
  376. #define ER_PROCACCESS_DENIED_ERROR 1370
  377. #define ER_RELAY_LOG_FAIL 1371
  378. #define ER_PASSWD_LENGTH 1372
  379. #define ER_UNKNOWN_TARGET_BINLOG 1373
  380. #define ER_IO_ERR_LOG_INDEX_READ 1374
  381. #define ER_BINLOG_PURGE_PROHIBITED 1375
  382. #define ER_FSEEK_FAIL 1376
  383. #define ER_BINLOG_PURGE_FATAL_ERR 1377
  384. #define ER_LOG_IN_USE 1378
  385. #define ER_LOG_PURGE_UNKNOWN_ERR 1379
  386. #define ER_RELAY_LOG_INIT 1380
  387. #define ER_NO_BINARY_LOGGING 1381
  388. #define ER_RESERVED_SYNTAX 1382
  389. #define ER_WSAS_FAILED 1383
  390. #define ER_DIFF_GROUPS_PROC 1384
  391. #define ER_NO_GROUP_FOR_PROC 1385
  392. #define ER_ORDER_WITH_PROC 1386
  393. #define ER_LOGGING_PROHIBIT_CHANGING_OF 1387
  394. #define ER_NO_FILE_MAPPING 1388
  395. #define ER_WRONG_MAGIC 1389
  396. #define ER_PS_MANY_PARAM 1390
  397. #define ER_KEY_PART_0 1391
  398. #define ER_VIEW_CHECKSUM 1392
  399. #define ER_VIEW_MULTIUPDATE 1393
  400. #define ER_VIEW_NO_INSERT_FIELD_LIST 1394
  401. #define ER_VIEW_DELETE_MERGE_VIEW 1395
  402. #define ER_CANNOT_USER 1396
  403. #define ER_XAER_NOTA 1397
  404. #define ER_XAER_INVAL 1398
  405. #define ER_XAER_RMFAIL 1399
  406. #define ER_XAER_OUTSIDE 1400
  407. #define ER_XAER_RMERR 1401
  408. #define ER_XA_RBROLLBACK 1402
  409. #define ER_NONEXISTING_PROC_GRANT 1403
  410. #define ER_PROC_AUTO_GRANT_FAIL 1404
  411. #define ER_PROC_AUTO_REVOKE_FAIL 1405
  412. #define ER_DATA_TOO_LONG 1406
  413. #define ER_SP_BAD_SQLSTATE 1407
  414. #define ER_STARTUP 1408
  415. #define ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR 1409
  416. #define ER_CANT_CREATE_USER_WITH_GRANT 1410
  417. #define ER_WRONG_VALUE_FOR_TYPE 1411
  418. #define ER_TABLE_DEF_CHANGED 1412
  419. #define ER_SP_DUP_HANDLER 1413
  420. #define ER_SP_NOT_VAR_ARG 1414
  421. #define ER_SP_NO_RETSET 1415
  422. #define ER_CANT_CREATE_GEOMETRY_OBJECT 1416
  423. #define ER_FAILED_ROUTINE_BREAK_BINLOG 1417
  424. #define ER_BINLOG_UNSAFE_ROUTINE 1418
  425. #define ER_BINLOG_CREATE_ROUTINE_NEED_SUPER 1419
  426. #define ER_EXEC_STMT_WITH_OPEN_CURSOR 1420
  427. #define ER_STMT_HAS_NO_OPEN_CURSOR 1421
  428. #define ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG 1422
  429. #define ER_NO_DEFAULT_FOR_VIEW_FIELD 1423
  430. #define ER_SP_NO_RECURSION 1424
  431. #define ER_TOO_BIG_SCALE 1425
  432. #define ER_TOO_BIG_PRECISION 1426
  433. #define ER_M_BIGGER_THAN_D 1427
  434. #define ER_WRONG_LOCK_OF_SYSTEM_TABLE 1428
  435. #define ER_CONNECT_TO_FOREIGN_DATA_SOURCE 1429
  436. #define ER_QUERY_ON_FOREIGN_DATA_SOURCE 1430
  437. #define ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST 1431
  438. #define ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE 1432
  439. #define ER_FOREIGN_DATA_STRING_INVALID 1433
  440. #define ER_CANT_CREATE_FEDERATED_TABLE 1434
  441. #define ER_TRG_IN_WRONG_SCHEMA 1435
  442. #define ER_STACK_OVERRUN_NEED_MORE 1436
  443. #define ER_TOO_LONG_BODY 1437
  444. #define ER_WARN_CANT_DROP_DEFAULT_KEYCACHE 1438
  445. #define ER_TOO_BIG_DISPLAYWIDTH 1439
  446. #define ER_XAER_DUPID 1440
  447. #define ER_DATETIME_FUNCTION_OVERFLOW 1441
  448. #define ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG 1442
  449. #define ER_VIEW_PREVENT_UPDATE 1443
  450. #define ER_PS_NO_RECURSION 1444
  451. #define ER_SP_CANT_SET_AUTOCOMMIT 1445
  452. #define ER_MALFORMED_DEFINER 1446
  453. #define ER_VIEW_FRM_NO_USER 1447
  454. #define ER_VIEW_OTHER_USER 1448
  455. #define ER_NO_SUCH_USER 1449
  456. #define ER_FORBID_SCHEMA_CHANGE 1450
  457. #define ER_ROW_IS_REFERENCED_2 1451
  458. #define ER_NO_REFERENCED_ROW_2 1452
  459. #define ER_SP_BAD_VAR_SHADOW 1453
  460. #define ER_TRG_NO_DEFINER 1454
  461. #define ER_OLD_FILE_FORMAT 1455
  462. #define ER_SP_RECURSION_LIMIT 1456
  463. #define ER_SP_PROC_TABLE_CORRUPT 1457
  464. #define ER_SP_WRONG_NAME 1458
  465. #define ER_TABLE_NEEDS_UPGRADE 1459
  466. #define ER_SP_NO_AGGREGATE 1460
  467. #define ER_MAX_PREPARED_STMT_COUNT_REACHED 1461
  468. #define ER_VIEW_RECURSIVE 1462
  469. #define ER_NON_GROUPING_FIELD_USED 1463
  470. #define ER_TABLE_CANT_HANDLE_SPKEYS 1464
  471. #define ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA 1465
  472. #define ER_REMOVED_SPACES 1466
  473. #define ER_AUTOINC_READ_FAILED 1467
  474. #define ER_USERNAME 1468
  475. #define ER_HOSTNAME 1469
  476. #define ER_WRONG_STRING_LENGTH 1470
  477. #define ER_NON_INSERTABLE_TABLE 1471
  478. #define ER_ADMIN_WRONG_MRG_TABLE 1472
  479. #define ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT 1473
  480. #define ER_NAME_BECOMES_EMPTY 1474
  481. #define ER_AMBIGUOUS_FIELD_TERM 1475
  482. #define ER_FOREIGN_SERVER_EXISTS 1476
  483. #define ER_FOREIGN_SERVER_DOESNT_EXIST 1477
  484. #define ER_ILLEGAL_HA_CREATE_OPTION 1478
  485. #define ER_PARTITION_REQUIRES_VALUES_ERROR 1479
  486. #define ER_PARTITION_WRONG_VALUES_ERROR 1480
  487. #define ER_PARTITION_MAXVALUE_ERROR 1481
  488. #define ER_PARTITION_SUBPARTITION_ERROR 1482
  489. #define ER_PARTITION_SUBPART_MIX_ERROR 1483
  490. #define ER_PARTITION_WRONG_NO_PART_ERROR 1484
  491. #define ER_PARTITION_WRONG_NO_SUBPART_ERROR 1485
  492. #define ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR 1486
  493. #define ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR 1487
  494. #define ER_FIELD_NOT_FOUND_PART_ERROR 1488
  495. #define ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR 1489
  496. #define ER_INCONSISTENT_PARTITION_INFO_ERROR 1490
  497. #define ER_PARTITION_FUNC_NOT_ALLOWED_ERROR 1491
  498. #define ER_PARTITIONS_MUST_BE_DEFINED_ERROR 1492
  499. #define ER_RANGE_NOT_INCREASING_ERROR 1493
  500. #define ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR 1494
  501. #define ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR 1495
  502. #define ER_PARTITION_ENTRY_ERROR 1496
  503. #define ER_MIX_HANDLER_ERROR 1497
  504. #define ER_PARTITION_NOT_DEFINED_ERROR 1498
  505. #define ER_TOO_MANY_PARTITIONS_ERROR 1499
  506. #define ER_SUBPARTITION_ERROR 1500
  507. #define ER_CANT_CREATE_HANDLER_FILE 1501
  508. #define ER_BLOB_FIELD_IN_PART_FUNC_ERROR 1502
  509. #define ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF 1503
  510. #define ER_NO_PARTS_ERROR 1504
  511. #define ER_PARTITION_MGMT_ON_NONPARTITIONED 1505
  512. #define ER_FOREIGN_KEY_ON_PARTITIONED 1506
  513. #define ER_DROP_PARTITION_NON_EXISTENT 1507
  514. #define ER_DROP_LAST_PARTITION 1508
  515. #define ER_COALESCE_ONLY_ON_HASH_PARTITION 1509
  516. #define ER_REORG_HASH_ONLY_ON_SAME_NO 1510
  517. #define ER_REORG_NO_PARAM_ERROR 1511
  518. #define ER_ONLY_ON_RANGE_LIST_PARTITION 1512
  519. #define ER_ADD_PARTITION_SUBPART_ERROR 1513
  520. #define ER_ADD_PARTITION_NO_NEW_PARTITION 1514
  521. #define ER_COALESCE_PARTITION_NO_PARTITION 1515
  522. #define ER_REORG_PARTITION_NOT_EXIST 1516
  523. #define ER_SAME_NAME_PARTITION 1517
  524. #define ER_NO_BINLOG_ERROR 1518
  525. #define ER_CONSECUTIVE_REORG_PARTITIONS 1519
  526. #define ER_REORG_OUTSIDE_RANGE 1520
  527. #define ER_PARTITION_FUNCTION_FAILURE 1521
  528. #define ER_PART_STATE_ERROR 1522
  529. #define ER_LIMITED_PART_RANGE 1523
  530. #define ER_PLUGIN_IS_NOT_LOADED 1524
  531. #define ER_WRONG_VALUE 1525
  532. #define ER_NO_PARTITION_FOR_GIVEN_VALUE 1526
  533. #define ER_FILEGROUP_OPTION_ONLY_ONCE 1527
  534. #define ER_CREATE_FILEGROUP_FAILED 1528
  535. #define ER_DROP_FILEGROUP_FAILED 1529
  536. #define ER_TABLESPACE_AUTO_EXTEND_ERROR 1530
  537. #define ER_WRONG_SIZE_NUMBER 1531
  538. #define ER_SIZE_OVERFLOW_ERROR 1532
  539. #define ER_ALTER_FILEGROUP_FAILED 1533
  540. #define ER_BINLOG_ROW_LOGGING_FAILED 1534
  541. #define ER_BINLOG_ROW_WRONG_TABLE_DEF 1535
  542. #define ER_BINLOG_ROW_RBR_TO_SBR 1536
  543. #define ER_EVENT_ALREADY_EXISTS 1537
  544. #define ER_EVENT_STORE_FAILED 1538
  545. #define ER_EVENT_DOES_NOT_EXIST 1539
  546. #define ER_EVENT_CANT_ALTER 1540
  547. #define ER_EVENT_DROP_FAILED 1541
  548. #define ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG 1542
  549. #define ER_EVENT_ENDS_BEFORE_STARTS 1543
  550. #define ER_EVENT_EXEC_TIME_IN_THE_PAST 1544
  551. #define ER_EVENT_OPEN_TABLE_FAILED 1545
  552. #define ER_EVENT_NEITHER_M_EXPR_NOR_M_AT 1546
  553. #define ER_OBSOLETE_COL_COUNT_DOESNT_MATCH_CORRUPTED 1547
  554. #define ER_OBSOLETE_CANNOT_LOAD_FROM_TABLE 1548
  555. #define ER_EVENT_CANNOT_DELETE 1549
  556. #define ER_EVENT_COMPILE_ERROR 1550
  557. #define ER_EVENT_SAME_NAME 1551
  558. #define ER_EVENT_DATA_TOO_LONG 1552
  559. #define ER_DROP_INDEX_FK 1553
  560. #define ER_WARN_DEPRECATED_SYNTAX_WITH_VER 1554
  561. #define ER_CANT_WRITE_LOCK_LOG_TABLE 1555
  562. #define ER_CANT_LOCK_LOG_TABLE 1556
  563. #define ER_FOREIGN_DUPLICATE_KEY_OLD_UNUSED 1557
  564. #define ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE 1558
  565. #define ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR 1559
  566. #define ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT 1560
  567. #define ER_NDB_CANT_SWITCH_BINLOG_FORMAT 1561
  568. #define ER_PARTITION_NO_TEMPORARY 1562
  569. #define ER_PARTITION_CONST_DOMAIN_ERROR 1563
  570. #define ER_PARTITION_FUNCTION_IS_NOT_ALLOWED 1564
  571. #define ER_DDL_LOG_ERROR 1565
  572. #define ER_NULL_IN_VALUES_LESS_THAN 1566
  573. #define ER_WRONG_PARTITION_NAME 1567
  574. #define ER_CANT_CHANGE_TX_CHARACTERISTICS 1568
  575. #define ER_DUP_ENTRY_AUTOINCREMENT_CASE 1569
  576. #define ER_EVENT_MODIFY_QUEUE_ERROR 1570
  577. #define ER_EVENT_SET_VAR_ERROR 1571
  578. #define ER_PARTITION_MERGE_ERROR 1572
  579. #define ER_CANT_ACTIVATE_LOG 1573
  580. #define ER_RBR_NOT_AVAILABLE 1574
  581. #define ER_BASE64_DECODE_ERROR 1575
  582. #define ER_EVENT_RECURSION_FORBIDDEN 1576
  583. #define ER_EVENTS_DB_ERROR 1577
  584. #define ER_ONLY_INTEGERS_ALLOWED 1578
  585. #define ER_UNSUPORTED_LOG_ENGINE 1579
  586. #define ER_BAD_LOG_STATEMENT 1580
  587. #define ER_CANT_RENAME_LOG_TABLE 1581
  588. #define ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT 1582
  589. #define ER_WRONG_PARAMETERS_TO_NATIVE_FCT 1583
  590. #define ER_WRONG_PARAMETERS_TO_STORED_FCT 1584
  591. #define ER_NATIVE_FCT_NAME_COLLISION 1585
  592. #define ER_DUP_ENTRY_WITH_KEY_NAME 1586
  593. #define ER_BINLOG_PURGE_EMFILE 1587
  594. #define ER_EVENT_CANNOT_CREATE_IN_THE_PAST 1588
  595. #define ER_EVENT_CANNOT_ALTER_IN_THE_PAST 1589
  596. #define ER_SLAVE_INCIDENT 1590
  597. #define ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT 1591
  598. #define ER_BINLOG_UNSAFE_STATEMENT 1592
  599. #define ER_SLAVE_FATAL_ERROR 1593
  600. #define ER_SLAVE_RELAY_LOG_READ_FAILURE 1594
  601. #define ER_SLAVE_RELAY_LOG_WRITE_FAILURE 1595
  602. #define ER_SLAVE_CREATE_EVENT_FAILURE 1596
  603. #define ER_SLAVE_MASTER_COM_FAILURE 1597
  604. #define ER_BINLOG_LOGGING_IMPOSSIBLE 1598
  605. #define ER_VIEW_NO_CREATION_CTX 1599
  606. #define ER_VIEW_INVALID_CREATION_CTX 1600
  607. #define ER_SR_INVALID_CREATION_CTX 1601
  608. #define ER_TRG_CORRUPTED_FILE 1602
  609. #define ER_TRG_NO_CREATION_CTX 1603
  610. #define ER_TRG_INVALID_CREATION_CTX 1604
  611. #define ER_EVENT_INVALID_CREATION_CTX 1605
  612. #define ER_TRG_CANT_OPEN_TABLE 1606
  613. #define ER_CANT_CREATE_SROUTINE 1607
  614. #define ER_NEVER_USED 1608
  615. #define ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT 1609
  616. #define ER_SLAVE_CORRUPT_EVENT 1610
  617. #define ER_LOAD_DATA_INVALID_COLUMN_UNUSED 1611
  618. #define ER_LOG_PURGE_NO_FILE 1612
  619. #define ER_XA_RBTIMEOUT 1613
  620. #define ER_XA_RBDEADLOCK 1614
  621. #define ER_NEED_REPREPARE 1615
  622. #define ER_DELAYED_NOT_SUPPORTED 1616
  623. #define WARN_NO_MASTER_INFO 1617
  624. #define WARN_OPTION_IGNORED 1618
  625. #define ER_PLUGIN_DELETE_BUILTIN 1619
  626. #define WARN_PLUGIN_BUSY 1620
  627. #define ER_VARIABLE_IS_READONLY 1621
  628. #define ER_WARN_ENGINE_TRANSACTION_ROLLBACK 1622
  629. #define ER_SLAVE_HEARTBEAT_FAILURE 1623
  630. #define ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE 1624
  631. #define ER_NDB_REPLICATION_SCHEMA_ERROR 1625
  632. #define ER_CONFLICT_FN_PARSE_ERROR 1626
  633. #define ER_EXCEPTIONS_WRITE_ERROR 1627
  634. #define ER_TOO_LONG_TABLE_COMMENT 1628
  635. #define ER_TOO_LONG_FIELD_COMMENT 1629
  636. #define ER_FUNC_INEXISTENT_NAME_COLLISION 1630
  637. #define ER_DATABASE_NAME 1631
  638. #define ER_TABLE_NAME 1632
  639. #define ER_PARTITION_NAME 1633
  640. #define ER_SUBPARTITION_NAME 1634
  641. #define ER_TEMPORARY_NAME 1635
  642. #define ER_RENAMED_NAME 1636
  643. #define ER_TOO_MANY_CONCURRENT_TRXS 1637
  644. #define WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED 1638
  645. #define ER_DEBUG_SYNC_TIMEOUT 1639
  646. #define ER_DEBUG_SYNC_HIT_LIMIT 1640
  647. #define ER_DUP_SIGNAL_SET 1641
  648. #define ER_SIGNAL_WARN 1642
  649. #define ER_SIGNAL_NOT_FOUND 1643
  650. #define ER_SIGNAL_EXCEPTION 1644
  651. #define ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER 1645
  652. #define ER_SIGNAL_BAD_CONDITION_TYPE 1646
  653. #define WARN_COND_ITEM_TRUNCATED 1647
  654. #define ER_COND_ITEM_TOO_LONG 1648
  655. #define ER_UNKNOWN_LOCALE 1649
  656. #define ER_SLAVE_IGNORE_SERVER_IDS 1650
  657. #define ER_QUERY_CACHE_DISABLED 1651
  658. #define ER_SAME_NAME_PARTITION_FIELD 1652
  659. #define ER_PARTITION_COLUMN_LIST_ERROR 1653
  660. #define ER_WRONG_TYPE_COLUMN_VALUE_ERROR 1654
  661. #define ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR 1655
  662. #define ER_MAXVALUE_IN_VALUES_IN 1656
  663. #define ER_TOO_MANY_VALUES_ERROR 1657
  664. #define ER_ROW_SINGLE_PARTITION_FIELD_ERROR 1658
  665. #define ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD 1659
  666. #define ER_PARTITION_FIELDS_TOO_LONG 1660
  667. #define ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE 1661
  668. #define ER_BINLOG_ROW_MODE_AND_STMT_ENGINE 1662
  669. #define ER_BINLOG_UNSAFE_AND_STMT_ENGINE 1663
  670. #define ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE 1664
  671. #define ER_BINLOG_STMT_MODE_AND_ROW_ENGINE 1665
  672. #define ER_BINLOG_ROW_INJECTION_AND_STMT_MODE 1666
  673. #define ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE 1667
  674. #define ER_BINLOG_UNSAFE_LIMIT 1668
  675. #define ER_UNUSED4 1669
  676. #define ER_BINLOG_UNSAFE_SYSTEM_TABLE 1670
  677. #define ER_BINLOG_UNSAFE_AUTOINC_COLUMNS 1671
  678. #define ER_BINLOG_UNSAFE_UDF 1672
  679. #define ER_BINLOG_UNSAFE_SYSTEM_VARIABLE 1673
  680. #define ER_BINLOG_UNSAFE_SYSTEM_FUNCTION 1674
  681. #define ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS 1675
  682. #define ER_MESSAGE_AND_STATEMENT 1676
  683. #define ER_SLAVE_CONVERSION_FAILED 1677
  684. #define ER_SLAVE_CANT_CREATE_CONVERSION 1678
  685. #define ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT 1679
  686. #define ER_PATH_LENGTH 1680
  687. #define ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT 1681
  688. #define ER_WRONG_NATIVE_TABLE_STRUCTURE 1682
  689. #define ER_WRONG_PERFSCHEMA_USAGE 1683
  690. #define ER_WARN_I_S_SKIPPED_TABLE 1684
  691. #define ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT 1685
  692. #define ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT 1686
  693. #define ER_SPATIAL_MUST_HAVE_GEOM_COL 1687
  694. #define ER_TOO_LONG_INDEX_COMMENT 1688
  695. #define ER_LOCK_ABORTED 1689
  696. #define ER_DATA_OUT_OF_RANGE 1690
  697. #define ER_WRONG_SPVAR_TYPE_IN_LIMIT 1691
  698. #define ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE 1692
  699. #define ER_BINLOG_UNSAFE_MIXED_STATEMENT 1693
  700. #define ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN 1694
  701. #define ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN 1695
  702. #define ER_FAILED_READ_FROM_PAR_FILE 1696
  703. #define ER_VALUES_IS_NOT_INT_TYPE_ERROR 1697
  704. #define ER_ACCESS_DENIED_NO_PASSWORD_ERROR 1698
  705. #define ER_SET_PASSWORD_AUTH_PLUGIN 1699
  706. #define ER_GRANT_PLUGIN_USER_EXISTS 1700
  707. #define ER_TRUNCATE_ILLEGAL_FK 1701
  708. #define ER_PLUGIN_IS_PERMANENT 1702
  709. #define ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN 1703
  710. #define ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX 1704
  711. #define ER_STMT_CACHE_FULL 1705
  712. #define ER_MULTI_UPDATE_KEY_CONFLICT 1706
  713. #define ER_TABLE_NEEDS_REBUILD 1707
  714. #define WARN_OPTION_BELOW_LIMIT 1708
  715. #define ER_INDEX_COLUMN_TOO_LONG 1709
  716. #define ER_ERROR_IN_TRIGGER_BODY 1710
  717. #define ER_ERROR_IN_UNKNOWN_TRIGGER_BODY 1711
  718. #define ER_INDEX_CORRUPT 1712
  719. #define ER_UNDO_RECORD_TOO_BIG 1713
  720. #define ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT 1714
  721. #define ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE 1715
  722. #define ER_BINLOG_UNSAFE_REPLACE_SELECT 1716
  723. #define ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT 1717
  724. #define ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT 1718
  725. #define ER_BINLOG_UNSAFE_UPDATE_IGNORE 1719
  726. #define ER_PLUGIN_NO_UNINSTALL 1720
  727. #define ER_PLUGIN_NO_INSTALL 1721
  728. #define ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT 1722
  729. #define ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC 1723
  730. #define ER_BINLOG_UNSAFE_INSERT_TWO_KEYS 1724
  731. #define ER_TABLE_IN_FK_CHECK 1725
  732. #define ER_UNSUPPORTED_ENGINE 1726
  733. #define ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST 1727
  734. #define ER_CANNOT_LOAD_FROM_TABLE_V2 1728
  735. #define ER_MASTER_DELAY_VALUE_OUT_OF_RANGE 1729
  736. #define ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT 1730
  737. #define ER_PARTITION_EXCHANGE_DIFFERENT_OPTION 1731
  738. #define ER_PARTITION_EXCHANGE_PART_TABLE 1732
  739. #define ER_PARTITION_EXCHANGE_TEMP_TABLE 1733
  740. #define ER_PARTITION_INSTEAD_OF_SUBPARTITION 1734
  741. #define ER_UNKNOWN_PARTITION 1735
  742. #define ER_TABLES_DIFFERENT_METADATA 1736
  743. #define ER_ROW_DOES_NOT_MATCH_PARTITION 1737
  744. #define ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX 1738
  745. #define ER_WARN_INDEX_NOT_APPLICABLE 1739
  746. #define ER_PARTITION_EXCHANGE_FOREIGN_KEY 1740
  747. #define ER_NO_SUCH_KEY_VALUE 1741
  748. #define ER_RPL_INFO_DATA_TOO_LONG 1742
  749. #define ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE 1743
  750. #define ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE 1744
  751. #define ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX 1745
  752. #define ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT 1746
  753. #define ER_PARTITION_CLAUSE_ON_NONPARTITIONED 1747
  754. #define ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET 1748
  755. #define ER_NO_SUCH_PARTITION__UNUSED 1749
  756. #define ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE 1750
  757. #define ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE 1751
  758. #define ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE 1752
  759. #define ER_MTS_FEATURE_IS_NOT_SUPPORTED 1753
  760. #define ER_MTS_UPDATED_DBS_GREATER_MAX 1754
  761. #define ER_MTS_CANT_PARALLEL 1755
  762. #define ER_MTS_INCONSISTENT_DATA 1756
  763. #define ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING 1757
  764. #define ER_DA_INVALID_CONDITION_NUMBER 1758
  765. #define ER_INSECURE_PLAIN_TEXT 1759
  766. #define ER_INSECURE_CHANGE_MASTER 1760
  767. #define ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO 1761
  768. #define ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO 1762
  769. #define ER_SQLTHREAD_WITH_SECURE_SLAVE 1763
  770. #define ER_TABLE_HAS_NO_FT 1764
  771. #define ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER 1765
  772. #define ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION 1766
  773. #define ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST 1767
  774. #define ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION 1768
  775. #define ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION 1769
  776. #define ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL 1770
  777. #define ER_SKIPPING_LOGGED_TRANSACTION 1771
  778. #define ER_MALFORMED_GTID_SET_SPECIFICATION 1772
  779. #define ER_MALFORMED_GTID_SET_ENCODING 1773
  780. #define ER_MALFORMED_GTID_SPECIFICATION 1774
  781. #define ER_GNO_EXHAUSTED 1775
  782. #define ER_BAD_SLAVE_AUTO_POSITION 1776
  783. #define ER_AUTO_POSITION_REQUIRES_GTID_MODE_NOT_OFF 1777
  784. #define ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET 1778
  785. #define ER_GTID_MODE_ON_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON 1779
  786. #define ER_GTID_MODE_REQUIRES_BINLOG 1780
  787. #define ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF 1781
  788. #define ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON 1782
  789. #define ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF 1783
  790. #define ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF__UNUSED 1784
  791. #define ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE 1785
  792. #define ER_GTID_UNSAFE_CREATE_SELECT 1786
  793. #define ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION 1787
  794. #define ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME 1788
  795. #define ER_MASTER_HAS_PURGED_REQUIRED_GTIDS 1789
  796. #define ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID 1790
  797. #define ER_UNKNOWN_EXPLAIN_FORMAT 1791
  798. #define ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION 1792
  799. #define ER_TOO_LONG_TABLE_PARTITION_COMMENT 1793
  800. #define ER_SLAVE_CONFIGURATION 1794
  801. #define ER_INNODB_FT_LIMIT 1795
  802. #define ER_INNODB_NO_FT_TEMP_TABLE 1796
  803. #define ER_INNODB_FT_WRONG_DOCID_COLUMN 1797
  804. #define ER_INNODB_FT_WRONG_DOCID_INDEX 1798
  805. #define ER_INNODB_ONLINE_LOG_TOO_BIG 1799
  806. #define ER_UNKNOWN_ALTER_ALGORITHM 1800
  807. #define ER_UNKNOWN_ALTER_LOCK 1801
  808. #define ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS 1802
  809. #define ER_MTS_RECOVERY_FAILURE 1803
  810. #define ER_MTS_RESET_WORKERS 1804
  811. #define ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 1805
  812. #define ER_SLAVE_SILENT_RETRY_TRANSACTION 1806
  813. #define ER_DISCARD_FK_CHECKS_RUNNING 1807
  814. #define ER_TABLE_SCHEMA_MISMATCH 1808
  815. #define ER_TABLE_IN_SYSTEM_TABLESPACE 1809
  816. #define ER_IO_READ_ERROR 1810
  817. #define ER_IO_WRITE_ERROR 1811
  818. #define ER_TABLESPACE_MISSING 1812
  819. #define ER_TABLESPACE_EXISTS 1813
  820. #define ER_TABLESPACE_DISCARDED 1814
  821. #define ER_INTERNAL_ERROR 1815
  822. #define ER_INNODB_IMPORT_ERROR 1816
  823. #define ER_INNODB_INDEX_CORRUPT 1817
  824. #define ER_INVALID_YEAR_COLUMN_LENGTH 1818
  825. #define ER_NOT_VALID_PASSWORD 1819
  826. #define ER_MUST_CHANGE_PASSWORD 1820
  827. #define ER_FK_NO_INDEX_CHILD 1821
  828. #define ER_FK_NO_INDEX_PARENT 1822
  829. #define ER_FK_FAIL_ADD_SYSTEM 1823
  830. #define ER_FK_CANNOT_OPEN_PARENT 1824
  831. #define ER_FK_INCORRECT_OPTION 1825
  832. #define ER_FK_DUP_NAME 1826
  833. #define ER_PASSWORD_FORMAT 1827
  834. #define ER_FK_COLUMN_CANNOT_DROP 1828
  835. #define ER_FK_COLUMN_CANNOT_DROP_CHILD 1829
  836. #define ER_FK_COLUMN_NOT_NULL 1830
  837. #define ER_DUP_INDEX 1831
  838. #define ER_FK_COLUMN_CANNOT_CHANGE 1832
  839. #define ER_FK_COLUMN_CANNOT_CHANGE_CHILD 1833
  840. #define ER_UNUSED5 1834
  841. #define ER_MALFORMED_PACKET 1835
  842. #define ER_READ_ONLY_MODE 1836
  843. #define ER_GTID_NEXT_TYPE_UNDEFINED_GROUP 1837
  844. #define ER_VARIABLE_NOT_SETTABLE_IN_SP 1838
  845. #define ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF 1839
  846. #define ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY 1840
  847. #define ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY 1841
  848. #define ER_GTID_PURGED_WAS_CHANGED 1842
  849. #define ER_GTID_EXECUTED_WAS_CHANGED 1843
  850. #define ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES 1844
  851. #define ER_ALTER_OPERATION_NOT_SUPPORTED 1845
  852. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON 1846
  853. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY 1847
  854. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION 1848
  855. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME 1849
  856. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE 1850
  857. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK 1851
  858. #define ER_UNUSED6 1852
  859. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK 1853
  860. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC 1854
  861. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS 1855
  862. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS 1856
  863. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS 1857
  864. #define ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE 1858
  865. #define ER_DUP_UNKNOWN_IN_INDEX 1859
  866. #define ER_IDENT_CAUSES_TOO_LONG_PATH 1860
  867. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL 1861
  868. #define ER_MUST_CHANGE_PASSWORD_LOGIN 1862
  869. #define ER_ROW_IN_WRONG_PARTITION 1863
  870. #define ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX 1864
  871. #define ER_INNODB_NO_FT_USES_PARSER 1865
  872. #define ER_BINLOG_LOGICAL_CORRUPTION 1866
  873. #define ER_WARN_PURGE_LOG_IN_USE 1867
  874. #define ER_WARN_PURGE_LOG_IS_ACTIVE 1868
  875. #define ER_AUTO_INCREMENT_CONFLICT 1869
  876. #define WARN_ON_BLOCKHOLE_IN_RBR 1870
  877. #define ER_SLAVE_MI_INIT_REPOSITORY 1871
  878. #define ER_SLAVE_RLI_INIT_REPOSITORY 1872
  879. #define ER_ACCESS_DENIED_CHANGE_USER_ERROR 1873
  880. #define ER_INNODB_READ_ONLY 1874
  881. #define ER_STOP_SLAVE_SQL_THREAD_TIMEOUT 1875
  882. #define ER_STOP_SLAVE_IO_THREAD_TIMEOUT 1876
  883. #define ER_TABLE_CORRUPT 1877
  884. #define ER_TEMP_FILE_WRITE_FAILURE 1878
  885. #define ER_INNODB_FT_AUX_NOT_HEX_ID 1879
  886. #define ER_OLD_TEMPORALS_UPGRADED 1880
  887. #define ER_INNODB_FORCED_RECOVERY 1881
  888. #define ER_AES_INVALID_IV 1882
  889. #define ER_PLUGIN_CANNOT_BE_UNINSTALLED 1883
  890. #define ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP 1884
  891. #define ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER 1885
  892. #define ER_FILE_CORRUPT 3000
  893. #define ER_ERROR_ON_MASTER 3001
  894. #define ER_INCONSISTENT_ERROR 3002
  895. #define ER_STORAGE_ENGINE_NOT_LOADED 3003
  896. #define ER_GET_STACKED_DA_WITHOUT_ACTIVE_HANDLER 3004
  897. #define ER_WARN_LEGACY_SYNTAX_CONVERTED 3005
  898. #define ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN 3006
  899. #define ER_CANNOT_DISCARD_TEMPORARY_TABLE 3007
  900. #define ER_FK_DEPTH_EXCEEDED 3008
  901. #define ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2 3009
  902. #define ER_WARN_TRIGGER_DOESNT_HAVE_CREATED 3010
  903. #define ER_REFERENCED_TRG_DOES_NOT_EXIST 3011
  904. #define ER_EXPLAIN_NOT_SUPPORTED 3012
  905. #define ER_INVALID_FIELD_SIZE 3013
  906. #define ER_MISSING_HA_CREATE_OPTION 3014
  907. #define ER_ENGINE_OUT_OF_MEMORY 3015
  908. #define ER_PASSWORD_EXPIRE_ANONYMOUS_USER 3016
  909. #define ER_SLAVE_SQL_THREAD_MUST_STOP 3017
  910. #define ER_NO_FT_MATERIALIZED_SUBQUERY 3018
  911. #define ER_INNODB_UNDO_LOG_FULL 3019
  912. #define ER_INVALID_ARGUMENT_FOR_LOGARITHM 3020
  913. #define ER_SLAVE_CHANNEL_IO_THREAD_MUST_STOP 3021
  914. #define ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO 3022
  915. #define ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS 3023
  916. #define ER_QUERY_TIMEOUT 3024
  917. #define ER_NON_RO_SELECT_DISABLE_TIMER 3025
  918. #define ER_DUP_LIST_ENTRY 3026
  919. #define ER_SQL_MODE_NO_EFFECT 3027
  920. #define ER_AGGREGATE_ORDER_FOR_UNION 3028
  921. #define ER_AGGREGATE_ORDER_NON_AGG_QUERY 3029
  922. #define ER_SLAVE_WORKER_STOPPED_PREVIOUS_THD_ERROR 3030
  923. #define ER_DONT_SUPPORT_SLAVE_PRESERVE_COMMIT_ORDER 3031
  924. #define ER_SERVER_OFFLINE_MODE 3032
  925. #define ER_GIS_DIFFERENT_SRIDS 3033
  926. #define ER_GIS_UNSUPPORTED_ARGUMENT 3034
  927. #define ER_GIS_UNKNOWN_ERROR 3035
  928. #define ER_GIS_UNKNOWN_EXCEPTION 3036
  929. #define ER_GIS_INVALID_DATA 3037
  930. #define ER_BOOST_GEOMETRY_EMPTY_INPUT_EXCEPTION 3038
  931. #define ER_BOOST_GEOMETRY_CENTROID_EXCEPTION 3039
  932. #define ER_BOOST_GEOMETRY_OVERLAY_INVALID_INPUT_EXCEPTION 3040
  933. #define ER_BOOST_GEOMETRY_TURN_INFO_EXCEPTION 3041
  934. #define ER_BOOST_GEOMETRY_SELF_INTERSECTION_POINT_EXCEPTION 3042
  935. #define ER_BOOST_GEOMETRY_UNKNOWN_EXCEPTION 3043
  936. #define ER_STD_BAD_ALLOC_ERROR 3044
  937. #define ER_STD_DOMAIN_ERROR 3045
  938. #define ER_STD_LENGTH_ERROR 3046
  939. #define ER_STD_INVALID_ARGUMENT 3047
  940. #define ER_STD_OUT_OF_RANGE_ERROR 3048
  941. #define ER_STD_OVERFLOW_ERROR 3049
  942. #define ER_STD_RANGE_ERROR 3050
  943. #define ER_STD_UNDERFLOW_ERROR 3051
  944. #define ER_STD_LOGIC_ERROR 3052
  945. #define ER_STD_RUNTIME_ERROR 3053
  946. #define ER_STD_UNKNOWN_EXCEPTION 3054
  947. #define ER_GIS_DATA_WRONG_ENDIANESS 3055
  948. #define ER_CHANGE_MASTER_PASSWORD_LENGTH 3056
  949. #define ER_USER_LOCK_WRONG_NAME 3057
  950. #define ER_USER_LOCK_DEADLOCK 3058
  951. #define ER_REPLACE_INACCESSIBLE_ROWS 3059
  952. #define ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_GIS 3060
  953. #define ER_ILLEGAL_USER_VAR 3061
  954. #define ER_GTID_MODE_OFF 3062
  955. #define ER_UNSUPPORTED_BY_REPLICATION_THREAD 3063
  956. #define ER_INCORRECT_TYPE 3064
  957. #define ER_FIELD_IN_ORDER_NOT_SELECT 3065
  958. #define ER_AGGREGATE_IN_ORDER_NOT_SELECT 3066
  959. #define ER_INVALID_RPL_WILD_TABLE_FILTER_PATTERN 3067
  960. #define ER_NET_OK_PACKET_TOO_LARGE 3068
  961. #define ER_INVALID_JSON_DATA 3069
  962. #define ER_INVALID_GEOJSON_MISSING_MEMBER 3070
  963. #define ER_INVALID_GEOJSON_WRONG_TYPE 3071
  964. #define ER_INVALID_GEOJSON_UNSPECIFIED 3072
  965. #define ER_DIMENSION_UNSUPPORTED 3073
  966. #define ER_SLAVE_CHANNEL_DOES_NOT_EXIST 3074
  967. #define ER_SLAVE_MULTIPLE_CHANNELS_HOST_PORT 3075
  968. #define ER_SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG 3076
  969. #define ER_SLAVE_NEW_CHANNEL_WRONG_REPOSITORY 3077
  970. #define ER_SLAVE_CHANNEL_DELETE 3078
  971. #define ER_SLAVE_MULTIPLE_CHANNELS_CMD 3079
  972. #define ER_SLAVE_MAX_CHANNELS_EXCEEDED 3080
  973. #define ER_SLAVE_CHANNEL_MUST_STOP 3081
  974. #define ER_SLAVE_CHANNEL_NOT_RUNNING 3082
  975. #define ER_SLAVE_CHANNEL_WAS_RUNNING 3083
  976. #define ER_SLAVE_CHANNEL_WAS_NOT_RUNNING 3084
  977. #define ER_SLAVE_CHANNEL_SQL_THREAD_MUST_STOP 3085
  978. #define ER_SLAVE_CHANNEL_SQL_SKIP_COUNTER 3086
  979. #define ER_WRONG_FIELD_WITH_GROUP_V2 3087
  980. #define ER_MIX_OF_GROUP_FUNC_AND_FIELDS_V2 3088
  981. #define ER_WARN_DEPRECATED_SYSVAR_UPDATE 3089
  982. #define ER_WARN_DEPRECATED_SQLMODE 3090
  983. #define ER_CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID 3091
  984. #define ER_GROUP_REPLICATION_CONFIGURATION 3092
  985. #define ER_GROUP_REPLICATION_RUNNING 3093
  986. #define ER_GROUP_REPLICATION_APPLIER_INIT_ERROR 3094
  987. #define ER_GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT 3095
  988. #define ER_GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR 3096
  989. #define ER_GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR 3097
  990. #define ER_BEFORE_DML_VALIDATION_ERROR 3098
  991. #define ER_PREVENTS_VARIABLE_WITHOUT_RBR 3099
  992. #define ER_RUN_HOOK_ERROR 3100
  993. #define ER_TRANSACTION_ROLLBACK_DURING_COMMIT 3101
  994. #define ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED 3102
  995. #define ER_UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN 3103
  996. #define ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN 3104
  997. #define ER_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN 3105
  998. #define ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN 3106
  999. #define ER_GENERATED_COLUMN_NON_PRIOR 3107
  1000. #define ER_DEPENDENT_BY_GENERATED_COLUMN 3108
  1001. #define ER_GENERATED_COLUMN_REF_AUTO_INC 3109
  1002. #define ER_FEATURE_NOT_AVAILABLE 3110
  1003. #define ER_CANT_SET_GTID_MODE 3111
  1004. #define ER_CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF 3112
  1005. #define ER_CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION 3113
  1006. #define ER_CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON 3114
  1007. #define ER_CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF 3115
  1008. #define ER_CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS 3116
  1009. #define ER_SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS 3117
  1010. #define ER_ACCOUNT_HAS_BEEN_LOCKED 3118
  1011. #define ER_WRONG_TABLESPACE_NAME 3119
  1012. #define ER_TABLESPACE_IS_NOT_EMPTY 3120
  1013. #define ER_WRONG_FILE_NAME 3121
  1014. #define ER_BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION 3122
  1015. #define ER_WARN_OPTIMIZER_HINT_SYNTAX_ERROR 3123
  1016. #define ER_WARN_BAD_MAX_EXECUTION_TIME 3124
  1017. #define ER_WARN_UNSUPPORTED_MAX_EXECUTION_TIME 3125
  1018. #define ER_WARN_CONFLICTING_HINT 3126
  1019. #define ER_WARN_UNKNOWN_QB_NAME 3127
  1020. #define ER_UNRESOLVED_HINT_NAME 3128
  1021. #define ER_WARN_ON_MODIFYING_GTID_EXECUTED_TABLE 3129
  1022. #define ER_PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED 3130
  1023. #define ER_LOCKING_SERVICE_WRONG_NAME 3131
  1024. #define ER_LOCKING_SERVICE_DEADLOCK 3132
  1025. #define ER_LOCKING_SERVICE_TIMEOUT 3133
  1026. #define ER_GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED 3134
  1027. #define ER_SQL_MODE_MERGED 3135
  1028. #define ER_VTOKEN_PLUGIN_TOKEN_MISMATCH 3136
  1029. #define ER_VTOKEN_PLUGIN_TOKEN_NOT_FOUND 3137
  1030. #define ER_CANT_SET_VARIABLE_WHEN_OWNING_GTID 3138
  1031. #define ER_SLAVE_CHANNEL_OPERATION_NOT_ALLOWED 3139
  1032. #define ER_INVALID_JSON_TEXT 3140
  1033. #define ER_INVALID_JSON_TEXT_IN_PARAM 3141
  1034. #define ER_INVALID_JSON_BINARY_DATA 3142
  1035. #define ER_INVALID_JSON_PATH 3143
  1036. #define ER_INVALID_JSON_CHARSET 3144
  1037. #define ER_INVALID_JSON_CHARSET_IN_FUNCTION 3145
  1038. #define ER_INVALID_TYPE_FOR_JSON 3146
  1039. #define ER_INVALID_CAST_TO_JSON 3147
  1040. #define ER_INVALID_JSON_PATH_CHARSET 3148
  1041. #define ER_INVALID_JSON_PATH_WILDCARD 3149
  1042. #define ER_JSON_VALUE_TOO_BIG 3150
  1043. #define ER_JSON_KEY_TOO_BIG 3151
  1044. #define ER_JSON_USED_AS_KEY 3152
  1045. #define ER_JSON_VACUOUS_PATH 3153
  1046. #define ER_JSON_BAD_ONE_OR_ALL_ARG 3154
  1047. #define ER_NUMERIC_JSON_VALUE_OUT_OF_RANGE 3155
  1048. #define ER_INVALID_JSON_VALUE_FOR_CAST 3156
  1049. #define ER_JSON_DOCUMENT_TOO_DEEP 3157
  1050. #define ER_JSON_DOCUMENT_NULL_KEY 3158
  1051. #define ER_SECURE_TRANSPORT_REQUIRED 3159
  1052. #define ER_NO_SECURE_TRANSPORTS_CONFIGURED 3160
  1053. #define ER_DISABLED_STORAGE_ENGINE 3161
  1054. #define ER_USER_DOES_NOT_EXIST 3162
  1055. #define ER_USER_ALREADY_EXISTS 3163
  1056. #define ER_AUDIT_API_ABORT 3164
  1057. #define ER_INVALID_JSON_PATH_ARRAY_CELL 3165
  1058. #define ER_BUFPOOL_RESIZE_INPROGRESS 3166
  1059. #define ER_FEATURE_DISABLED_SEE_DOC 3167
  1060. #define ER_SERVER_ISNT_AVAILABLE 3168
  1061. #define ER_SESSION_WAS_KILLED 3169
  1062. #define ER_CAPACITY_EXCEEDED 3170
  1063. #define ER_CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER 3171
  1064. #define ER_TABLE_NEEDS_UPG_PART 3172
  1065. #define ER_CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID 3173
  1066. #define ER_CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL 3174
  1067. #define ER_CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT 3175
  1068. #define ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE 3176
  1069. #define ER_LOCK_REFUSED_BY_ENGINE 3177
  1070. #define ER_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN 3178
  1071. #define ER_MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE 3179
  1072. #define ER_MASTER_KEY_ROTATION_ERROR_BY_SE 3180
  1073. #define ER_MASTER_KEY_ROTATION_BINLOG_FAILED 3181
  1074. #define ER_MASTER_KEY_ROTATION_SE_UNAVAILABLE 3182
  1075. #define ER_TABLESPACE_CANNOT_ENCRYPT 3183
  1076. #define ER_INVALID_ENCRYPTION_OPTION 3184
  1077. #define ER_CANNOT_FIND_KEY_IN_KEYRING 3185
  1078. #define ER_CAPACITY_EXCEEDED_IN_PARSER 3186
  1079. #define ER_UNSUPPORTED_ALTER_ENCRYPTION_INPLACE 3187
  1080. #define ER_KEYRING_UDF_KEYRING_SERVICE_ERROR 3188
  1081. #define ER_USER_COLUMN_OLD_LENGTH 3189
  1082. #define ER_CANT_RESET_MASTER 3190
  1083. #define ER_GROUP_REPLICATION_MAX_GROUP_SIZE 3191
  1084. #define ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED 3192
  1085. #define ER_TABLE_REFERENCED 3193
  1086. #define ER_PARTITION_ENGINE_DEPRECATED_FOR_TABLE 3194
  1087. #endif