mysqld_error.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:7k
源码类别:

模拟服务器

开发平台:

C/C++

  1. /* Definefile for errormessagenumbers */
  2. #define ER_HASHCHK 1000
  3. #define ER_NISAMCHK 1001
  4. #define ER_NO 1002
  5. #define ER_YES 1003
  6. #define ER_CANT_CREATE_FILE 1004
  7. #define ER_CANT_CREATE_TABLE 1005
  8. #define ER_CANT_CREATE_DB 1006
  9. #define ER_DB_CREATE_EXISTS 1007
  10. #define ER_DB_DROP_EXISTS 1008
  11. #define ER_DB_DROP_DELETE 1009
  12. #define ER_DB_DROP_RMDIR 1010
  13. #define ER_CANT_DELETE_FILE 1011
  14. #define ER_CANT_FIND_SYSTEM_REC 1012
  15. #define ER_CANT_GET_STAT 1013
  16. #define ER_CANT_GET_WD 1014
  17. #define ER_CANT_LOCK 1015
  18. #define ER_CANT_OPEN_FILE 1016
  19. #define ER_FILE_NOT_FOUND 1017
  20. #define ER_CANT_READ_DIR 1018
  21. #define ER_CANT_SET_WD 1019
  22. #define ER_CHECKREAD 1020
  23. #define ER_DISK_FULL 1021
  24. #define ER_DUP_KEY 1022
  25. #define ER_ERROR_ON_CLOSE 1023
  26. #define ER_ERROR_ON_READ 1024
  27. #define ER_ERROR_ON_RENAME 1025
  28. #define ER_ERROR_ON_WRITE 1026
  29. #define ER_FILE_USED 1027
  30. #define ER_FILSORT_ABORT 1028
  31. #define ER_FORM_NOT_FOUND 1029
  32. #define ER_GET_ERRNO 1030
  33. #define ER_ILLEGAL_HA 1031
  34. #define ER_KEY_NOT_FOUND 1032
  35. #define ER_NOT_FORM_FILE 1033
  36. #define ER_NOT_KEYFILE 1034
  37. #define ER_OLD_KEYFILE 1035
  38. #define ER_OPEN_AS_READONLY 1036
  39. #define ER_OUTOFMEMORY 1037
  40. #define ER_OUT_OF_SORTMEMORY 1038
  41. #define ER_UNEXPECTED_EOF 1039
  42. #define ER_CON_COUNT_ERROR 1040
  43. #define ER_OUT_OF_RESOURCES 1041
  44. #define ER_BAD_HOST_ERROR 1042
  45. #define ER_HANDSHAKE_ERROR 1043
  46. #define ER_DBACCESS_DENIED_ERROR 1044
  47. #define ER_ACCESS_DENIED_ERROR 1045
  48. #define ER_NO_DB_ERROR 1046
  49. #define ER_UNKNOWN_COM_ERROR 1047
  50. #define ER_BAD_NULL_ERROR 1048
  51. #define ER_BAD_DB_ERROR 1049
  52. #define ER_TABLE_EXISTS_ERROR 1050
  53. #define ER_BAD_TABLE_ERROR 1051
  54. #define ER_NON_UNIQ_ERROR 1052
  55. #define ER_SERVER_SHUTDOWN 1053
  56. #define ER_BAD_FIELD_ERROR 1054
  57. #define ER_WRONG_FIELD_WITH_GROUP 1055
  58. #define ER_WRONG_GROUP_FIELD 1056
  59. #define ER_WRONG_SUM_SELECT 1057
  60. #define ER_WRONG_VALUE_COUNT 1058
  61. #define ER_TOO_LONG_IDENT 1059
  62. #define ER_DUP_FIELDNAME 1060
  63. #define ER_DUP_KEYNAME 1061
  64. #define ER_DUP_ENTRY 1062
  65. #define ER_WRONG_FIELD_SPEC 1063
  66. #define ER_PARSE_ERROR 1064
  67. #define ER_EMPTY_QUERY 1065
  68. #define ER_NONUNIQ_TABLE 1066
  69. #define ER_INVALID_DEFAULT 1067
  70. #define ER_MULTIPLE_PRI_KEY 1068
  71. #define ER_TOO_MANY_KEYS 1069
  72. #define ER_TOO_MANY_KEY_PARTS 1070
  73. #define ER_TOO_LONG_KEY 1071
  74. #define ER_KEY_COLUMN_DOES_NOT_EXITS 1072
  75. #define ER_BLOB_USED_AS_KEY 1073
  76. #define ER_TOO_BIG_FIELDLENGTH 1074
  77. #define ER_WRONG_AUTO_KEY 1075
  78. #define ER_READY 1076
  79. #define ER_NORMAL_SHUTDOWN 1077
  80. #define ER_GOT_SIGNAL 1078
  81. #define ER_SHUTDOWN_COMPLETE 1079
  82. #define ER_FORCING_CLOSE 1080
  83. #define ER_IPSOCK_ERROR 1081
  84. #define ER_NO_SUCH_INDEX 1082
  85. #define ER_WRONG_FIELD_TERMINATORS 1083
  86. #define ER_BLOBS_AND_NO_TERMINATED 1084
  87. #define ER_TEXTFILE_NOT_READABLE 1085
  88. #define ER_FILE_EXISTS_ERROR 1086
  89. #define ER_LOAD_INFO 1087
  90. #define ER_ALTER_INFO 1088
  91. #define ER_WRONG_SUB_KEY 1089
  92. #define ER_CANT_REMOVE_ALL_FIELDS 1090
  93. #define ER_CANT_DROP_FIELD_OR_KEY 1091
  94. #define ER_INSERT_INFO 1092
  95. #define ER_INSERT_TABLE_USED 1093
  96. #define ER_NO_SUCH_THREAD 1094
  97. #define ER_KILL_DENIED_ERROR 1095
  98. #define ER_NO_TABLES_USED 1096
  99. #define ER_TOO_BIG_SET 1097
  100. #define ER_NO_UNIQUE_LOGFILE 1098
  101. #define ER_TABLE_NOT_LOCKED_FOR_WRITE 1099
  102. #define ER_TABLE_NOT_LOCKED 1100
  103. #define ER_BLOB_CANT_HAVE_DEFAULT 1101
  104. #define ER_WRONG_DB_NAME 1102
  105. #define ER_WRONG_TABLE_NAME 1103
  106. #define ER_TOO_BIG_SELECT 1104
  107. #define ER_UNKNOWN_ERROR 1105
  108. #define ER_UNKNOWN_PROCEDURE 1106
  109. #define ER_WRONG_PARAMCOUNT_TO_PROCEDURE 1107
  110. #define ER_WRONG_PARAMETERS_TO_PROCEDURE 1108
  111. #define ER_UNKNOWN_TABLE 1109
  112. #define ER_FIELD_SPECIFIED_TWICE 1110
  113. #define ER_INVALID_GROUP_FUNC_USE 1111
  114. #define ER_UNSUPPORTED_EXTENSION 1112
  115. #define ER_TABLE_MUST_HAVE_COLUMNS 1113
  116. #define ER_RECORD_FILE_FULL 1114
  117. #define ER_UNKNOWN_CHARACTER_SET 1115
  118. #define ER_TOO_MANY_TABLES 1116
  119. #define ER_TOO_MANY_FIELDS 1117
  120. #define ER_TOO_BIG_ROWSIZE 1118
  121. #define ER_STACK_OVERRUN 1119
  122. #define ER_WRONG_OUTER_JOIN 1120
  123. #define ER_NULL_COLUMN_IN_INDEX 1121
  124. #define ER_CANT_FIND_UDF 1122
  125. #define ER_CANT_INITIALIZE_UDF 1123
  126. #define ER_UDF_NO_PATHS 1124
  127. #define ER_UDF_EXISTS 1125
  128. #define ER_CANT_OPEN_LIBRARY 1126
  129. #define ER_CANT_FIND_DL_ENTRY 1127
  130. #define ER_FUNCTION_NOT_DEFINED 1128
  131. #define ER_HOST_IS_BLOCKED 1129
  132. #define ER_HOST_NOT_PRIVILEGED 1130
  133. #define ER_PASSWORD_ANONYMOUS_USER 1131
  134. #define ER_PASSWORD_NOT_ALLOWED 1132
  135. #define ER_PASSWORD_NO_MATCH 1133
  136. #define ER_UPDATE_INFO 1134
  137. #define ER_CANT_CREATE_THREAD 1135
  138. #define ER_WRONG_VALUE_COUNT_ON_ROW 1136
  139. #define ER_CANT_REOPEN_TABLE 1137
  140. #define ER_INVALID_USE_OF_NULL 1138
  141. #define ER_REGEXP_ERROR 1139
  142. #define ER_MIX_OF_GROUP_FUNC_AND_FIELDS 1140
  143. #define ER_NONEXISTING_GRANT 1141
  144. #define ER_TABLEACCESS_DENIED_ERROR 1142
  145. #define ER_COLUMNACCESS_DENIED_ERROR 1143
  146. #define ER_ILLEGAL_GRANT_FOR_TABLE 1144
  147. #define ER_GRANT_WRONG_HOST_OR_USER 1145
  148. #define ER_NO_SUCH_TABLE 1146
  149. #define ER_NONEXISTING_TABLE_GRANT 1147
  150. #define ER_NOT_ALLOWED_COMMAND 1148
  151. #define ER_SYNTAX_ERROR 1149
  152. #define ER_DELAYED_CANT_CHANGE_LOCK 1150
  153. #define ER_TOO_MANY_DELAYED_THREADS 1151
  154. #define ER_ABORTING_CONNECTION 1152
  155. #define ER_NET_PACKET_TOO_LARGE 1153
  156. #define ER_NET_READ_ERROR_FROM_PIPE 1154
  157. #define ER_NET_FCNTL_ERROR 1155
  158. #define ER_NET_PACKETS_OUT_OF_ORDER 1156
  159. #define ER_NET_UNCOMPRESS_ERROR 1157
  160. #define ER_NET_READ_ERROR 1158
  161. #define ER_NET_READ_INTERRUPTED 1159
  162. #define ER_NET_ERROR_ON_WRITE 1160
  163. #define ER_NET_WRITE_INTERRUPTED 1161
  164. #define ER_TOO_LONG_STRING 1162
  165. #define ER_TABLE_CANT_HANDLE_BLOB 1163
  166. #define ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 1164
  167. #define ER_DELAYED_INSERT_TABLE_LOCKED 1165
  168. #define ER_WRONG_COLUMN_NAME 1166
  169. #define ER_WRONG_KEY_COLUMN 1167
  170. #define ER_WRONG_MRG_TABLE 1168
  171. #define ER_DUP_UNIQUE 1169
  172. #define ER_BLOB_KEY_WITHOUT_LENGTH 1170
  173. #define ER_PRIMARY_CANT_HAVE_NULL 1171
  174. #define ER_TOO_MANY_ROWS 1172
  175. #define ER_REQUIRES_PRIMARY_KEY 1173
  176. #define ER_NO_RAID_COMPILED 1174
  177. #define ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE 1175
  178. #define ER_KEY_DOES_NOT_EXITS 1176
  179. #define ER_CHECK_NO_SUCH_TABLE 1177
  180. #define ER_CHECK_NOT_IMPLEMENTED 1178
  181. #define ER_CANT_DO_THIS_DURING_AN_TRANSACTION 1179
  182. #define ER_ERROR_DURING_COMMIT 1180
  183. #define ER_ERROR_DURING_ROLLBACK 1181
  184. #define ER_ERROR_DURING_FLUSH_LOGS 1182
  185. #define ER_ERROR_DURING_CHECKPOINT 1183
  186. #define ER_NEW_ABORTING_CONNECTION 1184
  187. #define ER_DUMP_NOT_IMPLEMENTED    1185
  188. #define ER_FLUSH_MASTER_BINLOG_CLOSED 1186
  189. #define ER_INDEX_REBUILD  1187
  190. #define ER_MASTER 1188
  191. #define ER_MASTER_NET_READ 1189
  192. #define ER_MASTER_NET_WRITE 1190
  193. #define ER_FT_MATCHING_KEY_NOT_FOUND 1191
  194. #define ER_LOCK_OR_ACTIVE_TRANSACTION 1192
  195. #define ER_UNKNOWN_SYSTEM_VARIABLE 1193
  196. #define ER_CRASHED_ON_USAGE 1194
  197. #define ER_CRASHED_ON_REPAIR 1195
  198. #define ER_WARNING_NOT_COMPLETE_ROLLBACK 1196
  199. #define ER_TRANS_CACHE_FULL 1197
  200. #define ER_ERROR_MESSAGES 198