mysqld_error.h
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:11k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* Copyright (C) 2000 MySQL AB
  2.    This program is free software; you can redistribute it and/or modify
  3.    it under the terms of the GNU General Public License as published by
  4.    the Free Software Foundation; either version 2 of the License, or
  5.    (at your option) any later version.
  6.    This program is distributed in the hope that it will be useful,
  7.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  8.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  9.    GNU General Public License for more details.
  10.    You should have received a copy of the GNU General Public License
  11.    along with this program; if not, write to the Free Software
  12.    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
  13. /* Definefile for error messagenumbers */
  14. #define ER_HASHCHK 1000
  15. #define ER_NISAMCHK 1001
  16. #define ER_NO 1002
  17. #define ER_YES 1003
  18. #define ER_CANT_CREATE_FILE 1004
  19. #define ER_CANT_CREATE_TABLE 1005
  20. #define ER_CANT_CREATE_DB 1006
  21. #define ER_DB_CREATE_EXISTS 1007
  22. #define ER_DB_DROP_EXISTS 1008
  23. #define ER_DB_DROP_DELETE 1009
  24. #define ER_DB_DROP_RMDIR 1010
  25. #define ER_CANT_DELETE_FILE 1011
  26. #define ER_CANT_FIND_SYSTEM_REC 1012
  27. #define ER_CANT_GET_STAT 1013
  28. #define ER_CANT_GET_WD 1014
  29. #define ER_CANT_LOCK 1015
  30. #define ER_CANT_OPEN_FILE 1016
  31. #define ER_FILE_NOT_FOUND 1017
  32. #define ER_CANT_READ_DIR 1018
  33. #define ER_CANT_SET_WD 1019
  34. #define ER_CHECKREAD 1020
  35. #define ER_DISK_FULL 1021
  36. #define ER_DUP_KEY 1022
  37. #define ER_ERROR_ON_CLOSE 1023
  38. #define ER_ERROR_ON_READ 1024
  39. #define ER_ERROR_ON_RENAME 1025
  40. #define ER_ERROR_ON_WRITE 1026
  41. #define ER_FILE_USED 1027
  42. #define ER_FILSORT_ABORT 1028
  43. #define ER_FORM_NOT_FOUND 1029
  44. #define ER_GET_ERRNO 1030
  45. #define ER_ILLEGAL_HA 1031
  46. #define ER_KEY_NOT_FOUND 1032
  47. #define ER_NOT_FORM_FILE 1033
  48. #define ER_NOT_KEYFILE 1034
  49. #define ER_OLD_KEYFILE 1035
  50. #define ER_OPEN_AS_READONLY 1036
  51. #define ER_OUTOFMEMORY 1037
  52. #define ER_OUT_OF_SORTMEMORY 1038
  53. #define ER_UNEXPECTED_EOF 1039
  54. #define ER_CON_COUNT_ERROR 1040
  55. #define ER_OUT_OF_RESOURCES 1041
  56. #define ER_BAD_HOST_ERROR 1042
  57. #define ER_HANDSHAKE_ERROR 1043
  58. #define ER_DBACCESS_DENIED_ERROR 1044
  59. #define ER_ACCESS_DENIED_ERROR 1045
  60. #define ER_NO_DB_ERROR 1046
  61. #define ER_UNKNOWN_COM_ERROR 1047
  62. #define ER_BAD_NULL_ERROR 1048
  63. #define ER_BAD_DB_ERROR 1049
  64. #define ER_TABLE_EXISTS_ERROR 1050
  65. #define ER_BAD_TABLE_ERROR 1051
  66. #define ER_NON_UNIQ_ERROR 1052
  67. #define ER_SERVER_SHUTDOWN 1053
  68. #define ER_BAD_FIELD_ERROR 1054
  69. #define ER_WRONG_FIELD_WITH_GROUP 1055
  70. #define ER_WRONG_GROUP_FIELD 1056
  71. #define ER_WRONG_SUM_SELECT 1057
  72. #define ER_WRONG_VALUE_COUNT 1058
  73. #define ER_TOO_LONG_IDENT 1059
  74. #define ER_DUP_FIELDNAME 1060
  75. #define ER_DUP_KEYNAME 1061
  76. #define ER_DUP_ENTRY 1062
  77. #define ER_WRONG_FIELD_SPEC 1063
  78. #define ER_PARSE_ERROR 1064
  79. #define ER_EMPTY_QUERY 1065
  80. #define ER_NONUNIQ_TABLE 1066
  81. #define ER_INVALID_DEFAULT 1067
  82. #define ER_MULTIPLE_PRI_KEY 1068
  83. #define ER_TOO_MANY_KEYS 1069
  84. #define ER_TOO_MANY_KEY_PARTS 1070
  85. #define ER_TOO_LONG_KEY 1071
  86. #define ER_KEY_COLUMN_DOES_NOT_EXITS 1072
  87. #define ER_BLOB_USED_AS_KEY 1073
  88. #define ER_TOO_BIG_FIELDLENGTH 1074
  89. #define ER_WRONG_AUTO_KEY 1075
  90. #define ER_READY 1076
  91. #define ER_NORMAL_SHUTDOWN 1077
  92. #define ER_GOT_SIGNAL 1078
  93. #define ER_SHUTDOWN_COMPLETE 1079
  94. #define ER_FORCING_CLOSE 1080
  95. #define ER_IPSOCK_ERROR 1081
  96. #define ER_NO_SUCH_INDEX 1082
  97. #define ER_WRONG_FIELD_TERMINATORS 1083
  98. #define ER_BLOBS_AND_NO_TERMINATED 1084
  99. #define ER_TEXTFILE_NOT_READABLE 1085
  100. #define ER_FILE_EXISTS_ERROR 1086
  101. #define ER_LOAD_INFO 1087
  102. #define ER_ALTER_INFO 1088
  103. #define ER_WRONG_SUB_KEY 1089
  104. #define ER_CANT_REMOVE_ALL_FIELDS 1090
  105. #define ER_CANT_DROP_FIELD_OR_KEY 1091
  106. #define ER_INSERT_INFO 1092
  107. #define ER_UPDATE_TABLE_USED 1093
  108. #define ER_NO_SUCH_THREAD 1094
  109. #define ER_KILL_DENIED_ERROR 1095
  110. #define ER_NO_TABLES_USED 1096
  111. #define ER_TOO_BIG_SET 1097
  112. #define ER_NO_UNIQUE_LOGFILE 1098
  113. #define ER_TABLE_NOT_LOCKED_FOR_WRITE 1099
  114. #define ER_TABLE_NOT_LOCKED 1100
  115. #define ER_BLOB_CANT_HAVE_DEFAULT 1101
  116. #define ER_WRONG_DB_NAME 1102
  117. #define ER_WRONG_TABLE_NAME 1103
  118. #define ER_TOO_BIG_SELECT 1104
  119. #define ER_UNKNOWN_ERROR 1105
  120. #define ER_UNKNOWN_PROCEDURE 1106
  121. #define ER_WRONG_PARAMCOUNT_TO_PROCEDURE 1107
  122. #define ER_WRONG_PARAMETERS_TO_PROCEDURE 1108
  123. #define ER_UNKNOWN_TABLE 1109
  124. #define ER_FIELD_SPECIFIED_TWICE 1110
  125. #define ER_INVALID_GROUP_FUNC_USE 1111
  126. #define ER_UNSUPPORTED_EXTENSION 1112
  127. #define ER_TABLE_MUST_HAVE_COLUMNS 1113
  128. #define ER_RECORD_FILE_FULL 1114
  129. #define ER_UNKNOWN_CHARACTER_SET 1115
  130. #define ER_TOO_MANY_TABLES 1116
  131. #define ER_TOO_MANY_FIELDS 1117
  132. #define ER_TOO_BIG_ROWSIZE 1118
  133. #define ER_STACK_OVERRUN 1119
  134. #define ER_WRONG_OUTER_JOIN 1120
  135. #define ER_NULL_COLUMN_IN_INDEX 1121
  136. #define ER_CANT_FIND_UDF 1122
  137. #define ER_CANT_INITIALIZE_UDF 1123
  138. #define ER_UDF_NO_PATHS 1124
  139. #define ER_UDF_EXISTS 1125
  140. #define ER_CANT_OPEN_LIBRARY 1126
  141. #define ER_CANT_FIND_DL_ENTRY 1127
  142. #define ER_FUNCTION_NOT_DEFINED 1128
  143. #define ER_HOST_IS_BLOCKED 1129
  144. #define ER_HOST_NOT_PRIVILEGED 1130
  145. #define ER_PASSWORD_ANONYMOUS_USER 1131
  146. #define ER_PASSWORD_NOT_ALLOWED 1132
  147. #define ER_PASSWORD_NO_MATCH 1133
  148. #define ER_UPDATE_INFO 1134
  149. #define ER_CANT_CREATE_THREAD 1135
  150. #define ER_WRONG_VALUE_COUNT_ON_ROW 1136
  151. #define ER_CANT_REOPEN_TABLE 1137
  152. #define ER_INVALID_USE_OF_NULL 1138
  153. #define ER_REGEXP_ERROR 1139
  154. #define ER_MIX_OF_GROUP_FUNC_AND_FIELDS 1140
  155. #define ER_NONEXISTING_GRANT 1141
  156. #define ER_TABLEACCESS_DENIED_ERROR 1142
  157. #define ER_COLUMNACCESS_DENIED_ERROR 1143
  158. #define ER_ILLEGAL_GRANT_FOR_TABLE 1144
  159. #define ER_GRANT_WRONG_HOST_OR_USER 1145
  160. #define ER_NO_SUCH_TABLE 1146
  161. #define ER_NONEXISTING_TABLE_GRANT 1147
  162. #define ER_NOT_ALLOWED_COMMAND 1148
  163. #define ER_SYNTAX_ERROR 1149
  164. #define ER_DELAYED_CANT_CHANGE_LOCK 1150
  165. #define ER_TOO_MANY_DELAYED_THREADS 1151
  166. #define ER_ABORTING_CONNECTION 1152
  167. #define ER_NET_PACKET_TOO_LARGE 1153
  168. #define ER_NET_READ_ERROR_FROM_PIPE 1154
  169. #define ER_NET_FCNTL_ERROR 1155
  170. #define ER_NET_PACKETS_OUT_OF_ORDER 1156
  171. #define ER_NET_UNCOMPRESS_ERROR 1157
  172. #define ER_NET_READ_ERROR 1158
  173. #define ER_NET_READ_INTERRUPTED 1159
  174. #define ER_NET_ERROR_ON_WRITE 1160
  175. #define ER_NET_WRITE_INTERRUPTED 1161
  176. #define ER_TOO_LONG_STRING 1162
  177. #define ER_TABLE_CANT_HANDLE_BLOB 1163
  178. #define ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 1164
  179. #define ER_DELAYED_INSERT_TABLE_LOCKED 1165
  180. #define ER_WRONG_COLUMN_NAME 1166
  181. #define ER_WRONG_KEY_COLUMN 1167
  182. #define ER_WRONG_MRG_TABLE 1168
  183. #define ER_DUP_UNIQUE 1169
  184. #define ER_BLOB_KEY_WITHOUT_LENGTH 1170
  185. #define ER_PRIMARY_CANT_HAVE_NULL 1171
  186. #define ER_TOO_MANY_ROWS 1172
  187. #define ER_REQUIRES_PRIMARY_KEY 1173
  188. #define ER_NO_RAID_COMPILED 1174
  189. #define ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE 1175
  190. #define ER_KEY_DOES_NOT_EXITS 1176
  191. #define ER_CHECK_NO_SUCH_TABLE 1177
  192. #define ER_CHECK_NOT_IMPLEMENTED 1178
  193. #define ER_CANT_DO_THIS_DURING_AN_TRANSACTION 1179
  194. #define ER_ERROR_DURING_COMMIT 1180
  195. #define ER_ERROR_DURING_ROLLBACK 1181
  196. #define ER_ERROR_DURING_FLUSH_LOGS 1182
  197. #define ER_ERROR_DURING_CHECKPOINT 1183
  198. #define ER_NEW_ABORTING_CONNECTION 1184
  199. #define ER_DUMP_NOT_IMPLEMENTED    1185
  200. #define ER_FLUSH_MASTER_BINLOG_CLOSED 1186
  201. #define ER_INDEX_REBUILD  1187
  202. #define ER_MASTER 1188
  203. #define ER_MASTER_NET_READ 1189
  204. #define ER_MASTER_NET_WRITE 1190
  205. #define ER_FT_MATCHING_KEY_NOT_FOUND 1191
  206. #define ER_LOCK_OR_ACTIVE_TRANSACTION 1192
  207. #define ER_UNKNOWN_SYSTEM_VARIABLE 1193
  208. #define ER_CRASHED_ON_USAGE 1194
  209. #define ER_CRASHED_ON_REPAIR 1195
  210. #define ER_WARNING_NOT_COMPLETE_ROLLBACK 1196
  211. #define ER_TRANS_CACHE_FULL 1197
  212. #define ER_SLAVE_MUST_STOP 1198
  213. #define ER_SLAVE_NOT_RUNNING 1199
  214. #define ER_BAD_SLAVE 1200
  215. #define ER_MASTER_INFO 1201
  216. #define ER_SLAVE_THREAD 1202
  217. #define ER_TOO_MANY_USER_CONNECTIONS 1203
  218. #define ER_SET_CONSTANTS_ONLY 1204
  219. #define ER_LOCK_WAIT_TIMEOUT 1205
  220. #define ER_LOCK_TABLE_FULL 1206
  221. #define ER_READ_ONLY_TRANSACTION 1207
  222. #define ER_DROP_DB_WITH_READ_LOCK 1208
  223. #define ER_CREATE_DB_WITH_READ_LOCK 1209
  224. #define ER_WRONG_ARGUMENTS 1210
  225. #define ER_NO_PERMISSION_TO_CREATE_USER 1211
  226. #define ER_UNION_TABLES_IN_DIFFERENT_DIR 1212
  227. #define ER_LOCK_DEADLOCK 1213
  228. #define ER_TABLE_CANT_HANDLE_FT 1214
  229. #define ER_CANNOT_ADD_FOREIGN 1215
  230. #define ER_NO_REFERENCED_ROW 1216
  231. #define ER_ROW_IS_REFERENCED 1217
  232. #define ER_CONNECT_TO_MASTER 1218
  233. #define ER_QUERY_ON_MASTER 1219
  234. #define ER_ERROR_WHEN_EXECUTING_COMMAND 1220
  235. #define ER_WRONG_USAGE 1221
  236. #define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1222
  237. #define ER_CANT_UPDATE_WITH_READLOCK 1223
  238. #define ER_MIXING_NOT_ALLOWED 1224
  239. #define ER_DUP_ARGUMENT 1225
  240. #define ER_USER_LIMIT_REACHED 1226
  241. #define ER_SPECIFIC_ACCESS_DENIED_ERROR 1227
  242. #define ER_LOCAL_VARIABLE 1228
  243. #define ER_GLOBAL_VARIABLE 1229
  244. #define ER_NO_DEFAULT 1230
  245. #define ER_WRONG_VALUE_FOR_VAR 1231
  246. #define ER_WRONG_TYPE_FOR_VAR 1232
  247. #define ER_VAR_CANT_BE_READ 1233
  248. #define ER_CANT_USE_OPTION_HERE 1234
  249. #define ER_NOT_SUPPORTED_YET 1235
  250. #define ER_MASTER_FATAL_ERROR_READING_BINLOG 1236
  251. #define ER_SLAVE_IGNORED_TABLE 1237
  252. #define ER_INCORRECT_GLOBAL_LOCAL_VAR 1238
  253. #define ER_WRONG_FK_DEF 1239
  254. #define ER_KEY_REF_DO_NOT_MATCH_TABLE_REF 1240
  255. #define ER_OPERAND_COLUMNS 1241
  256. #define ER_SUBQUERY_NO_1_ROW 1242
  257. #define ER_UNKNOWN_STMT_HANDLER 1243
  258. #define ER_CORRUPT_HELP_DB 1244
  259. #define ER_CYCLIC_REFERENCE 1245
  260. #define ER_AUTO_CONVERT 1246
  261. #define ER_ILLEGAL_REFERENCE 1247
  262. #define ER_DERIVED_MUST_HAVE_ALIAS 1248
  263. #define ER_SELECT_REDUCED 1249
  264. #define ER_TABLENAME_NOT_ALLOWED_HERE 1250
  265. #define ER_NOT_SUPPORTED_AUTH_MODE 1251
  266. #define ER_SPATIAL_CANT_HAVE_NULL 1252
  267. #define ER_COLLATION_CHARSET_MISMATCH 1253
  268. #define ER_SLAVE_WAS_RUNNING 1254
  269. #define ER_SLAVE_WAS_NOT_RUNNING 1255
  270. #define ER_TOO_BIG_FOR_UNCOMPRESS 1256
  271. #define ER_ZLIB_Z_MEM_ERROR 1257
  272. #define ER_ZLIB_Z_BUF_ERROR 1258
  273. #define ER_ZLIB_Z_DATA_ERROR 1259
  274. #define ER_CUT_VALUE_GROUP_CONCAT 1260
  275. #define ER_WARN_TOO_FEW_RECORDS 1261
  276. #define ER_WARN_TOO_MANY_RECORDS 1262
  277. #define ER_WARN_NULL_TO_NOTNULL 1263
  278. #define ER_WARN_DATA_OUT_OF_RANGE 1264
  279. #define ER_WARN_DATA_TRUNCATED 1265
  280. #define ER_WARN_USING_OTHER_HANDLER 1266
  281. #define ER_CANT_AGGREGATE_2COLLATIONS 1267
  282. #define ER_DROP_USER 1268
  283. #define ER_REVOKE_GRANTS 1269
  284. #define ER_CANT_AGGREGATE_3COLLATIONS 1270
  285. #define ER_CANT_AGGREGATE_NCOLLATIONS 1271
  286. #define ER_VARIABLE_IS_NOT_STRUCT 1272
  287. #define ER_UNKNOWN_COLLATION 1273
  288. #define ER_SLAVE_IGNORED_SSL_PARAMS 1274
  289. #define ER_SERVER_IS_IN_SECURE_AUTH_MODE 1275
  290. #define ER_WARN_FIELD_RESOLVED 1276
  291. #define ER_BAD_SLAVE_UNTIL_COND 1277
  292. #define ER_MISSING_SKIP_SLAVE 1278
  293. #define ER_UNTIL_COND_IGNORED 1279
  294. #define ER_WRONG_NAME_FOR_INDEX 1280
  295. #define ER_WRONG_NAME_FOR_CATALOG 1281
  296. #define ER_WARN_QC_RESIZE 1282
  297. #define ER_BAD_FT_COLUMN 1283
  298. #define ER_UNKNOWN_KEY_CACHE 1284
  299. #define ER_WARN_HOSTNAME_WONT_WORK 1285
  300. #define ER_UNKNOWN_STORAGE_ENGINE 1286
  301. #define ER_WARN_DEPRECATED_SYNTAX 1287
  302. #define ER_NON_UPDATABLE_TABLE 1288
  303. #define ER_FEATURE_DISABLED 1289
  304. #define ER_OPTION_PREVENTS_STATEMENT 1290
  305. #define ER_DUPLICATED_VALUE_IN_TYPE 1291
  306. #define ER_TRUNCATED_WRONG_VALUE 1292
  307. #define ER_TOO_MUCH_AUTO_TIMESTAMP_COLS 1293
  308. #define ER_INVALID_ON_UPDATE 1294
  309. #define ER_UNSUPPORTED_PS 1295
  310. #define ER_GET_ERRMSG 1296
  311. #define ER_GET_TEMPORARY_ERRMSG 1297
  312. #define ER_UNKNOWN_TIME_ZONE 1298
  313. #define ER_WARN_INVALID_TIMESTAMP 1299
  314. #define ER_INVALID_CHARACTER_STRING 1300
  315. #define ER_WARN_ALLOWED_PACKET_OVERFLOWED 1301
  316. #define ER_CONFLICTING_DECLARATIONS 1302
  317. #define ER_ERROR_MESSAGES 303