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

模拟服务器

开发平台:

C/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_INSERT_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_FULLTEXT 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_ERROR_MESSAGES 218