mysqld_error.txt 26.3 KB
Newer Older
unknown's avatar
unknown committed
1 2 3
/* Copyright Abandoned 1997 TCX DataKonsult AB & Monty Program KB & Detron HB
   This file is public domain and comes with NO WARRANTY of any kind */

4 5
character-set=latin1

6
#define ER_HASHCHK 1000
unknown's avatar
unknown committed
7
"hashchk",
8
#define ER_NISAMCHK 1001
unknown's avatar
unknown committed
9
"isamchk",
10
#define ER_NO 1002
unknown's avatar
unknown committed
11
"NO",
12
#define ER_YES 1003
unknown's avatar
unknown committed
13
"YES",
14
#define ER_CANT_CREATE_FILE 1004
unknown's avatar
unknown committed
15
"Can't create file '%-.64s' (errno: %d)",
16
#define ER_CANT_CREATE_TABLE 1005
unknown's avatar
unknown committed
17
"Can't create table '%-.64s' (errno: %d)",
18
#define ER_CANT_CREATE_DB 1006
19
"Can't create database '%-.64s' (errno: %d)",
20
#define ER_DB_CREATE_EXISTS 1007
21
"Can't create database '%-.64s'; database exists",
22
#define ER_DB_DROP_EXISTS 1008
23
"Can't drop database '%-.64s'; database doesn't exist",
24
#define ER_DB_DROP_DELETE 1009
unknown's avatar
unknown committed
25
"Error dropping database (can't delete '%-.64s', errno: %d)",
26
#define ER_DB_DROP_RMDIR 1010
unknown's avatar
unknown committed
27
"Error dropping database (can't rmdir '%-.64s', errno: %d)",
28
#define ER_CANT_DELETE_FILE 1011
unknown's avatar
unknown committed
29
"Error on delete of '%-.64s' (errno: %d)",
30
#define ER_CANT_FIND_SYSTEM_REC 1012
unknown's avatar
unknown committed
31
"Can't read record in system table",
32
#define ER_CANT_GET_STAT 1013
unknown's avatar
unknown committed
33
"Can't get status of '%-.64s' (errno: %d)",
34
#define ER_CANT_GET_WD 1014
unknown's avatar
unknown committed
35
"Can't get working directory (errno: %d)",
36
#define ER_CANT_LOCK 1015
unknown's avatar
unknown committed
37
"Can't lock file (errno: %d)",
38
#define ER_CANT_OPEN_FILE 1016
39
"Can't open file: '%-.64s' (errno: %d)",
40
#define ER_FILE_NOT_FOUND 1017
unknown's avatar
unknown committed
41
"Can't find file: '%-.64s' (errno: %d)",
42
#define ER_CANT_READ_DIR 1018
unknown's avatar
unknown committed
43
"Can't read dir of '%-.64s' (errno: %d)",
44
#define ER_CANT_SET_WD 1019
unknown's avatar
unknown committed
45
"Can't change dir to '%-.64s' (errno: %d)",
46
#define ER_CHECKREAD 1020
unknown's avatar
unknown committed
47
"Record has changed since last read in table '%-.64s'",
48
#define ER_DISK_FULL 1021
49
"Disk full (%s). Waiting for someone to free some space...",
50
#define ER_DUP_KEY 1022
unknown's avatar
unknown committed
51
"Can't write, duplicate key in table '%-.64s'",
52
#define ER_ERROR_ON_CLOSE 1023
unknown's avatar
unknown committed
53
"Error on close of '%-.64s' (errno: %d)",
54
#define ER_ERROR_ON_READ 1024
unknown's avatar
unknown committed
55
"Error reading file '%-.64s' (errno: %d)",
56
#define ER_ERROR_ON_RENAME 1025
unknown's avatar
unknown committed
57
"Error on rename of '%-.64s' to '%-.64s' (errno: %d)",
58
#define ER_ERROR_ON_WRITE 1026
unknown's avatar
unknown committed
59
"Error writing file '%-.64s' (errno: %d)",
60
#define ER_FILE_USED 1027
unknown's avatar
unknown committed
61
"'%-.64s' is locked against change",
62
#define ER_FILSORT_ABORT 1028
unknown's avatar
unknown committed
63
"Sort aborted",
64
#define ER_FORM_NOT_FOUND 1029
unknown's avatar
unknown committed
65
"View '%-.64s' doesn't exist for '%-.64s'",
66
#define ER_GET_ERRNO 1030
67
"Got error %d from storage engine",
68
#define ER_ILLEGAL_HA 1031
69
"Table storage engine for '%-.64s' doesn't have this option",
70
#define ER_KEY_NOT_FOUND 1032
unknown's avatar
unknown committed
71
"Can't find record in '%-.64s'",
72
#define ER_NOT_FORM_FILE 1033
unknown's avatar
unknown committed
73
"Incorrect information in file: '%-.64s'",
74
#define ER_NOT_KEYFILE 1034
75
"Incorrect key file for table: '%-.64s'; try to repair it",
76
#define ER_OLD_KEYFILE 1035
77
"Old key file for table '%-.64s'; repair it!",
78
#define ER_OPEN_AS_READONLY 1036
unknown's avatar
unknown committed
79
"Table '%-.64s' is read only",
80
#define ER_OUTOFMEMORY 1037
unknown's avatar
unknown committed
81
"Out of memory. Restart daemon and try again (needed %d bytes)",
82
#define ER_OUT_OF_SORTMEMORY 1038
unknown's avatar
unknown committed
83
"Out of sort memory. Increase daemon sort buffer size",
84
#define ER_UNEXPECTED_EOF 1039
unknown's avatar
unknown committed
85
"Unexpected eof found when reading file '%-.64s' (errno: %d)",
86
#define ER_CON_COUNT_ERROR 1040
unknown's avatar
unknown committed
87
"Too many connections",
88
#define ER_OUT_OF_RESOURCES 1041
unknown's avatar
unknown committed
89
"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",
90
#define ER_BAD_HOST_ERROR 1042
unknown's avatar
unknown committed
91
"Can't get hostname for your address",
92
#define ER_HANDSHAKE_ERROR 1043
unknown's avatar
unknown committed
93
"Bad handshake",
94
#define ER_DBACCESS_DENIED_ERROR 1044
95
"Access denied for user: '%-.32s'@'%-.64s' to database '%-.64s'",
96
#define ER_ACCESS_DENIED_ERROR 1045
97
"Access denied for user: '%-.32s'@'%-.64s' (Using password: %s)",
98
#define ER_NO_DB_ERROR 1046
unknown's avatar
unknown committed
99
"No Database Selected",
100
#define ER_UNKNOWN_COM_ERROR 1047
unknown's avatar
unknown committed
101
"Unknown command",
102
#define ER_BAD_NULL_ERROR 1048
unknown's avatar
unknown committed
103
"Column '%-.64s' cannot be null",
104
#define ER_BAD_DB_ERROR 1049
unknown's avatar
unknown committed
105
"Unknown database '%-.64s'",
106
#define ER_TABLE_EXISTS_ERROR 1050
unknown's avatar
unknown committed
107
"Table '%-.64s' already exists",
108
#define ER_BAD_TABLE_ERROR 1051
unknown's avatar
unknown committed
109
"Unknown table '%-.64s'",
110
#define ER_NON_UNIQ_ERROR 1052
unknown's avatar
unknown committed
111
"Column: '%-.64s' in %-.64s is ambiguous",
112
#define ER_SERVER_SHUTDOWN 1053
unknown's avatar
unknown committed
113
"Server shutdown in progress",
114
#define ER_BAD_FIELD_ERROR 1054
unknown's avatar
unknown committed
115
"Unknown column '%-.64s' in '%-.64s'",
116
#define ER_WRONG_FIELD_WITH_GROUP 1055
unknown's avatar
unknown committed
117
"'%-.64s' isn't in GROUP BY",
118
#define ER_WRONG_GROUP_FIELD 1056
unknown's avatar
unknown committed
119
"Can't group on '%-.64s'",
120
#define ER_WRONG_SUM_SELECT 1057
unknown's avatar
unknown committed
121
"Statement has sum functions and columns in same statement",
122
#define ER_WRONG_VALUE_COUNT 1058
unknown's avatar
unknown committed
123
"Column count doesn't match value count",
124
#define ER_TOO_LONG_IDENT 1059
unknown's avatar
unknown committed
125
"Identifier name '%-.100s' is too long",
126
#define ER_DUP_FIELDNAME 1060
unknown's avatar
unknown committed
127
"Duplicate column name '%-.64s'",
128
#define ER_DUP_KEYNAME 1061
unknown's avatar
unknown committed
129
"Duplicate key name '%-.64s'",
130
#define ER_DUP_ENTRY 1062
unknown's avatar
unknown committed
131
"Duplicate entry '%-.64s' for key %d",
132
#define ER_WRONG_FIELD_SPEC 1063
unknown's avatar
unknown committed
133
"Incorrect column specifier for column '%-.64s'",
134
#define ER_PARSE_ERROR 1064
unknown's avatar
unknown committed
135
"%s near '%-.80s' at line %d",
136
#define ER_EMPTY_QUERY 1065
unknown's avatar
unknown committed
137
"Query was empty",
138
#define ER_NONUNIQ_TABLE 1066
unknown's avatar
unknown committed
139
"Not unique table/alias: '%-.64s'",
140
#define ER_INVALID_DEFAULT 1067
unknown's avatar
unknown committed
141
"Invalid default value for '%-.64s'",
142
#define ER_MULTIPLE_PRI_KEY 1068
unknown's avatar
unknown committed
143
"Multiple primary key defined",
144
#define ER_TOO_MANY_KEYS 1069
145
"Too many keys specified; max %d keys allowed",
146
#define ER_TOO_MANY_KEY_PARTS 1070
unknown's avatar
unknown committed
147
"Too many key parts specified. Max %d parts allowed",
148
#define ER_TOO_LONG_KEY 1071
149
"Specified key was too long; max key length is %d bytes",
150
#define ER_KEY_COLUMN_DOES_NOT_EXITS 1072
unknown's avatar
unknown committed
151
"Key column '%-.64s' doesn't exist in table",
152
#define ER_BLOB_USED_AS_KEY 1073
unknown's avatar
unknown committed
153
"BLOB column '%-.64s' can't be used in key specification with the used table type",
154
#define ER_TOO_BIG_FIELDLENGTH 1074
unknown's avatar
unknown committed
155
"Too big column length for column '%-.64s' (max = %d). Use BLOB instead",
156
#define ER_WRONG_AUTO_KEY 1075
unknown's avatar
unknown committed
157
"Incorrect table definition; There can only be one auto column and it must be defined as a key",
158
#define ER_READY 1076
159
"%s: ready for connections.\nVersion: '%s'  socket: '%s'  port: %d\n",
160
#define ER_NORMAL_SHUTDOWN 1077
unknown's avatar
unknown committed
161
"%s: Normal shutdown\n",
162
#define ER_GOT_SIGNAL 1078
unknown's avatar
unknown committed
163
"%s: Got signal %d. Aborting!\n",
164
#define ER_SHUTDOWN_COMPLETE 1079
unknown's avatar
unknown committed
165
"%s: Shutdown Complete\n",
166
#define ER_FORCING_CLOSE 1080
unknown's avatar
unknown committed
167
"%s: Forcing close of thread %ld  user: '%-.32s'\n",
168
#define ER_IPSOCK_ERROR 1081
unknown's avatar
unknown committed
169
"Can't create IP socket",
170
#define ER_NO_SUCH_INDEX 1082
unknown's avatar
unknown committed
171
"Table '%-.64s' has no index like the one used in CREATE INDEX. Recreate the table",
172
#define ER_WRONG_FIELD_TERMINATORS 1083
unknown's avatar
unknown committed
173
"Field separator argument is not what is expected. Check the manual",
174
#define ER_BLOBS_AND_NO_TERMINATED 1084
175
"You can't use fixed rowlength with BLOBs. Please use 'fields terminated by'",
176
#define ER_TEXTFILE_NOT_READABLE 1085
unknown's avatar
unknown committed
177
"The file '%-.64s' must be in the database directory or be readable by all",
178
#define ER_FILE_EXISTS_ERROR 1086
unknown's avatar
unknown committed
179
"File '%-.80s' already exists",
180
#define ER_LOAD_INFO 1087
unknown's avatar
unknown committed
181
"Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld",
182
#define ER_ALTER_INFO 1088
unknown's avatar
unknown committed
183
"Records: %ld  Duplicates: %ld",
184
#define ER_WRONG_SUB_KEY 1089
185
"Incorrect sub part key. The used key part isn't a string, the used length is longer than the key part or the storage engine doesn't support unique sub keys",
186
#define ER_CANT_REMOVE_ALL_FIELDS 1090
unknown's avatar
unknown committed
187
"You can't delete all columns with ALTER TABLE. Use DROP TABLE instead",
188
#define ER_CANT_DROP_FIELD_OR_KEY 1091
unknown's avatar
unknown committed
189
"Can't DROP '%-.64s'. Check that column/key exists",
190
#define ER_INSERT_INFO 1092
unknown's avatar
unknown committed
191
"Records: %ld  Duplicates: %ld  Warnings: %ld",
192 193
#define ER_UPDATE_TABLE_USED 1093
"You can't specify target table '%-.64s' for update in FROM clause",
194
#define ER_NO_SUCH_THREAD 1094
unknown's avatar
unknown committed
195
"Unknown thread id: %lu",
196
#define ER_KILL_DENIED_ERROR 1095
unknown's avatar
unknown committed
197
"You are not owner of thread %lu",
198
#define ER_NO_TABLES_USED 1096
unknown's avatar
unknown committed
199
"No tables used",
200
#define ER_TOO_BIG_SET 1097
unknown's avatar
unknown committed
201
"Too many strings for column %-.64s and SET",
202
#define ER_NO_UNIQUE_LOGFILE 1098
unknown's avatar
unknown committed
203
"Can't generate a unique log-filename %-.64s.(1-999)\n",
204
#define ER_TABLE_NOT_LOCKED_FOR_WRITE 1099
unknown's avatar
unknown committed
205
"Table '%-.64s' was locked with a READ lock and can't be updated",
206
#define ER_TABLE_NOT_LOCKED 1100
unknown's avatar
unknown committed
207
"Table '%-.64s' was not locked with LOCK TABLES",
208
#define ER_BLOB_CANT_HAVE_DEFAULT 1101
209
"BLOB/TEXT column '%-.64s' can't have a default value",
210
#define ER_WRONG_DB_NAME 1102
unknown's avatar
unknown committed
211
"Incorrect database name '%-.100s'",
212
#define ER_WRONG_TABLE_NAME 1103
unknown's avatar
unknown committed
213
"Incorrect table name '%-.100s'",
214
#define ER_TOO_BIG_SELECT 1104
215
"The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok",
216
#define ER_UNKNOWN_ERROR 1105
unknown's avatar
unknown committed
217
"Unknown error",
218
#define ER_UNKNOWN_PROCEDURE 1106
unknown's avatar
unknown committed
219
"Unknown procedure '%-.64s'",
220
#define ER_WRONG_PARAMCOUNT_TO_PROCEDURE 1107
unknown's avatar
unknown committed
221
"Incorrect parameter count to procedure '%-.64s'",
222
#define ER_WRONG_PARAMETERS_TO_PROCEDURE 1108
unknown's avatar
unknown committed
223
"Incorrect parameters to procedure '%-.64s'",
224
#define ER_UNKNOWN_TABLE 1109
unknown's avatar
unknown committed
225
"Unknown table '%-.64s' in %-.32s",
226
#define ER_FIELD_SPECIFIED_TWICE 1110
unknown's avatar
unknown committed
227
"Column '%-.64s' specified twice",
228
#define ER_INVALID_GROUP_FUNC_USE 1111
unknown's avatar
unknown committed
229
"Invalid use of group function",
230
#define ER_UNSUPPORTED_EXTENSION 1112
unknown's avatar
unknown committed
231
"Table '%-.64s' uses an extension that doesn't exist in this MySQL version",
232
#define ER_TABLE_MUST_HAVE_COLUMNS 1113
unknown's avatar
unknown committed
233
"A table must have at least 1 column",
234
#define ER_RECORD_FILE_FULL 1114
unknown's avatar
unknown committed
235
"The table '%-.64s' is full",
236
#define ER_UNKNOWN_CHARACTER_SET 1115
unknown's avatar
unknown committed
237
"Unknown character set: '%-.64s'",
238
#define ER_TOO_MANY_TABLES 1116
unknown's avatar
unknown committed
239
"Too many tables. MySQL can only use %d tables in a join",
240
#define ER_TOO_MANY_FIELDS 1117
unknown's avatar
unknown committed
241
"Too many columns",
242
#define ER_TOO_BIG_ROWSIZE 1118
243
"Too big row size. The maximum row size for the used table type, not counting BLOBs, is %ld. You have to change some fields to TEXT or BLOBs",
244
#define ER_STACK_OVERRUN 1119
unknown's avatar
unknown committed
245
"Thread stack overrun:  Used: %ld of a %ld stack.  Use 'mysqld -O thread_stack=#' to specify a bigger stack if needed",
246
#define ER_WRONG_OUTER_JOIN 1120
unknown's avatar
unknown committed
247
"Cross dependency found in OUTER JOIN.  Examine your ON conditions",
248
#define ER_NULL_COLUMN_IN_INDEX 1121
unknown's avatar
unknown committed
249
"Column '%-.64s' is used with UNIQUE or INDEX but is not defined as NOT NULL",
250
#define ER_CANT_FIND_UDF 1122
unknown's avatar
unknown committed
251
"Can't load function '%-.64s'",
252
#define ER_CANT_INITIALIZE_UDF 1123
unknown's avatar
unknown committed
253
"Can't initialize function '%-.64s'; %-.80s",
254
#define ER_UDF_NO_PATHS 1124
unknown's avatar
unknown committed
255
"No paths allowed for shared library",
256
#define ER_UDF_EXISTS 1125
unknown's avatar
unknown committed
257
"Function '%-.64s' already exist",
258
#define ER_CANT_OPEN_LIBRARY 1126
unknown's avatar
unknown committed
259
"Can't open shared library '%-.64s' (errno: %d %-.64s)",
260
#define ER_CANT_FIND_DL_ENTRY 1127
unknown's avatar
unknown committed
261
"Can't find function '%-.64s' in library'",
262
#define ER_FUNCTION_NOT_DEFINED 1128
unknown's avatar
unknown committed
263
"Function '%-.64s' is not defined",
264
#define ER_HOST_IS_BLOCKED 1129
unknown's avatar
unknown committed
265
"Host '%-.64s' is blocked because of many connection errors.  Unblock with 'mysqladmin flush-hosts'",
266
#define ER_HOST_NOT_PRIVILEGED 1130
unknown's avatar
unknown committed
267
"Host '%-.64s' is not allowed to connect to this MySQL server",
268
#define ER_PASSWORD_ANONYMOUS_USER 1131
unknown's avatar
unknown committed
269
"You are using MySQL as an anonymous users and anonymous users are not allowed to change passwords",
270
#define ER_PASSWORD_NOT_ALLOWED 1132
unknown's avatar
unknown committed
271
"You must have privileges to update tables in the mysql database to be able to change passwords for others",
272
#define ER_PASSWORD_NO_MATCH 1133
unknown's avatar
unknown committed
273
"Can't find any matching row in the user table",
274
#define ER_UPDATE_INFO 1134
unknown's avatar
unknown committed
275
"Rows matched: %ld  Changed: %ld  Warnings: %ld",
276
#define ER_CANT_CREATE_THREAD 1135
unknown's avatar
unknown committed
277
"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",
278
#define ER_WRONG_VALUE_COUNT_ON_ROW 1136
unknown's avatar
unknown committed
279
"Column count doesn't match value count at row %ld",
280
#define ER_CANT_REOPEN_TABLE 1137
unknown's avatar
unknown committed
281
"Can't reopen table: '%-.64s'",
282
#define ER_INVALID_USE_OF_NULL 1138
unknown's avatar
unknown committed
283
"Invalid use of NULL value",
284
#define ER_REGEXP_ERROR 1139
unknown's avatar
unknown committed
285
"Got error '%-.64s' from regexp",
286
#define ER_MIX_OF_GROUP_FUNC_AND_FIELDS 1140
unknown's avatar
unknown committed
287
"Mixing of GROUP columns (MIN(),MAX(),COUNT()...) with no GROUP columns is illegal if there is no GROUP BY clause",
288
#define ER_NONEXISTING_GRANT 1141
unknown's avatar
unknown committed
289
"There is no such grant defined for user '%-.32s' on host '%-.64s'",
290
#define ER_TABLEACCESS_DENIED_ERROR 1142
291
"%-.16s command denied to user: '%-.32s'@'%-.64s' for table '%-.64s'",
292
#define ER_COLUMNACCESS_DENIED_ERROR 1143
293
"%-.16s command denied to user: '%-.32s'@'%-.64s' for column '%-.64s' in table '%-.64s'",
294
#define ER_ILLEGAL_GRANT_FOR_TABLE 1144
295
"Illegal GRANT/REVOKE command. Please consult the manual which privileges can be used",
296
#define ER_GRANT_WRONG_HOST_OR_USER 1145
unknown's avatar
unknown committed
297
"The host or user argument to GRANT is too long",
298
#define ER_NO_SUCH_TABLE 1146
unknown's avatar
unknown committed
299
"Table '%-.64s.%-.64s' doesn't exist",
300
#define ER_NONEXISTING_TABLE_GRANT 1147
unknown's avatar
unknown committed
301
"There is no such grant defined for user '%-.32s' on host '%-.64s' on table '%-.64s'",
302
#define ER_NOT_ALLOWED_COMMAND 1148
unknown's avatar
unknown committed
303
"The used command is not allowed with this MySQL version",
304
#define ER_SYNTAX_ERROR 1149
305
"You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use",
306
#define ER_DELAYED_CANT_CHANGE_LOCK 1150
unknown's avatar
unknown committed
307
"Delayed insert thread couldn't get requested lock for table %-.64s",
308
#define ER_TOO_MANY_DELAYED_THREADS 1151
unknown's avatar
unknown committed
309
"Too many delayed threads in use",
310
#define ER_ABORTING_CONNECTION 1152
unknown's avatar
unknown committed
311
"Aborted connection %ld to db: '%-.64s' user: '%-.32s' (%-.64s)",
312
#define ER_NET_PACKET_TOO_LARGE 1153
unknown's avatar
unknown committed
313
"Got a packet bigger than 'max_allowed_packet'",
314
#define ER_NET_READ_ERROR_FROM_PIPE 1154
unknown's avatar
unknown committed
315
"Got a read error from the connection pipe",
316
#define ER_NET_FCNTL_ERROR 1155
unknown's avatar
unknown committed
317
"Got an error from fcntl()",
318
#define ER_NET_PACKETS_OUT_OF_ORDER 1156
unknown's avatar
unknown committed
319
"Got packets out of order",
320
#define ER_NET_UNCOMPRESS_ERROR 1157
unknown's avatar
unknown committed
321
"Couldn't uncompress communication packet",
322
#define ER_NET_READ_ERROR 1158
unknown's avatar
unknown committed
323
"Got an error reading communication packets",
324
#define ER_NET_READ_INTERRUPTED 1159
unknown's avatar
unknown committed
325
"Got timeout reading communication packets",
326
#define ER_NET_ERROR_ON_WRITE 1160
unknown's avatar
unknown committed
327
"Got an error writing communication packets",
328
#define ER_NET_WRITE_INTERRUPTED 1161
unknown's avatar
unknown committed
329
"Got timeout writing communication packets",
330
#define ER_TOO_LONG_STRING 1162
unknown's avatar
unknown committed
331
"Result string is longer than max_allowed_packet",
332
#define ER_TABLE_CANT_HANDLE_BLOB 1163
unknown's avatar
unknown committed
333
"The used table type doesn't support BLOB/TEXT columns",
334
#define ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 1164
unknown's avatar
unknown committed
335
"The used table type doesn't support AUTO_INCREMENT columns",
336
#define ER_DELAYED_INSERT_TABLE_LOCKED 1165
337
"INSERT DELAYED can't be used with table '%-.64s' because it is locked with LOCK TABLES",
338
#define ER_WRONG_COLUMN_NAME 1166
unknown's avatar
unknown committed
339
"Incorrect column name '%-.100s'",
340
#define ER_WRONG_KEY_COLUMN 1167
341
"The used storage engine can't index column '%-.64s'",
342
#define ER_WRONG_MRG_TABLE 1168
unknown's avatar
unknown committed
343
"All tables in the MERGE table are not identically defined",
344
#define ER_DUP_UNIQUE 1169
unknown's avatar
unknown committed
345
"Can't write, because of unique constraint, to table '%-.64s'",
346
#define ER_BLOB_KEY_WITHOUT_LENGTH 1170
347
"BLOB/TEXT column '%-.64s' used in key specification without a key length",
348
#define ER_PRIMARY_CANT_HAVE_NULL 1171
unknown's avatar
unknown committed
349
"All parts of a PRIMARY KEY must be NOT NULL;  If you need NULL in a key, use UNIQUE instead",
350
#define ER_TOO_MANY_ROWS 1172
unknown's avatar
unknown committed
351
"Result consisted of more than one row",
352
#define ER_REQUIRES_PRIMARY_KEY 1173
unknown's avatar
unknown committed
353
"This table type requires a primary key",
354
#define ER_NO_RAID_COMPILED 1174
unknown's avatar
unknown committed
355
"This version of MySQL is not compiled with RAID support",
356
#define ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE 1175
unknown's avatar
unknown committed
357
"You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column",
358
#define ER_KEY_DOES_NOT_EXITS 1176
unknown's avatar
unknown committed
359
"Key '%-.64s' doesn't exist in table '%-.64s'",
360
#define ER_CHECK_NO_SUCH_TABLE 1177
unknown's avatar
unknown committed
361
"Can't open table",
362
#define ER_CHECK_NOT_IMPLEMENTED 1178
363
"The storage engine for the table doesn't support %s",
364
#define ER_CANT_DO_THIS_DURING_AN_TRANSACTION 1179
unknown's avatar
unknown committed
365
"You are not allowed to execute this command in a transaction",
366
#define ER_ERROR_DURING_COMMIT 1180
unknown's avatar
unknown committed
367
"Got error %d during COMMIT",
368
#define ER_ERROR_DURING_ROLLBACK 1181
unknown's avatar
unknown committed
369
"Got error %d during ROLLBACK",
370
#define ER_ERROR_DURING_FLUSH_LOGS 1182
unknown's avatar
unknown committed
371
"Got error %d during FLUSH_LOGS",
372
#define ER_ERROR_DURING_CHECKPOINT 1183
unknown's avatar
unknown committed
373
"Got error %d during CHECKPOINT",
374
#define ER_NEW_ABORTING_CONNECTION 1184
unknown's avatar
unknown committed
375
"Aborted connection %ld to db: '%-.64s' user: '%-.32s' host: `%-.64s' (%-.64s)",
376
#define ER_DUMP_NOT_IMPLEMENTED    1185
377
"The storage engine for the table does not support binary table dump",
378
#define ER_FLUSH_MASTER_BINLOG_CLOSED 1186
unknown's avatar
unknown committed
379
"Binlog closed, cannot RESET MASTER",
380
#define ER_INDEX_REBUILD  1187
unknown's avatar
unknown committed
381
"Failed rebuilding the index of  dumped table '%-.64s'",
382
#define ER_MASTER 1188
unknown's avatar
unknown committed
383
"Error from master: '%-.64s'",
384
#define ER_MASTER_NET_READ 1189
unknown's avatar
unknown committed
385
"Net error reading from master",
386
#define ER_MASTER_NET_WRITE 1190
unknown's avatar
unknown committed
387
"Net error writing to master",
388
#define ER_FT_MATCHING_KEY_NOT_FOUND 1191
unknown's avatar
unknown committed
389
"Can't find FULLTEXT index matching the column list",
390
#define ER_LOCK_OR_ACTIVE_TRANSACTION 1192
unknown's avatar
unknown committed
391
"Can't execute the given command because you have active locked tables or an active transaction",
392 393 394
#define ER_UNKNOWN_SYSTEM_VARIABLE 1193
"Unknown system variable '%-.64s'",
#define ER_CRASHED_ON_USAGE 1194
unknown's avatar
unknown committed
395
"Table '%-.64s' is marked as crashed and should be repaired",
396
#define ER_CRASHED_ON_REPAIR 1195
unknown's avatar
unknown committed
397
"Table '%-.64s' is marked as crashed and last (automatic?) repair failed",
398
#define ER_WARNING_NOT_COMPLETE_ROLLBACK 1196
399
"Some non-transactional changed tables couldn't be rolled back",
400
#define ER_TRANS_CACHE_FULL 1197
401
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage. Increase this mysqld variable and try again",
402
#define ER_SLAVE_MUST_STOP 1198
403
"This operation cannot be performed with a running slave, run STOP SLAVE first",
404
#define ER_SLAVE_NOT_RUNNING 1199
405
"This operation requires a running slave, configure slave and do START SLAVE",
406
#define ER_BAD_SLAVE 1200
unknown's avatar
unknown committed
407
"The server is not configured as slave, fix in config file or with CHANGE MASTER TO",
408
#define ER_MASTER_INFO 1201
409
"Could not initialize master info structure, more error messages can be found in the MySQL error log",
410
#define ER_SLAVE_THREAD 1202
unknown's avatar
unknown committed
411
"Could not create slave thread, check system resources",
412
#define ER_TOO_MANY_USER_CONNECTIONS 1203
unknown's avatar
unknown committed
413
"User %-.64s has already more than 'max_user_connections' active connections",
414
#define ER_SET_CONSTANTS_ONLY 1204
unknown's avatar
unknown committed
415
"You may only use constant expressions with SET",
416
#define ER_LOCK_WAIT_TIMEOUT 1205
unknown's avatar
unknown committed
417
"Lock wait timeout exceeded; Try restarting transaction",
418
#define ER_LOCK_TABLE_FULL 1206
unknown's avatar
unknown committed
419
"The total number of locks exceeds the lock table size",
420
#define ER_READ_ONLY_TRANSACTION 1207
unknown's avatar
unknown committed
421
"Update locks cannot be acquired during a READ UNCOMMITTED transaction",
422
#define ER_DROP_DB_WITH_READ_LOCK 1208
unknown's avatar
unknown committed
423
"DROP DATABASE not allowed while thread is holding global read lock",
424
#define ER_CREATE_DB_WITH_READ_LOCK 1209
unknown's avatar
unknown committed
425
"CREATE DATABASE not allowed while thread is holding global read lock",
426
#define ER_WRONG_ARGUMENTS 1210
unknown's avatar
unknown committed
427
"Wrong arguments to %s",
428
#define ER_NO_PERMISSION_TO_CREATE_USER 1211
429
"'%-.32s'@'%-.64s' is not allowed to create new users",
430
#define ER_UNION_TABLES_IN_DIFFERENT_DIR 1212
431
"Incorrect table definition; all MERGE tables must be in the same database",
432
#define ER_LOCK_DEADLOCK 1213
unknown's avatar
unknown committed
433
"Deadlock found when trying to get lock; Try restarting transaction",
434
#define ER_TABLE_CANT_HANDLE_FT 1214
unknown's avatar
unknown committed
435
"The used table type doesn't support FULLTEXT indexes",
436
#define ER_CANNOT_ADD_FOREIGN 1215
unknown's avatar
unknown committed
437
"Cannot add foreign key constraint",
438
#define ER_NO_REFERENCED_ROW 1216
439
"Cannot add or update a child row: a foreign key constraint fails",
440
#define ER_ROW_IS_REFERENCED 1217
441
"Cannot delete or update a parent row: a foreign key constraint fails",
442
#define ER_CONNECT_TO_MASTER 1218
unknown's avatar
unknown committed
443
"Error connecting to master: %-.128s",
444
#define ER_QUERY_ON_MASTER 1219
unknown's avatar
unknown committed
445
"Error running query on master: %-.128s",
446
#define ER_ERROR_WHEN_EXECUTING_COMMAND 1220
unknown's avatar
unknown committed
447
"Error when executing command %s: %-.128s",
448
#define ER_WRONG_USAGE 1221
unknown's avatar
unknown committed
449
"Wrong usage of %s and %s",
450
#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1222
unknown's avatar
unknown committed
451
"The used SELECT statements have a different number of columns",
452
#define ER_CANT_UPDATE_WITH_READLOCK 1223
unknown's avatar
unknown committed
453
"Can't execute the query because you have a conflicting read lock",
454
#define ER_MIXING_NOT_ALLOWED 1224
unknown's avatar
unknown committed
455
"Mixing of transactional and non-transactional tables is disabled",
456
#define ER_DUP_ARGUMENT 1225
unknown's avatar
unknown committed
457
"Option '%s' used twice in statement",
458
#define ER_USER_LIMIT_REACHED 1226
459 460 461 462
"User '%-.64s' has exceeded the '%s' resource (current value: %ld)",
#define ER_SPECIFIC_ACCESS_DENIED_ERROR 1227
"Access denied. You need the %-.128s privilege for this operation",
#define ER_LOCAL_VARIABLE 1228
463
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL",
464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479
#define ER_GLOBAL_VARIABLE 1229
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL",
#define ER_NO_DEFAULT 1230
"Variable '%-.64s' doesn't have a default value",
#define ER_WRONG_VALUE_FOR_VAR 1231
"Variable '%-.64s' can't be set to the value of '%-.64s'",
#define ER_WRONG_TYPE_FOR_VAR 1232
"Wrong argument type to variable '%-.64s'",
#define ER_VAR_CANT_BE_READ 1233
"Variable '%-.64s' can only be set, not read",
#define ER_CANT_USE_OPTION_HERE 1234
"Wrong usage/placement of '%s'",
#define 1235
"This version of MySQL doesn't yet support '%s'",
#define ER_MASTER_FATAL_ERROR_READING_BINLOG 1236
"Got fatal error %d: '%-.128s' from master when reading data from binary log",
480 481
#define ER_SLAVE_IGNORED_TABLE 1237
"Slave SQL thread ignored the query because of replicate-*-table rules",
482 483 484
#define ER_INCORRECT_GLOBAL_LOCAL_VAR 1238
"Variable '%-.64s' is a %s variable",
#define ER_WRONG_FK_DEF 1239
485
"Wrong foreign key definition for '%-.64s': %s",
486
#define ER_KEY_REF_DO_NOT_MATCH_TABLE_REF 1240
487
"Key reference and table reference doesn't match",
488
#define ER_OPERAND_COLUMNS 1241
489
"Operand should contain %d column(s)",
490
#define ER_SUBQUERY_NO_1_ROW 1242
491
"Subquery returns more than 1 row",
492
#define ER_UNKNOWN_STMT_HANDLER 1243
493
"Unknown prepared statement handler (%ld) given to %s",
494
#define ER_CORRUPT_HELP_DB 1244
495
"Help database is corrupt or does not exist",
496
#define ER_CYCLIC_REFERENCE 1245
497
"Cyclic reference on subqueries",
498
#define ER_AUTO_CONVERT 1246
499
"Converting column '%s' from %s to %s",
500
#define ER_ILLEGAL_REFERENCE 1247
501
"Reference '%-.64s' not supported (%s)",
502
#define ER_DERIVED_MUST_HAVE_ALIAS 1248
503
"Every derived table must have it's own alias",
504
#define ER_SELECT_REDUCED 1249
505
"Select %u was reduced during optimisation",
506
#define ER_TABLENAME_NOT_ALLOWED_HERE 1250
507
"Table '%-.64s' from one of SELECT's can not be used  in %-.32s",
508
#define ER_NOT_SUPPORTED_AUTH_MODE 1251
509
"Client does not support authentication protocol requested by server; consider upgrading MySQL client",
510
#define ER_SPATIAL_CANT_HAVE_NULL 1252
511
"All parts of a SPATIAL KEY must be NOT NULL",
512
#define ER_COLLATION_CHARSET_MISMATCH 1253
513
"COLLATION '%s' is not valid for CHARACTER SET '%s'",
514
#define ER_SLAVE_WAS_RUNNING 1254
515
"Slave is already running",
516
#define ER_SLAVE_WAS_NOT_RUNNING 1255
517
"Slave has already been stopped",
518
#define ER_TOO_BIG_FOR_UNCOMPRESS 1256
519
"Too big size of uncompressed data. The maximum size is %d. (probably, length of uncompressed data was corrupted)",
520 521 522 523 524 525 526
#define ER_ZLIB_Z_MEM_ERROR 1257
"ZLIB: Not enough memory",
#define ER_ZLIB_Z_BUF_ERROR 1258
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)",
#define ER_ZLIB_Z_DATA_ERROR 1259
"ZLIB: Input data corrupted",
#define ER_CUT_VALUE_GROUP_CONCAT 1260
527
"%d line(s) was(were) cut by group_concat()",
528 529 530 531 532 533 534 535 536
#define ER_WARN_TOO_FEW_RECORDS 1261
"Row %ld doesn't contain data for all columns",
#define ER_WARN_TOO_MANY_RECORDS 1262
"Row %ld was truncated; It contained more data than there were input columns",
#define ER_WARN_NULL_TO_NOTNULL 1263
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
#define ER_WARN_DATA_OUT_OF_RANGE 1264
"Data truncated, out of range for column '%s' at row %ld",
#define ER_WARN_DATA_TRUNCATED 1265
537
"Data truncated for column '%s' at row %ld",
538
#define ER_WARN_USING_OTHER_HANDLER 1266
539
"Using storage engine %s for table '%s'",
540
#define ER_CANT_AGGREGATE_2COLLATIONS 1267
541
"Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'",
542 543
#define ER_HANDLE_USER 1268
"Operation %s failed for %d of the requested users",
544
#define ER_REVOKE_GRANTS 1269
545
"Can't revoke all privileges, grant for one or more of the requested users",
546
#define ER_CANT_AGGREGATE_3COLLATIONS 1270
547
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'",
548
#define ER_CANT_AGGREGATE_NCOLLATIONS 1271
549
"Illegal mix of collations for operation '%s'",
550
#define ER_VARIABLE_IS_NOT_STRUCT 1272
551
"Variable '%-.64s' is not a variable component (Can't be used as XXXX.variable_name)",
552
#define ER_UNKNOWN_COLLATION 1273
553
"Unknown collation: '%-.64s'",
554 555 556 557 558
#define ER_SLAVE_IGNORED_SSL_PARAMS 1274
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later when MySQL slave with SSL will be started",
#define ER_SERVER_IS_IN_SECURE_AUTH_MODE 1275
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new format",
#define ER_WARN_FIELD_RESOLVED 1276
559
"Field or reference '%-.64s%s%-.64s%s%-.64s' of SELECT #%d was resolved in SELECT #%d",
560
#define ER_BAD_SLAVE_UNTIL_COND 1277
561
"Wrong parameter or combination of parameters for START SLAVE UNTIL",
562
#define ER_MISSING_SKIP_SLAVE 1278
563
"It is recommended to use --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL. Otherwise you will get problems if you get an unexpected slave's mysqld restart",
564
#define ER_UNTIL_COND_IGNORED 1279
565
"SQL thread is not to be started so UNTIL options are ignored",
566
#define ER_WRONG_NAME_FOR_INDEX 1280
567
"Incorrect index name '%-.100s'",
568
#define ER_WRONG_NAME_FOR_CATALOG 1281
569
"Incorrect catalog name '%-.100s'",
570
#define ER_WARN_QC_RESIZE 1282
571
"Query cache failed to set size %lu, new query cache size is %lu",
572
#define ER_BAD_FT_COLUMN 1283
573
"Column '%-.64s' cannot be part of FULLTEXT index",
574
#define ER_UNKNOWN_KEY_CACHE 1284
575
"Unknown key cache '%-.100s'",
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597
#define ER_WARN_HOSTNAME_WONT_WORK 1285
"MySQL is started in --skip-name-resolve mode. You need to restart it without this switch for this grant to work",
#define ER_UNKNOWN_STORAGE_ENGINE 1286
"Unknown table engine '%s'",
#define ER_WARN_DEPRECATED_SYNTAX 1287
"'%s' is deprecated, use '%s' instead",
#define ER_NON_UPDATABLE_TABLE 1288
"The target table %-.100s of the %s is not updatable",
#define ER_FEATURE_DISABLED 1289
"The '%s' feature was disabled; you need MySQL built with '%s' to have it working",
#define ER_OPTION_PREVENTS_STATEMENT 1290
"The MySQL server is running with the %s option so it cannot execute this statement",
#define ER_DUPLICATED_VALUE_IN_TYPE 1291
"Column '%-.100s' has duplicated value '%-.64s' in %s"
#define ER_TRUNCATED_WRONG_VALUE 1292
"Truncated wrong %-.32s value: '%-.128s'"
#define ER_TOO_MUCH_AUTO_TIMESTAMP_COLS 1293
"Incorrect table definition; There can only be one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
#define ER_INVALID_ON_UPDATE 1294
"Invalid ON UPDATE clause for '%-.64s' field",
#define ER_UNSUPPORTED_PS 1295
"This command is not supported in the prepared statement protocol yet",
unknown's avatar
unknown committed
598 599
#define ER_CANT_CREATE_USER_WITH_GRANT 1296
"You are not allowed to create a user with GRANT"