mysqld_error.txt
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:15k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* Copyright Abandoned 1997 TCX DataKonsult AB & Monty Program KB & Detron HB
  2.    This file is public domain and comes with NO WARRANTY of any kind */
  3. #define ER_HASHCHK 1000
  4. "hashchk",
  5. #define ER_NISAMCHK 1001
  6. "isamchk",
  7. #define ER_NO 1002
  8. "NO",
  9. #define ER_YES 1003
  10. "YES",
  11. #define ER_CANT_CREATE_FILE 1004
  12. "Can't create file '%-.64s' (errno: %d)",
  13. #define ER_CANT_CREATE_TABLE 1005
  14. "Can't create table '%-.64s' (errno: %d)",
  15. #define ER_CANT_CREATE_DB 1006
  16. "Can't create database '%-.64s'. (errno: %d)",
  17. #define ER_DB_CREATE_EXISTS 1007
  18. "Can't create database '%-.64s'. Database exists",
  19. #define ER_DB_DROP_EXISTS 1008
  20. "Can't drop database '%-.64s'. Database doesn't exist",
  21. #define ER_DB_DROP_DELETE 1009
  22. "Error dropping database (can't delete '%-.64s', errno: %d)",
  23. #define ER_DB_DROP_RMDIR 1010
  24. "Error dropping database (can't rmdir '%-.64s', errno: %d)",
  25. #define ER_CANT_DELETE_FILE 1011
  26. "Error on delete of '%-.64s' (errno: %d)",
  27. #define ER_CANT_FIND_SYSTEM_REC 1012
  28. "Can't read record in system table",
  29. #define ER_CANT_GET_STAT 1013
  30. "Can't get status of '%-.64s' (errno: %d)",
  31. #define ER_CANT_GET_WD 1014
  32. "Can't get working directory (errno: %d)",
  33. #define ER_CANT_LOCK 1015
  34. "Can't lock file (errno: %d)",
  35. #define ER_CANT_OPEN_FILE 1016
  36. "Can't open file: '%-.64s'. (errno: %d)",
  37. #define ER_FILE_NOT_FOUND 1017
  38. "Can't find file: '%-.64s' (errno: %d)",
  39. #define ER_CANT_READ_DIR 1018
  40. "Can't read dir of '%-.64s' (errno: %d)",
  41. #define ER_CANT_SET_WD 1019
  42. "Can't change dir to '%-.64s' (errno: %d)",
  43. #define ER_CHECKREAD 1020
  44. "Record has changed since last read in table '%-.64s'",
  45. #define ER_DISK_FULL 1021
  46. "Disk full (%s). Waiting for someone to free some space....",
  47. #define ER_DUP_KEY 1022
  48. "Can't write, duplicate key in table '%-.64s'",
  49. #define ER_ERROR_ON_CLOSE 1023
  50. "Error on close of '%-.64s' (errno: %d)",
  51. #define ER_ERROR_ON_READ 1024
  52. "Error reading file '%-.64s' (errno: %d)",
  53. #define ER_ERROR_ON_RENAME 1025
  54. "Error on rename of '%-.64s' to '%-.64s' (errno: %d)",
  55. #define ER_ERROR_ON_WRITE 1026
  56. "Error writing file '%-.64s' (errno: %d)",
  57. #define ER_FILE_USED 1027
  58. "'%-.64s' is locked against change",
  59. #define ER_FILSORT_ABORT 1028
  60. "Sort aborted",
  61. #define ER_FORM_NOT_FOUND 1029
  62. "View '%-.64s' doesn't exist for '%-.64s'",
  63. #define ER_GET_ERRNO 1030
  64. "Got error %d from table handler",
  65. #define ER_ILLEGAL_HA 1031
  66. "Table handler for '%-.64s' doesn't have this option",
  67. #define ER_KEY_NOT_FOUND 1032
  68. "Can't find record in '%-.64s'",
  69. #define ER_NOT_FORM_FILE 1033
  70. "Incorrect information in file: '%-.64s'",
  71. #define ER_NOT_KEYFILE 1034
  72. "Incorrect key file for table: '%-.64s'. Try to repair it",
  73. #define ER_OLD_KEYFILE 1035
  74. "Old key file for table '%-.64s'; Repair it!",
  75. #define ER_OPEN_AS_READONLY 1036
  76. "Table '%-.64s' is read only",
  77. #define ER_OUTOFMEMORY 1037
  78. "Out of memory. Restart daemon and try again (needed %d bytes)",
  79. #define ER_OUT_OF_SORTMEMORY 1038
  80. "Out of sort memory. Increase daemon sort buffer size",
  81. #define ER_UNEXPECTED_EOF 1039
  82. "Unexpected eof found when reading file '%-.64s' (errno: %d)",
  83. #define ER_CON_COUNT_ERROR 1040
  84. "Too many connections",
  85. #define ER_OUT_OF_RESOURCES 1041
  86. "Out of memory;  Check if mysqld or some other process uses all available memory. If not you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space",
  87. #define ER_BAD_HOST_ERROR 1042
  88. "Can't get hostname for your address",
  89. #define ER_HANDSHAKE_ERROR 1043
  90. "Bad handshake",
  91. #define ER_DBACCESS_DENIED_ERROR 1044
  92. "Access denied for user: '%-.32s@%-.64s' to database '%-.64s'",
  93. #define ER_ACCESS_DENIED_ERROR 1045
  94. "Access denied for user: '%-.32s@%-.64s' (Using password: %s)",
  95. #define ER_NO_DB_ERROR 1046
  96. "No Database Selected",
  97. #define ER_UNKNOWN_COM_ERROR 1047
  98. "Unknown command",
  99. #define ER_BAD_NULL_ERROR 1048
  100. "Column '%-.64s' cannot be null",
  101. #define ER_BAD_DB_ERROR 1049
  102. "Unknown database '%-.64s'",
  103. #define ER_TABLE_EXISTS_ERROR 1050
  104. "Table '%-.64s' already exists",
  105. #define ER_BAD_TABLE_ERROR 1051
  106. "Unknown table '%-.64s'",
  107. #define ER_NON_UNIQ_ERROR 1052
  108. "Column: '%-.64s' in %-.64s is ambiguous",
  109. #define ER_SERVER_SHUTDOWN 1053
  110. "Server shutdown in progress",
  111. #define ER_BAD_FIELD_ERROR 1054
  112. "Unknown column '%-.64s' in '%-.64s'",
  113. #define ER_WRONG_FIELD_WITH_GROUP 1055
  114. "'%-.64s' isn't in GROUP BY",
  115. #define ER_WRONG_GROUP_FIELD 1056
  116. "Can't group on '%-.64s'",
  117. #define ER_WRONG_SUM_SELECT 1057
  118. "Statement has sum functions and columns in same statement",
  119. #define ER_WRONG_VALUE_COUNT 1058
  120. "Column count doesn't match value count",
  121. #define ER_TOO_LONG_IDENT 1059
  122. "Identifier name '%-.100s' is too long",
  123. #define ER_DUP_FIELDNAME 1060
  124. "Duplicate column name '%-.64s'",
  125. #define ER_DUP_KEYNAME 1061
  126. "Duplicate key name '%-.64s'",
  127. #define ER_DUP_ENTRY 1062
  128. "Duplicate entry '%-.64s' for key %d",
  129. #define ER_WRONG_FIELD_SPEC 1063
  130. "Incorrect column specifier for column '%-.64s'",
  131. #define ER_PARSE_ERROR 1064
  132. "%s near '%-.80s' at line %d",
  133. #define ER_EMPTY_QUERY 1065
  134. "Query was empty",
  135. #define ER_NONUNIQ_TABLE 1066
  136. "Not unique table/alias: '%-.64s'",
  137. #define ER_INVALID_DEFAULT 1067
  138. "Invalid default value for '%-.64s'",
  139. #define ER_MULTIPLE_PRI_KEY 1068
  140. "Multiple primary key defined",
  141. #define ER_TOO_MANY_KEYS 1069
  142. "Too many keys specified. Max %d keys allowed",
  143. #define ER_TOO_MANY_KEY_PARTS 1070
  144. "Too many key parts specified. Max %d parts allowed",
  145. #define ER_TOO_LONG_KEY 1071
  146. "Specified key was too long. Max key length is %d",
  147. #define ER_KEY_COLUMN_DOES_NOT_EXITS 1072
  148. "Key column '%-.64s' doesn't exist in table",
  149. #define ER_BLOB_USED_AS_KEY 1073
  150. "BLOB column '%-.64s' can't be used in key specification with the used table type",
  151. #define ER_TOO_BIG_FIELDLENGTH 1074
  152. "Too big column length for column '%-.64s' (max = %d). Use BLOB instead",
  153. #define ER_WRONG_AUTO_KEY 1075
  154. "Incorrect table definition; There can only be one auto column and it must be defined as a key",
  155. #define ER_READY 1076
  156. "%s: ready for connectionsn",
  157. #define ER_NORMAL_SHUTDOWN 1077
  158. "%s: Normal shutdownn",
  159. #define ER_GOT_SIGNAL 1078
  160. "%s: Got signal %d. Aborting!n",
  161. #define ER_SHUTDOWN_COMPLETE 1079
  162. "%s: Shutdown Completen",
  163. #define ER_FORCING_CLOSE 1080
  164. "%s: Forcing close of thread %ld  user: '%-.32s'n",
  165. #define ER_IPSOCK_ERROR 1081
  166. "Can't create IP socket",
  167. #define ER_NO_SUCH_INDEX 1082
  168. "Table '%-.64s' has no index like the one used in CREATE INDEX. Recreate the table",
  169. #define ER_WRONG_FIELD_TERMINATORS 1083
  170. "Field separator argument is not what is expected. Check the manual","
  171. #define ER_BLOBS_AND_NO_TERMINATED 1084
  172. "You can't use fixed rowlength with BLOBs. Please use 'fields terminated by'.",
  173. #define ER_TEXTFILE_NOT_READABLE 1085
  174. "The file '%-.64s' must be in the database directory or be readable by all",
  175. #define ER_FILE_EXISTS_ERROR 1086
  176. "File '%-.80s' already exists",
  177. #define ER_LOAD_INFO 1087
  178. "Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld",
  179. #define ER_ALTER_INFO 1088
  180. "Records: %ld  Duplicates: %ld",
  181. #define ER_WRONG_SUB_KEY 1089
  182. "Incorrect sub part key. The used key part isn't a string or the used length is longer than the key part",
  183. #define ER_CANT_REMOVE_ALL_FIELDS 1090
  184. "You can't delete all columns with ALTER TABLE. Use DROP TABLE instead",
  185. #define ER_CANT_DROP_FIELD_OR_KEY 1091
  186. "Can't DROP '%-.64s'. Check that column/key exists",
  187. #define ER_INSERT_INFO 1092
  188. "Records: %ld  Duplicates: %ld  Warnings: %ld",
  189. #define ER_INSERT_TABLE_USED 1093
  190. "INSERT TABLE '%-.64s' isn't allowed in FROM table list",
  191. #define ER_NO_SUCH_THREAD 1094
  192. "Unknown thread id: %lu",
  193. #define ER_KILL_DENIED_ERROR 1095
  194. "You are not owner of thread %lu",
  195. #define ER_NO_TABLES_USED 1096
  196. "No tables used",
  197. #define ER_TOO_BIG_SET 1097
  198. "Too many strings for column %-.64s and SET",
  199. #define ER_NO_UNIQUE_LOGFILE 1098
  200. "Can't generate a unique log-filename %-.64s.(1-999)n",
  201. #define ER_TABLE_NOT_LOCKED_FOR_WRITE 1099
  202. "Table '%-.64s' was locked with a READ lock and can't be updated",
  203. #define ER_TABLE_NOT_LOCKED 1100
  204. "Table '%-.64s' was not locked with LOCK TABLES",
  205. #define ER_BLOB_CANT_HAVE_DEFAULT 1101
  206. "BLOB column '%-.64s' can't have a default value",
  207. #define ER_WRONG_DB_NAME 1102
  208. "Incorrect database name '%-.100s'",
  209. #define ER_WRONG_TABLE_NAME 1103
  210. "Incorrect table name '%-.100s'",
  211. #define ER_TOO_BIG_SELECT 1104
  212. "The SELECT would examine too many records and probably take a very long time. Check your WHERE and use SET OPTION SQL_BIG_SELECTS=1 if the SELECT is ok",
  213. #define ER_UNKNOWN_ERROR 1105
  214. "Unknown error",
  215. #define ER_UNKNOWN_PROCEDURE 1106
  216. "Unknown procedure '%-.64s'",
  217. #define ER_WRONG_PARAMCOUNT_TO_PROCEDURE 1107
  218. "Incorrect parameter count to procedure '%-.64s'",
  219. #define ER_WRONG_PARAMETERS_TO_PROCEDURE 1108
  220. "Incorrect parameters to procedure '%-.64s'",
  221. #define ER_UNKNOWN_TABLE 1109
  222. "Unknown table '%-.64s' in %-.32s",
  223. #define ER_FIELD_SPECIFIED_TWICE 1110
  224. "Column '%-.64s' specified twice",
  225. #define ER_INVALID_GROUP_FUNC_USE 1111
  226. "Invalid use of group function",
  227. #define ER_UNSUPPORTED_EXTENSION 1112
  228. "Table '%-.64s' uses an extension that doesn't exist in this MySQL version",
  229. #define ER_TABLE_MUST_HAVE_COLUMNS 1113
  230. "A table must have at least 1 column",
  231. #define ER_RECORD_FILE_FULL 1114
  232. "The table '%-.64s' is full",
  233. #define ER_UNKNOWN_CHARACTER_SET 1115
  234. "Unknown character set: '%-.64s'",
  235. #define ER_TOO_MANY_TABLES 1116
  236. "Too many tables. MySQL can only use %d tables in a join",
  237. #define ER_TOO_MANY_FIELDS 1117
  238. "Too many columns",
  239. #define ER_TOO_BIG_ROWSIZE 1118
  240. "Too big row size. The maximum row size, not counting BLOBs, is %d. You have to change some fields to BLOBs",
  241. #define ER_STACK_OVERRUN 1119
  242. "Thread stack overrun:  Used: %ld of a %ld stack.  Use 'mysqld -O thread_stack=#' to specify a bigger stack if needed",
  243. #define ER_WRONG_OUTER_JOIN 1120
  244. "Cross dependency found in OUTER JOIN.  Examine your ON conditions",
  245. #define ER_NULL_COLUMN_IN_INDEX 1121
  246. "Column '%-.64s' is used with UNIQUE or INDEX but is not defined as NOT NULL",
  247. #define ER_CANT_FIND_UDF 1122
  248. "Can't load function '%-.64s'",
  249. #define ER_CANT_INITIALIZE_UDF 1123
  250. "Can't initialize function '%-.64s'; %-.80s",
  251. #define ER_UDF_NO_PATHS 1124
  252. "No paths allowed for shared library",
  253. #define ER_UDF_EXISTS 1125
  254. "Function '%-.64s' already exist",
  255. #define ER_CANT_OPEN_LIBRARY 1126
  256. "Can't open shared library '%-.64s' (errno: %d %-.64s)",
  257. #define ER_CANT_FIND_DL_ENTRY 1127
  258. "Can't find function '%-.64s' in library'",
  259. #define ER_FUNCTION_NOT_DEFINED 1128
  260. "Function '%-.64s' is not defined",
  261. #define ER_HOST_IS_BLOCKED 1129
  262. "Host '%-.64s' is blocked because of many connection errors.  Unblock with 'mysqladmin flush-hosts'",
  263. #define ER_HOST_NOT_PRIVILEGED 1130
  264. "Host '%-.64s' is not allowed to connect to this MySQL server",
  265. #define ER_PASSWORD_ANONYMOUS_USER 1131
  266. "You are using MySQL as an anonymous users and anonymous users are not allowed to change passwords",
  267. #define ER_PASSWORD_NOT_ALLOWED 1132
  268. "You must have privileges to update tables in the mysql database to be able to change passwords for others",
  269. #define ER_PASSWORD_NO_MATCH 1133
  270. "Can't find any matching row in the user table",
  271. #define ER_UPDATE_INFO 1134
  272. "Rows matched: %ld  Changed: %ld  Warnings: %ld",
  273. #define ER_CANT_CREATE_THREAD 1135
  274. "Can't create a new thread (errno %d). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug",
  275. #define ER_WRONG_VALUE_COUNT_ON_ROW 1136
  276. "Column count doesn't match value count at row %ld",
  277. #define ER_CANT_REOPEN_TABLE 1137
  278. "Can't reopen table: '%-.64s'",
  279. #define ER_INVALID_USE_OF_NULL 1138
  280. "Invalid use of NULL value",
  281. #define ER_REGEXP_ERROR 1139
  282. "Got error '%-.64s' from regexp",
  283. #define ER_MIX_OF_GROUP_FUNC_AND_FIELDS 1140
  284. "Mixing of GROUP columns (MIN(),MAX(),COUNT()...) with no GROUP columns is illegal if there is no GROUP BY clause",
  285. #define ER_NONEXISTING_GRANT 1141
  286. "There is no such grant defined for user '%-.32s' on host '%-.64s'",
  287. #define ER_TABLEACCESS_DENIED_ERROR 1142
  288. "%-.16s command denied to user: '%-.32s@%-.64s' for table '%-.64s'",
  289. #define ER_COLUMNACCESS_DENIED_ERROR 1143
  290. "%-.16s command denied to user: '%-.32s@%-.64s' for column '%-.64s' in table '%-.64s'",
  291. #define ER_ILLEGAL_GRANT_FOR_TABLE 1144
  292. "Illegal GRANT/REVOKE command. Please consult the manual which privileges can be used.",
  293. #define ER_GRANT_WRONG_HOST_OR_USER 1145
  294. "The host or user argument to GRANT is too long",
  295. #define ER_NO_SUCH_TABLE 1146
  296. "Table '%-.64s.%-.64s' doesn't exist",
  297. #define ER_NONEXISTING_TABLE_GRANT 1147
  298. "There is no such grant defined for user '%-.32s' on host '%-.64s' on table '%-.64s'",
  299. #define ER_NOT_ALLOWED_COMMAND 1148
  300. "The used command is not allowed with this MySQL version",
  301. #define ER_SYNTAX_ERROR 1149
  302. "You have an error in your SQL syntax",
  303. #define ER_DELAYED_CANT_CHANGE_LOCK 1150
  304. "Delayed insert thread couldn't get requested lock for table %-.64s",
  305. #define ER_TOO_MANY_DELAYED_THREADS 1151
  306. "Too many delayed threads in use",
  307. #define ER_ABORTING_CONNECTION 1152
  308. "Aborted connection %ld to db: '%-.64s' user: '%-.32s' (%-.64s)",
  309. #define ER_NET_PACKET_TOO_LARGE 1153
  310. "Got a packet bigger than 'max_allowed_packet'",
  311. #define ER_NET_READ_ERROR_FROM_PIPE 1154
  312. "Got a read error from the connection pipe",
  313. #define ER_NET_FCNTL_ERROR 1155
  314. "Got an error from fcntl()",
  315. #define ER_NET_PACKETS_OUT_OF_ORDER 1156
  316. "Got packets out of order",
  317. #define ER_NET_UNCOMPRESS_ERROR 1157
  318. "Couldn't uncompress communication packet",
  319. #define ER_NET_READ_ERROR 1158
  320. "Got an error reading communication packets",
  321. #define ER_NET_READ_INTERRUPTED 1159
  322. "Got timeout reading communication packets",
  323. #define ER_NET_ERROR_ON_WRITE 1160
  324. "Got an error writing communication packets",
  325. #define ER_NET_WRITE_INTERRUPTED 1161
  326. "Got timeout writing communication packets",
  327. #define ER_TOO_LONG_STRING 1162
  328. "Result string is longer than max_allowed_packet",
  329. #define ER_TABLE_CANT_HANDLE_BLOB 1163
  330. "The used table type doesn't support BLOB/TEXT columns",
  331. #define ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 1164
  332. "The used table type doesn't support AUTO_INCREMENT columns",
  333. #define ER_DELAYED_INSERT_TABLE_LOCKED 1165
  334. "INSERT DELAYED can't be used with table '%-.64s', because it is locked with LOCK TABLES",
  335. #define ER_WRONG_COLUMN_NAME 1166
  336. "Incorrect column name '%-.100s'",
  337. #define ER_WRONG_KEY_COLUMN 1167
  338. "The used table handler can't index column '%-.64s'",
  339. #define ER_WRONG_MRG_TABLE 1168
  340. "All tables in the MERGE table are not identically defined",
  341. #define ER_DUP_UNIQUE 1169
  342. "Can't write, because of unique constraint, to table '%-.64s'",
  343. #define ER_BLOB_KEY_WITHOUT_LENGTH 1170
  344. "BLOB column '%-.64s' used in key specification without a key length",
  345. #define ER_PRIMARY_CANT_HAVE_NULL 1171
  346. "All parts of a PRIMARY KEY must be NOT NULL;  If you need NULL in a key, use UNIQUE instead",
  347. #define ER_TOO_MANY_ROWS 1172
  348. "Result consisted of more than one row",
  349. #define ER_REQUIRES_PRIMARY_KEY 1173
  350. "This table type requires a primary key",
  351. #define ER_NO_RAID_COMPILED 1174
  352. "This version of MySQL is not compiled with RAID support",
  353. #define ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE 1175
  354. "You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column",