~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled_error_messages.h

  • Committer: Monty Taylor
  • Date: 2008-10-23 02:48:56 UTC
  • Revision ID: monty@inaugust.com-20081023024856-31i4hijejds1cp2f
Took gettext.h out of header files.
Made error messages come through a function.
Removed ER_SAFE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
 
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
 
 *
4
 
 *  Copyright (C) 2008 Sun Microsystems
5
 
 *
6
 
 *  This program is free software; you can redistribute it and/or modify
7
 
 *  it under the terms of the GNU General Public License as published by
8
 
 *  the Free Software Foundation; version 2 of the License.
9
 
 *
10
 
 *  This program is distributed in the hope that it will be useful,
11
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
 *  GNU General Public License for more details.
14
 
 *
15
 
 *  You should have received a copy of the GNU General Public License
16
 
 *  along with this program; if not, write to the Free Software
17
 
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
 
 */
19
 
 
20
 
#ifndef _drizzled_drizzled_error_messages
21
 
#define _drizzled_drizzled_error_messages
22
 
 
23
 
 
24
 
/*
25
 
 *   Errors a drizzled can give you
26
 
 *   */
27
 
 
28
 
static const char *drizzled_error_messages[]=
29
 
{
30
 
/* ER_HASHCHK   */
31
 
N_("hashchk"),
32
 
/* ER_NISAMCHK   */
33
 
N_("isamchk"),
34
 
/* ER_NO   */
35
 
N_("NO"),
36
 
/* ER_YES   */
37
 
N_("YES"),
38
 
/* ER_CANT_CREATE_FILE   */
39
 
N_("Can't create file '%-.200s' (errno: %d)"),
40
 
/* ER_CANT_CREATE_TABLE   */
41
 
N_("Can't create table '%-.200s' (errno: %d)"),
42
 
/* ER_CANT_CREATE_DB   */
43
 
N_("Can't create database '%-.192s' (errno: %d)"),
44
 
/* ER_DB_CREATE_EXISTS   */
45
 
N_("Can't create database '%-.192s'; database exists"),
46
 
/* ER_DB_DROP_EXISTS   */
47
 
N_("Can't drop database '%-.192s'; database doesn't exist"),
48
 
/* ER_DB_DROP_DELETE   */
49
 
N_("Error dropping database (can't delete '%-.192s', errno: %d)"),
50
 
/* ER_DB_DROP_RMDIR   */
51
 
N_("Error dropping database (can't rmdir '%-.192s', errno: %d)"),
52
 
/* ER_CANT_DELETE_FILE   */
53
 
N_("Error on delete of '%-.192s' (errno: %d)"),
54
 
/* ER_CANT_FIND_SYSTEM_REC   */
55
 
N_("Can't read record in system table"),
56
 
/* ER_CANT_GET_STAT   */
57
 
N_("Can't get status of '%-.200s' (errno: %d)"),
58
 
/* ER_CANT_GET_WD   */
59
 
N_("Can't get working directory (errno: %d)"),
60
 
/* ER_CANT_LOCK   */
61
 
N_("Can't lock file (errno: %d)"),
62
 
/* ER_CANT_OPEN_FILE   */
63
 
N_("Can't open file: '%-.200s' (errno: %d)"),
64
 
/* ER_FILE_NOT_FOUND   */
65
 
N_("Can't find file: '%-.200s' (errno: %d)"),
66
 
/* ER_CANT_READ_DIR   */
67
 
N_("Can't read dir of '%-.192s' (errno: %d)"),
68
 
/* ER_CANT_SET_WD   */
69
 
N_("Can't change dir to '%-.192s' (errno: %d)"),
70
 
/* ER_CHECKREAD   */
71
 
N_("Record has changed since last read in table '%-.192s'"),
72
 
/* ER_DISK_FULL   */
73
 
N_("Disk full (%s); waiting for someone to free some space..."),
74
 
/* ER_DUP_KEY 23000  */
75
 
N_("Can't write; duplicate key in table '%-.192s'"),
76
 
/* ER_ERROR_ON_CLOSE   */
77
 
N_("Error on close of '%-.192s' (errno: %d)"),
78
 
/* ER_ERROR_ON_READ   */
79
 
N_("Error reading file '%-.200s' (errno: %d)"),
80
 
/* ER_ERROR_ON_RENAME   */
81
 
N_("Error on rename of '%-.150s' to '%-.150s' (errno: %d)"),
82
 
/* ER_ERROR_ON_WRITE   */
83
 
N_("Error writing file '%-.200s' (errno: %d)"),
84
 
/* ER_FILE_USED   */
85
 
N_("'%-.192s' is locked against change"),
86
 
/* ER_FILSORT_ABORT   */
87
 
N_("Sort aborted"),
88
 
/* ER_FORM_NOT_FOUND   */
89
 
N_("View '%-.192s' doesn't exist for '%-.192s'"),
90
 
/* ER_GET_ERRNO   */
91
 
N_("Got error %d from storage engine"),
92
 
/* ER_ILLEGAL_HA   */
93
 
N_("Table storage engine for '%-.192s' doesn't have this option"),
94
 
/* ER_KEY_NOT_FOUND   */
95
 
N_("Can't find record in '%-.192s'"),
96
 
/* ER_NOT_FORM_FILE   */
97
 
N_("Incorrect information in file: '%-.200s'"),
98
 
/* ER_NOT_KEYFILE   */
99
 
N_("Incorrect key file for table '%-.200s'; try to repair it"),
100
 
/* ER_OLD_KEYFILE   */
101
 
N_("Old key file for table '%-.192s'; repair it!"),
102
 
/* ER_OPEN_AS_READONLY   */
103
 
N_("Table '%-.192s' is read only"),
104
 
/* ER_OUTOFMEMORY HY001 S1001 */
105
 
N_("Out of memory; restart server and try again (needed %d bytes)"),
106
 
/* ER_OUT_OF_SORTMEMORY HY001 S1001 */
107
 
N_("Out of sort memory; increase server sort buffer size"),
108
 
/* ER_UNEXPECTED_EOF   */
109
 
N_("Unexpected EOF found when reading file '%-.192s' (errno: %d)"),
110
 
/* ER_CON_COUNT_ERROR 08004  */
111
 
N_("Too many connections"),
112
 
/* ER_OUT_OF_RESOURCES   */
113
 
N_("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"),
114
 
/* ER_BAD_HOST_ERROR 08S01  */
115
 
N_("Can't get hostname for your address"),
116
 
/* ER_HANDSHAKE_ERROR 08S01  */
117
 
N_("Bad handshake"),
118
 
/* ER_DBACCESS_DENIED_ERROR 42000  */
119
 
N_("Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"),
120
 
/* ER_ACCESS_DENIED_ERROR 28000  */
121
 
N_("Access denied for user '%-.48s'@'%-.64s' (using password: %s)"),
122
 
/* ER_NO_DB_ERROR 3D000  */
123
 
N_("No database selected"),
124
 
/* ER_UNKNOWN_COM_ERROR 08S01  */
125
 
N_("Unknown command"),
126
 
/* ER_BAD_NULL_ERROR 23000  */
127
 
N_("Column '%-.192s' cannot be null"),
128
 
/* ER_BAD_DB_ERROR 42000  */
129
 
N_("Unknown database '%-.192s'"),
130
 
/* ER_TABLE_EXISTS_ERROR 42S01  */
131
 
N_("Table '%-.192s' already exists"),
132
 
/* ER_BAD_TABLE_ERROR 42S02  */
133
 
N_("Unknown table '%-.100s'"),
134
 
/* ER_NON_UNIQ_ERROR 23000  */
135
 
N_("Column '%-.192s' in %-.192s is ambiguous"),
136
 
/* ER_SERVER_SHUTDOWN 08S01  */
137
 
N_("Server shutdown in progress"),
138
 
/* ER_BAD_FIELD_ERROR 42S22 S0022 */
139
 
N_("Unknown column '%-.192s' in '%-.192s'"),
140
 
/* ER_WRONG_FIELD_WITH_GROUP 42000 S1009 */
141
 
N_("'%-.192s' isn't in GROUP BY"),
142
 
/* ER_WRONG_GROUP_FIELD 42000 S1009 */
143
 
N_("Can't group on '%-.192s'"),
144
 
/* ER_WRONG_SUM_SELECT 42000 S1009 */
145
 
N_("Statement has sum functions and columns in same statement"),
146
 
/* ER_WRONG_VALUE_COUNT 21S01  */
147
 
N_("Column count doesn't match value count"),
148
 
/* ER_TOO_LONG_IDENT 42000 S1009 */
149
 
N_("Identifier name '%-.100s' is too long"),
150
 
/* ER_DUP_FIELDNAME 42S21 S1009 */
151
 
N_("Duplicate column name '%-.192s'"),
152
 
/* ER_DUP_KEYNAME 42000 S1009 */
153
 
N_("Duplicate key name '%-.192s'"),
154
 
/* ER_DUP_ENTRY 23000 S1009 */
155
 
N_("Duplicate entry '%-.192s' for key %d"),
156
 
/* ER_WRONG_FIELD_SPEC 42000 S1009 */
157
 
N_("Incorrect column specifier for column '%-.192s'"),
158
 
/* ER_PARSE_ERROR 42000 s1009 */
159
 
N_("%s near '%-.80s' at line %d"),
160
 
/* ER_EMPTY_QUERY 42000   */
161
 
N_("Query was empty"),
162
 
/* ER_NONUNIQ_TABLE 42000 S1009 */
163
 
N_("Not unique table/alias: '%-.192s'"),
164
 
/* ER_INVALID_DEFAULT 42000 S1009 */
165
 
N_("Invalid default value for '%-.192s'"),
166
 
/* ER_MULTIPLE_PRI_KEY 42000 S1009 */
167
 
N_("Multiple primary key defined"),
168
 
/* ER_TOO_MANY_KEYS 42000 S1009 */
169
 
N_("Too many keys specified; max %d keys allowed"),
170
 
/* ER_TOO_MANY_KEY_PARTS 42000 S1009 */
171
 
N_("Too many key parts specified; max %d parts allowed"),
172
 
/* ER_TOO_LONG_KEY 42000 S1009 */
173
 
N_("Specified key was too long; max key length is %d bytes"),
174
 
/* ER_KEY_COLUMN_DOES_NOT_EXITS 42000 S1009 */
175
 
N_("Key column '%-.192s' doesn't exist in table"),
176
 
/* ER_BLOB_USED_AS_KEY 42000 S1009 */
177
 
N_("BLOB column '%-.192s' can't be used in key specification with the used table type"),
178
 
/* ER_TOO_BIG_FIELDLENGTH 42000 S1009 */
179
 
N_("Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT instead"),
180
 
/* ER_WRONG_AUTO_KEY 42000 S1009 */
181
 
N_("Incorrect table definition; there can be only one auto column and it must be defined as a key"),
182
 
/* ER_READY   */
183
 
N_("%s: ready for connections.\nVersion: '%s'  socket: '%s'  port: %d"),
184
 
/* ER_NORMAL_SHUTDOWN   */
185
 
N_("%s: Normal shutdown\n"),
186
 
/* ER_GOT_SIGNAL   */
187
 
N_("%s: Got signal %d. Aborting!\n"),
188
 
/* ER_SHUTDOWN_COMPLETE   */
189
 
N_("%s: Shutdown complete\n"),
190
 
/* ER_FORCING_CLOSE 08S01  */
191
 
N_("%s: Forcing close of thread %ld  user: '%-.48s'\n"),
192
 
/* ER_IPSOCK_ERROR 08S01  */
193
 
N_("Can't create IP socket"),
194
 
/* ER_NO_SUCH_INDEX 42S12 S1009 */
195
 
N_("Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the table"),
196
 
/* ER_WRONG_FIELD_TERMINATORS 42000 S1009 */
197
 
N_("Field separator argument is not what is expected; check the manual"),
198
 
/* ER_BLOBS_AND_NO_TERMINATED 42000 S1009 */
199
 
N_("You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"),
200
 
/* ER_TEXTFILE_NOT_READABLE   */
201
 
N_("The file '%-.128s' must be in the database directory or be readable by all"),
202
 
/* ER_FILE_EXISTS_ERROR   */
203
 
N_("File '%-.200s' already exists"),
204
 
/* ER_LOAD_INFO   */
205
 
N_("Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld"),
206
 
/* ER_ALTER_INFO   */
207
 
N_("Records: %ld  Duplicates: %ld"),
208
 
/* ER_WRONG_SUB_KEY   */
209
 
N_("Incorrect prefix 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 prefix keys"),
210
 
/* ER_CANT_REMOVE_ALL_FIELDS 42000  */
211
 
N_("You can't delete all columns with ALTER TABLE; use DROP TABLE instead"),
212
 
/* ER_CANT_DROP_FIELD_OR_KEY 42000  */
213
 
N_("Can't DROP '%-.192s'; check that column/key exists"),
214
 
/* ER_INSERT_INFO   */
215
 
N_("Records: %ld  Duplicates: %ld  Warnings: %ld"),
216
 
/* ER_UPDATE_TABLE_USED   */
217
 
N_("You can't specify target table '%-.192s' for update in FROM clause"),
218
 
/* ER_NO_SUCH_THREAD   */
219
 
N_("Unknown thread id: %lu"),
220
 
/* ER_KILL_DENIED_ERROR   */
221
 
N_("You are not owner of thread %lu"),
222
 
/* ER_NO_TABLES_USED   */
223
 
N_("No tables used"),
224
 
/* ER_TOO_BIG_SET   */
225
 
N_("Too many strings for column %-.192s and SET"),
226
 
/* ER_NO_UNIQUE_LOGFILE   */
227
 
N_("Can't generate a unique log-filename %-.200s.(1-999)\n"),
228
 
/* ER_TABLE_NOT_LOCKED_FOR_WRITE   */
229
 
N_("Table '%-.192s' was locked with a READ lock and can't be updated"),
230
 
/* ER_TABLE_NOT_LOCKED   */
231
 
N_("Table '%-.192s' was not locked with LOCK TABLES"),
232
 
/* ER_BLOB_CANT_HAVE_DEFAULT 42000  */
233
 
N_("BLOB/TEXT column '%-.192s' can't have a default value"),
234
 
/* ER_WRONG_DB_NAME 42000  */
235
 
N_("Incorrect database name '%-.100s'"),
236
 
/* ER_WRONG_TABLE_NAME 42000  */
237
 
N_("Incorrect table name '%-.100s'"),
238
 
/* ER_TOO_BIG_SELECT 42000  */
239
 
N_("The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"),
240
 
/* ER_UNKNOWN_ERROR   */
241
 
N_("Unknown error"),
242
 
/* ER_UNKNOWN_PROCEDURE 42000  */
243
 
N_("Unknown procedure '%-.192s'"),
244
 
/* ER_WRONG_PARAMCOUNT_TO_PROCEDURE 42000  */
245
 
N_("Incorrect parameter count to procedure '%-.192s'"),
246
 
/* ER_WRONG_PARAMETERS_TO_PROCEDURE   */
247
 
N_("Incorrect parameters to procedure '%-.192s'"),
248
 
/* ER_UNKNOWN_TABLE 42S02  */
249
 
N_("Unknown table '%-.192s' in %-.32s"),
250
 
/* ER_FIELD_SPECIFIED_TWICE 42000  */
251
 
N_("Column '%-.192s' specified twice"),
252
 
/* ER_INVALID_GROUP_FUNC_USE   */
253
 
N_("Invalid use of group function"),
254
 
/* ER_UNSUPPORTED_EXTENSION 42000  */
255
 
N_("Table '%-.192s' uses an extension that doesn't exist in this MySQL version"),
256
 
/* ER_TABLE_MUST_HAVE_COLUMNS 42000  */
257
 
N_("A table must have at least 1 column"),
258
 
/* ER_RECORD_FILE_FULL   */
259
 
N_("The table '%-.192s' is full"),
260
 
/* ER_UNKNOWN_CHARACTER_SET 42000  */
261
 
N_("Unknown character set: '%-.64s'"),
262
 
/* ER_TOO_MANY_TABLES   */
263
 
N_("Too many tables; MySQL can only use %d tables in a join"),
264
 
/* ER_TOO_MANY_FIELDS   */
265
 
N_("Too many columns"),
266
 
/* ER_TOO_BIG_ROWSIZE 42000  */
267
 
N_("Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"),
268
 
/* ER_STACK_OVERRUN   */
269
 
N_("Thread stack overrun:  Used: %ld of a %ld stack.  Use 'mysqld -O thread_stack=#' to specify a bigger stack if needed"),
270
 
/* ER_WRONG_OUTER_JOIN 42000  */
271
 
N_("Cross dependency found in OUTER JOIN; examine your ON conditions"),
272
 
/* ER_NULL_COLUMN_IN_INDEX 42000  */
273
 
N_("Table handler doesn't support NULL in given index. Please change column '%-.192s' to be NOT NULL or use another handler"),
274
 
/* ER_CANT_FIND_UDF   */
275
 
N_("Can't load function '%-.192s'"),
276
 
/* ER_CANT_INITIALIZE_UDF   */
277
 
N_("Can't initialize function '%-.192s'; %-.80s"),
278
 
/* ER_UDF_NO_PATHS   */
279
 
N_("No paths allowed for shared library"),
280
 
/* ER_UDF_EXISTS   */
281
 
N_("Function '%-.192s' already exists"),
282
 
/* ER_CANT_OPEN_LIBRARY   */
283
 
N_("Can't open shared library '%-.192s' (errno: %d %-.128s)"),
284
 
/* ER_CANT_FIND_DL_ENTRY */
285
 
N_("Can't find symbol '%-.128s' in library"),
286
 
/* ER_FUNCTION_NOT_DEFINED   */
287
 
N_("Function '%-.192s' is not defined"),
288
 
/* ER_HOST_IS_BLOCKED   */
289
 
N_("Host '%-.64s' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'"),
290
 
/* ER_HOST_NOT_PRIVILEGED   */
291
 
N_("Host '%-.64s' is not allowed to connect to this MySQL server"),
292
 
/* ER_PASSWORD_ANONYMOUS_USER 42000  */
293
 
N_("You are using MySQL as an anonymous user and anonymous users are not allowed to change passwords"),
294
 
/* ER_PASSWORD_NOT_ALLOWED 42000  */
295
 
N_("You must have privileges to update tables in the mysql database to be able to change passwords for others"),
296
 
/* ER_PASSWORD_NO_MATCH 42000  */
297
 
N_("Can't find any matching row in the user table"),
298
 
/* ER_UPDATE_INFO   */
299
 
N_("Rows matched: %ld  Changed: %ld  Warnings: %ld"),
300
 
/* ER_CANT_CREATE_THREAD   */
301
 
N_("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"),
302
 
/* ER_WRONG_VALUE_COUNT_ON_ROW 21S01  */
303
 
N_("Column count doesn't match value count at row %ld"),
304
 
/* ER_CANT_REOPEN_TABLE   */
305
 
N_("Can't reopen table: '%-.192s'"),
306
 
/* ER_INVALID_USE_OF_NULL 22004  */
307
 
N_("Invalid use of NULL value"),
308
 
/* ER_REGEXP_ERROR 42000  */
309
 
N_("Got error '%-.64s' from regexp"),
310
 
/* ER_MIX_OF_GROUP_FUNC_AND_FIELDS 42000  */
311
 
N_("Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause"),
312
 
/* ER_NONEXISTING_GRANT 42000  */
313
 
N_("There is no such grant defined for user '%-.48s' on host '%-.64s'"),
314
 
/* ER_TABLEACCESS_DENIED_ERROR 42000  */
315
 
N_("%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"),
316
 
/* ER_COLUMNACCESS_DENIED_ERROR 42000  */
317
 
N_("%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in table '%-.192s'"),
318
 
/* ER_ILLEGAL_GRANT_FOR_TABLE 42000  */
319
 
N_("Illegal GRANT/REVOKE command; please consult the manual to see which privileges can be used"),
320
 
/* ER_GRANT_WRONG_HOST_OR_USER 42000  */
321
 
N_("The host or user argument to GRANT is too long"),
322
 
/* ER_NO_SUCH_TABLE 42S02  */
323
 
N_("Table '%-.192s.%-.192s' doesn't exist"),
324
 
/* ER_NONEXISTING_TABLE_GRANT 42000  */
325
 
N_("There is no such grant defined for user '%-.48s' on host '%-.64s' on table '%-.192s'"),
326
 
/* ER_NOT_ALLOWED_COMMAND 42000  */
327
 
N_("The used command is not allowed with this MySQL version"),
328
 
/* ER_SYNTAX_ERROR 42000  */
329
 
N_("You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use"),
330
 
/* ER_DELAYED_CANT_CHANGE_LOCK   */
331
 
N_("Delayed insert thread couldn't get requested lock for table %-.192s"),
332
 
/* ER_TOO_MANY_DELAYED_THREADS   */
333
 
N_("Too many delayed threads in use"),
334
 
/* ER_ABORTING_CONNECTION 08S01  */
335
 
N_("Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"),
336
 
/* ER_NET_PACKET_TOO_LARGE 08S01  */
337
 
N_("Got a packet bigger than 'max_allowed_packet' bytes"),
338
 
/* ER_NET_READ_ERROR_FROM_PIPE 08S01  */
339
 
N_("Got a read error from the connection pipe"),
340
 
/* ER_NET_FCNTL_ERROR 08S01  */
341
 
N_("Got an error from fcntl()"),
342
 
/* ER_NET_PACKETS_OUT_OF_ORDER 08S01  */
343
 
N_("Got packets out of order"),
344
 
/* ER_NET_UNCOMPRESS_ERROR 08S01  */
345
 
N_("Couldn't uncompress communication packet"),
346
 
/* ER_NET_READ_ERROR 08S01  */
347
 
N_("Got an error reading communication packets"),
348
 
/* ER_NET_READ_INTERRUPTED 08S01  */
349
 
N_("Got timeout reading communication packets"),
350
 
/* ER_NET_ERROR_ON_WRITE 08S01  */
351
 
N_("Got an error writing communication packets"),
352
 
/* ER_NET_WRITE_INTERRUPTED 08S01  */
353
 
N_("Got timeout writing communication packets"),
354
 
/* ER_TOO_LONG_STRING 42000  */
355
 
N_("Result string is longer than 'max_allowed_packet' bytes"),
356
 
/* ER_TABLE_CANT_HANDLE_BLOB 42000  */
357
 
N_("The used table type doesn't support BLOB/TEXT columns"),
358
 
/* ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 42000  */
359
 
N_("The used table type doesn't support AUTO_INCREMENT columns"),
360
 
/* ER_DELAYED_INSERT_TABLE_LOCKED   */
361
 
N_("INSERT DELAYED can't be used with table '%-.192s' because it is locked with LOCK TABLES"),
362
 
/* ER_WRONG_COLUMN_NAME 42000  */
363
 
N_("Incorrect column name '%-.100s'"),
364
 
/* ER_WRONG_KEY_COLUMN 42000  */
365
 
N_("The used storage engine can't index column '%-.192s'"),
366
 
/* ER_WRONG_MRG_TABLE   */
367
 
N_("Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist"),
368
 
/* ER_DUP_UNIQUE 23000  */
369
 
N_("Can't write, because of unique constraint, to table '%-.192s'"),
370
 
/* ER_BLOB_KEY_WITHOUT_LENGTH 42000  */
371
 
N_("BLOB/TEXT column '%-.192s' used in key specification without a key length"),
372
 
/* ER_PRIMARY_CANT_HAVE_NULL 42000  */
373
 
N_("All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead"),
374
 
/* ER_TOO_MANY_ROWS 42000  */
375
 
N_("Result consisted of more than one row"),
376
 
/* ER_REQUIRES_PRIMARY_KEY 42000  */
377
 
N_("This table type requires a primary key"),
378
 
/* ER_NO_RAID_COMPILED   */
379
 
N_("This version of MySQL is not compiled with RAID support"),
380
 
/* ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE   */
381
 
N_("You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column"),
382
 
/* ER_KEY_DOES_NOT_EXITS 42000 S1009 */
383
 
N_("Key '%-.192s' doesn't exist in table '%-.192s'"),
384
 
/* ER_CHECK_NO_SUCH_TABLE 42000  */
385
 
N_("Can't open table"),
386
 
/* ER_CHECK_NOT_IMPLEMENTED 42000  */
387
 
N_("The storage engine for the table doesn't support %s"),
388
 
/* ER_CANT_DO_THIS_DURING_AN_TRANSACTION 25000  */
389
 
N_("You are not allowed to execute this command in a transaction"),
390
 
/* ER_ERROR_DURING_COMMIT   */
391
 
N_("Got error %d during COMMIT"),
392
 
/* ER_ERROR_DURING_ROLLBACK   */
393
 
N_("Got error %d during ROLLBACK"),
394
 
/* ER_ERROR_DURING_FLUSH_LOGS   */
395
 
N_("Got error %d during FLUSH_LOGS"),
396
 
/* ER_ERROR_DURING_CHECKPOINT   */
397
 
N_("Got error %d during CHECKPOINT"),
398
 
/* ER_NEW_ABORTING_CONNECTION 08S01  */
399
 
N_("Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: '%-.64s' (%-.64s)"),
400
 
/* ER_DUMP_NOT_IMPLEMENTED   */
401
 
N_("The storage engine for the table does not support binary table dump"),
402
 
/* ER_FLUSH_MASTER_BINLOG_CLOSED   */
403
 
N_("Binlog closed, cannot RESET MASTER"),
404
 
/* ER_INDEX_REBUILD   */
405
 
N_("Failed rebuilding the index of  dumped table '%-.192s'"),
406
 
/* ER_MASTER   */
407
 
N_("Error from master: '%-.64s'"),
408
 
/* ER_MASTER_NET_READ 08S01  */
409
 
N_("Net error reading from master"),
410
 
/* ER_MASTER_NET_WRITE 08S01  */
411
 
N_("Net error writing to master"),
412
 
/* ER_FT_MATCHING_KEY_NOT_FOUND   */
413
 
N_("Can't find FULLTEXT index matching the column list"),
414
 
/* ER_LOCK_OR_ACTIVE_TRANSACTION   */
415
 
N_("Can't execute the given command because you have active locked tables or an active transaction"),
416
 
/* ER_UNKNOWN_SYSTEM_VARIABLE   */
417
 
N_("Unknown system variable '%-.64s'"),
418
 
/* ER_CRASHED_ON_USAGE   */
419
 
N_("Table '%-.192s' is marked as crashed and should be repaired"),
420
 
/* ER_CRASHED_ON_REPAIR   */
421
 
N_("Table '%-.192s' is marked as crashed and last (automatic?) repair failed"),
422
 
/* ER_WARNING_NOT_COMPLETE_ROLLBACK   */
423
 
N_("Some non-transactional changed tables couldn't be rolled back"),
424
 
/* ER_TRANS_CACHE_FULL   */
425
 
N_("Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again"),
426
 
/* ER_SLAVE_MUST_STOP   */
427
 
N_("This operation cannot be performed with a running slave; run STOP SLAVE first"),
428
 
/* ER_SLAVE_NOT_RUNNING   */
429
 
N_("This operation requires a running slave; configure slave and do START SLAVE"),
430
 
/* ER_BAD_SLAVE   */
431
 
N_("The server is not configured as slave; fix with CHANGE MASTER TO"),
432
 
/* ER_MASTER_INFO   */
433
 
N_("Could not initialize master info structure; more error messages can be found in the MySQL error log"),
434
 
/* ER_SLAVE_THREAD   */
435
 
N_("Could not create slave thread; check system resources"),
436
 
/* ER_TOO_MANY_USER_CONNECTIONS 42000  */
437
 
N_("User %-.64s already has more than 'max_user_connections' active connections"),
438
 
/* ER_SET_CONSTANTS_ONLY   */
439
 
N_("You may only use constant expressions with SET"),
440
 
/* ER_LOCK_WAIT_TIMEOUT   */
441
 
N_("Lock wait timeout exceeded; try restarting transaction"),
442
 
/* ER_LOCK_TABLE_FULL   */
443
 
N_("The total number of locks exceeds the lock table size"),
444
 
/* ER_READ_ONLY_TRANSACTION 25000  */
445
 
N_("Update locks cannot be acquired during a READ UNCOMMITTED transaction"),
446
 
/* ER_DROP_DB_WITH_READ_LOCK   */
447
 
N_("DROP DATABASE not allowed while thread is holding global read lock"),
448
 
/* ER_CREATE_DB_WITH_READ_LOCK   */
449
 
N_("CREATE DATABASE not allowed while thread is holding global read lock"),
450
 
/* ER_WRONG_ARGUMENTS   */
451
 
N_("Incorrect arguments to %s"),
452
 
/* ER_NO_PERMISSION_TO_CREATE_USER 42000  */
453
 
N_("'%-.48s'@'%-.64s' is not allowed to create new users"),
454
 
/* ER_UNION_TABLES_IN_DIFFERENT_DIR   */
455
 
N_("Incorrect table definition; all MERGE tables must be in the same database"),
456
 
/* ER_LOCK_DEADLOCK 40001  */
457
 
N_("Deadlock found when trying to get lock; try restarting transaction"),
458
 
/* ER_TABLE_CANT_HANDLE_FT   */
459
 
N_("The used table type doesn't support FULLTEXT indexes"),
460
 
/* ER_CANNOT_ADD_FOREIGN   */
461
 
N_("Cannot add foreign key constraint"),
462
 
/* ER_NO_REFERENCED_ROW 23000  */
463
 
N_("Cannot add or update a child row: a foreign key constraint fails"),
464
 
/* ER_ROW_IS_REFERENCED 23000  */
465
 
N_("Cannot delete or update a parent row: a foreign key constraint fails"),
466
 
/* ER_CONNECT_TO_MASTER 08S01  */
467
 
N_("Error connecting to master: %-.128s"),
468
 
/* ER_QUERY_ON_MASTER   */
469
 
N_("Error running query on master: %-.128s"),
470
 
/* ER_ERROR_WHEN_EXECUTING_COMMAND   */
471
 
N_("Error when executing command %s: %-.128s"),
472
 
/* ER_WRONG_USAGE   */
473
 
N_("Incorrect usage of %s and %s"),
474
 
/* ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 21000  */
475
 
N_("The used SELECT statements have a different number of columns"),
476
 
/* ER_CANT_UPDATE_WITH_READLOCK   */
477
 
N_("Can't execute the query because you have a conflicting read lock"),
478
 
/* ER_MIXING_NOT_ALLOWED   */
479
 
N_("Mixing of transactional and non-transactional tables is disabled"),
480
 
/* ER_DUP_ARGUMENT   */
481
 
N_("Option '%s' used twice in statement"),
482
 
/* ER_USER_LIMIT_REACHED 42000  */
483
 
N_("User '%-.64s' has exceeded the '%s' resource (current value: %ld)"),
484
 
/* ER_SPECIFIC_ACCESS_DENIED_ERROR 42000  */
485
 
N_("Access denied; you need the %-.128s privilege for this operation"),
486
 
/* ER_LOCAL_VARIABLE   */
487
 
N_("Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"),
488
 
/* ER_GLOBAL_VARIABLE   */
489
 
N_("Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"),
490
 
/* ER_NO_DEFAULT 42000  */
491
 
N_("Variable '%-.64s' doesn't have a default value"),
492
 
/* ER_WRONG_VALUE_FOR_VAR 42000  */
493
 
N_("Variable '%-.64s' can't be set to the value of '%-.200s'"),
494
 
/* ER_WRONG_TYPE_FOR_VAR 42000  */
495
 
N_("Incorrect argument type to variable '%-.64s'"),
496
 
/* ER_VAR_CANT_BE_READ   */
497
 
N_("Variable '%-.64s' can only be set, not read"),
498
 
/* ER_CANT_USE_OPTION_HERE 42000  */
499
 
N_("Incorrect usage/placement of '%s'"),
500
 
/* ER_NOT_SUPPORTED_YET 42000  */
501
 
N_("This version of MySQL doesn't yet support '%s'"),
502
 
/* ER_MASTER_FATAL_ERROR_READING_BINLOG   */
503
 
N_("Got fatal error %d: '%-.128s' from master when reading data from binary log"),
504
 
/* ER_SLAVE_IGNORED_TABLE   */
505
 
N_("Slave SQL thread ignored the query because of replicate-*-table rules"),
506
 
/* ER_INCORRECT_GLOBAL_LOCAL_VAR   */
507
 
N_("Variable '%-.192s' is a %s variable"),
508
 
/* ER_WRONG_FK_DEF 42000  */
509
 
N_("Incorrect foreign key definition for '%-.192s': %s"),
510
 
/* ER_KEY_REF_DO_NOT_MATCH_TABLE_REF   */
511
 
N_("Key reference and table reference don't match"),
512
 
/* ER_OPERAND_COLUMNS 21000  */
513
 
N_("Operand should contain %d column(s)"),
514
 
/* ER_SUBQUERY_NO_1_ROW 21000  */
515
 
N_("Subquery returns more than 1 row"),
516
 
/* ER_UNKNOWN_STMT_HANDLER   */
517
 
N_("Unknown prepared statement handler (%.*s) given to %s"),
518
 
/* ER_CORRUPT_HELP_DB   */
519
 
N_("Help database is corrupt or does not exist"),
520
 
/* ER_CYCLIC_REFERENCE   */
521
 
N_("Cyclic reference on subqueries"),
522
 
/* ER_AUTO_CONVERT   */
523
 
N_("Converting column '%s' from %s to %s"),
524
 
/* ER_ILLEGAL_REFERENCE 42S22  */
525
 
N_("Reference '%-.64s' not supported (%s)"),
526
 
/* ER_DERIVED_MUST_HAVE_ALIAS 42000  */
527
 
N_("Every derived table must have its own alias"),
528
 
/* ER_SELECT_REDUCED 01000  */
529
 
N_("Select %u was reduced during optimization"),
530
 
/* ER_TABLENAME_NOT_ALLOWED_HERE 42000  */
531
 
N_("Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"),
532
 
/* ER_NOT_SUPPORTED_AUTH_MODE 08004  */
533
 
N_("Client does not support authentication protocol requested by server; consider upgrading MySQL client"),
534
 
/* ER_SPATIAL_CANT_HAVE_NULL 42000  */
535
 
N_("All parts of a SPATIAL index must be NOT NULL"),
536
 
/* ER_COLLATION_CHARSET_MISMATCH 42000  */
537
 
N_("COLLATION '%s' is not valid for CHARACTER SET '%s'"),
538
 
/* ER_SLAVE_WAS_RUNNING   */
539
 
N_("Slave is already running"),
540
 
/* ER_SLAVE_WAS_NOT_RUNNING   */
541
 
N_("Slave already has been stopped"),
542
 
/* ER_TOO_BIG_FOR_UNCOMPRESS   */
543
 
N_("Uncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)"),
544
 
/* ER_ZLIB_Z_MEM_ERROR   */
545
 
N_("ZLIB: Not enough memory"),
546
 
/* ER_ZLIB_Z_BUF_ERROR   */
547
 
N_("ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)"),
548
 
/* ER_ZLIB_Z_DATA_ERROR   */
549
 
N_("ZLIB: Input data corrupted"),
550
 
/* ER_CUT_VALUE_GROUP_CONCAT   */
551
 
N_("%d line(s) were cut by GROUP_CONCAT()"),
552
 
/* ER_WARN_TOO_FEW_RECORDS 01000  */
553
 
N_("Row %ld doesn't contain data for all columns"),
554
 
/* ER_WARN_TOO_MANY_RECORDS 01000  */
555
 
N_("Row %ld was truncated; it contained more data than there were input columns"),
556
 
/* ER_WARN_NULL_TO_NOTNULL 22004  */
557
 
N_("Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"),
558
 
/* ER_WARN_DATA_OUT_OF_RANGE 22003  */
559
 
N_("Out of range value for column '%s' at row %ld"),
560
 
/* WARN_DATA_TRUNCATED 01000  */
561
 
N_("Data truncated for column '%s' at row %ld"),
562
 
/* ER_WARN_USING_OTHER_HANDLER   */
563
 
N_("Using storage engine %s for table '%s'"),
564
 
/* ER_CANT_AGGREGATE_2COLLATIONS   */
565
 
N_("Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"),
566
 
/* ER_DROP_USER   */
567
 
N_("Cannot drop one or more of the requested users"),
568
 
/* ER_REVOKE_GRANTS   */
569
 
N_("Can't revoke all privileges for one or more of the requested users"),
570
 
/* ER_CANT_AGGREGATE_3COLLATIONS   */
571
 
N_("Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"),
572
 
/* ER_CANT_AGGREGATE_NCOLLATIONS   */
573
 
N_("Illegal mix of collations for operation '%s'"),
574
 
/* ER_VARIABLE_IS_NOT_STRUCT   */
575
 
N_("Variable '%-.64s' is not a variable component (can't be used as XXXX.variable_name)"),
576
 
/* ER_UNKNOWN_COLLATION   */
577
 
N_("Unknown collation: '%-.64s'"),
578
 
/* ER_SLAVE_IGNORED_SSL_PARAMS   */
579
 
N_("SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is started"),
580
 
/* ER_SERVER_IS_IN_SECURE_AUTH_MODE   */
581
 
N_("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"),
582
 
/* ER_WARN_FIELD_RESOLVED   */
583
 
N_("Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in SELECT #%d"),
584
 
/* ER_BAD_SLAVE_UNTIL_COND   */
585
 
N_("Incorrect parameter or combination of parameters for START SLAVE UNTIL"),
586
 
/* ER_MISSING_SKIP_SLAVE   */
587
 
N_("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"),
588
 
/* ER_UNTIL_COND_IGNORED   */
589
 
N_("SQL thread is not to be started so UNTIL options are ignored"),
590
 
/* ER_WRONG_NAME_FOR_INDEX 42000  */
591
 
N_("Incorrect index name '%-.100s'"),
592
 
/* ER_WRONG_NAME_FOR_CATALOG 42000  */
593
 
N_("Incorrect catalog name '%-.100s'"),
594
 
/* ER_WARN_QC_RESIZE   */
595
 
N_("Query cache failed to set size %lu; new query cache size is %lu"),
596
 
/* ER_BAD_FT_COLUMN   */
597
 
N_("Column '%-.192s' cannot be part of FULLTEXT index"),
598
 
/* ER_UNKNOWN_KEY_CACHE   */
599
 
N_("Unknown key cache '%-.100s'"),
600
 
/* ER_WARN_HOSTNAME_WONT_WORK   */
601
 
N_("MySQL is started in --skip-name-resolve mode; you must restart it without this switch for this grant to work"),
602
 
/* ER_UNKNOWN_STORAGE_ENGINE 42000  */
603
 
N_("Unknown table engine '%s'"),
604
 
/* ER_WARN_DEPRECATED_SYNTAX   */
605
 
N_("'%s' is deprecated; use '%s' instead"),
606
 
/* ER_NON_UPDATABLE_TABLE   */
607
 
N_("The target table %-.100s of the %s is not updatable"),
608
 
/* ER_FEATURE_DISABLED   */
609
 
N_("The '%s' feature is disabled; you need MySQL built with '%s' to have it working"),
610
 
/* ER_OPTION_PREVENTS_STATEMENT   */
611
 
N_("The MySQL server is running with the %s option so it cannot execute this statement"),
612
 
/* ER_DUPLICATED_VALUE_IN_TYPE   */
613
 
N_("Column '%-.100s' has duplicated value '%-.64s' in %s"),
614
 
/* ER_TRUNCATED_WRONG_VALUE 22007  */
615
 
N_("Truncated incorrect %-.32s value: '%-.128s'"),
616
 
/* ER_TOO_MUCH_AUTO_TIMESTAMP_COLS   */
617
 
N_("Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"),
618
 
/* ER_INVALID_ON_UPDATE   */
619
 
N_("Invalid ON UPDATE clause for '%-.192s' column"),
620
 
/* ER_UNSUPPORTED_PS   */
621
 
N_("This command is not supported in the prepared statement protocol yet"),
622
 
/* ER_GET_ERRMSG   */
623
 
N_("Got error %d '%-.100s' from %s"),
624
 
/* ER_GET_TEMPORARY_ERRMSG   */
625
 
N_("Got temporary error %d '%-.100s' from %s"),
626
 
/* ER_UNKNOWN_TIME_ZONE   */
627
 
N_("Unknown or incorrect time zone: '%-.64s'"),
628
 
/* ER_WARN_INVALID_TIMESTAMP   */
629
 
N_("Invalid TIMESTAMP value in column '%s' at row %ld"),
630
 
/* ER_INVALID_CHARACTER_STRING   */
631
 
N_("Invalid %s character string: '%.64s'"),
632
 
/* ER_WARN_ALLOWED_PACKET_OVERFLOWED   */
633
 
N_("Result of %s() was larger than max_allowed_packet (%ld) - truncated"),
634
 
/* ER_CONFLICTING_DECLARATIONS   */
635
 
N_("Conflicting declarations: '%s%s' and '%s%s'"),
636
 
/* ER_SP_NO_RECURSIVE_CREATE 2F003  */
637
 
N_("Can't create a %s from within another stored routine"),
638
 
/* ER_SP_ALREADY_EXISTS 42000  */
639
 
N_("%s %s already exists"),
640
 
/* ER_SP_DOES_NOT_EXIST 42000  */
641
 
N_("%s %s does not exist"),
642
 
/* ER_SP_DROP_FAILED   */
643
 
N_("Failed to DROP %s %s"),
644
 
/* ER_SP_STORE_FAILED   */
645
 
N_("Failed to CREATE %s %s"),
646
 
/* ER_SP_LILABEL_MISMATCH 42000  */
647
 
N_("%s with no matching label: %s"),
648
 
/* ER_SP_LABEL_REDEFINE 42000  */
649
 
N_("Redefining label %s"),
650
 
/* ER_SP_LABEL_MISMATCH 42000  */
651
 
N_("End-label %s without match"),
652
 
/* ER_SP_UNINIT_VAR 01000  */
653
 
N_("Referring to uninitialized variable %s"),
654
 
/* ER_SP_BADSELECT 0A000  */
655
 
N_("PROCEDURE %s can't return a result set in the given context"),
656
 
/* ER_SP_BADRETURN 42000  */
657
 
N_("RETURN is only allowed in a FUNCTION"),
658
 
/* ER_SP_BADSTATEMENT 0A000  */
659
 
N_("%s is not allowed in stored procedures"),
660
 
/* ER_UPDATE_LOG_DEPRECATED_IGNORED 42000  */
661
 
N_("The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored"),
662
 
/* ER_UPDATE_LOG_DEPRECATED_TRANSLATED 42000  */
663
 
N_("The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"),
664
 
/* ER_QUERY_INTERRUPTED 70100  */
665
 
N_("Query execution was interrupted"),
666
 
/* ER_SP_WRONG_NO_OF_ARGS 42000  */
667
 
N_("Incorrect number of arguments for %s %s; expected %u, got %u"),
668
 
/* ER_SP_COND_MISMATCH 42000  */
669
 
N_("Undefined CONDITION: %s"),
670
 
/* ER_SP_NORETURN 42000  */
671
 
N_("No RETURN found in FUNCTION %s"),
672
 
/* ER_SP_NORETURNEND 2F005  */
673
 
N_("FUNCTION %s ended without RETURN"),
674
 
/* ER_SP_BAD_CURSOR_QUERY 42000  */
675
 
N_("Cursor statement must be a SELECT"),
676
 
/* ER_SP_BAD_CURSOR_SELECT 42000  */
677
 
N_("Cursor SELECT must not have INTO"),
678
 
/* ER_SP_CURSOR_MISMATCH 42000  */
679
 
N_("Undefined CURSOR: %s"),
680
 
/* ER_SP_CURSOR_ALREADY_OPEN 24000  */
681
 
N_("Cursor is already open"),
682
 
/* ER_SP_CURSOR_NOT_OPEN 24000  */
683
 
N_("Cursor is not open"),
684
 
/* ER_SP_UNDECLARED_VAR 42000  */
685
 
N_("Undeclared variable: %s"),
686
 
/* ER_SP_WRONG_NO_OF_FETCH_ARGS   */
687
 
N_("Incorrect number of FETCH variables"),
688
 
/* ER_SP_FETCH_NO_DATA 02000  */
689
 
N_("No data - zero rows fetched, selected, or processed"),
690
 
/* ER_SP_DUP_PARAM 42000  */
691
 
N_("Duplicate parameter: %s"),
692
 
/* ER_SP_DUP_VAR 42000  */
693
 
N_("Duplicate variable: %s"),
694
 
/* ER_SP_DUP_COND 42000  */
695
 
N_("Duplicate condition: %s"),
696
 
/* ER_SP_DUP_CURS 42000  */
697
 
N_("Duplicate cursor: %s"),
698
 
/* ER_SP_CANT_ALTER   */
699
 
N_("Failed to ALTER %s %s"),
700
 
/* ER_SP_SUBSELECT_NYI 0A000  */
701
 
N_("Subquery value not supported"),
702
 
/* ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG 0A000 */
703
 
N_("%s is not allowed in stored function or trigger"),
704
 
/* ER_SP_VARCOND_AFTER_CURSHNDLR 42000  */
705
 
N_("Variable or condition declaration after cursor or handler declaration"),
706
 
/* ER_SP_CURSOR_AFTER_HANDLER 42000  */
707
 
N_("Cursor declaration after handler declaration"),
708
 
/* ER_SP_CASE_NOT_FOUND 20000  */
709
 
N_("Case not found for CASE statement"),
710
 
/* ER_FPARSER_TOO_BIG_FILE   */
711
 
N_("Configuration file '%-.192s' is too big"),
712
 
/* ER_FPARSER_BAD_HEADER   */
713
 
N_("Malformed file type header in file '%-.192s'"),
714
 
/* ER_FPARSER_EOF_IN_COMMENT   */
715
 
N_("Unexpected end of file while parsing comment '%-.200s'"),
716
 
/* ER_FPARSER_ERROR_IN_PARAMETER   */
717
 
N_("Error while parsing parameter '%-.192s' (line: '%-.192s')"),
718
 
/* ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER   */
719
 
N_("Unexpected end of file while skipping unknown parameter '%-.192s'"),
720
 
/* ER_VIEW_NO_EXPLAIN   */
721
 
N_("EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"),
722
 
/* ER_FRM_UNKNOWN_TYPE   */
723
 
N_("File '%-.192s' has unknown type '%-.64s' in its header"),
724
 
/* ER_WRONG_OBJECT   */
725
 
N_("'%-.192s.%-.192s' is not %s"),
726
 
/* ER_NONUPDATEABLE_COLUMN   */
727
 
N_("Column '%-.192s' is not updatable"),
728
 
/* ER_VIEW_SELECT_DERIVED   */
729
 
N_("View's SELECT contains a subquery in the FROM clause"),
730
 
/* ER_VIEW_SELECT_CLAUSE   */
731
 
N_("View's SELECT contains a '%s' clause"),
732
 
/* ER_VIEW_SELECT_VARIABLE   */
733
 
N_("View's SELECT contains a variable or parameter"),
734
 
/* ER_VIEW_SELECT_TMPTABLE   */
735
 
N_("View's SELECT refers to a temporary table '%-.192s'"),
736
 
/* ER_VIEW_WRONG_LIST   */
737
 
N_("View's SELECT and view's field list have different column counts"),
738
 
/* ER_WARN_VIEW_MERGE   */
739
 
N_("View merge algorithm can't be used here for now (assumed undefined algorithm)"),
740
 
/* ER_WARN_VIEW_WITHOUT_KEY   */
741
 
N_("View being updated does not have complete key of underlying table in it"),
742
 
/* ER_VIEW_INVALID   */
743
 
N_("View '%-.192s.%-.192s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them"),
744
 
/* ER_SP_NO_DROP_SP   */
745
 
N_("Can't drop or alter a %s from within another stored routine"),
746
 
/* ER_SP_GOTO_IN_HNDLR   */
747
 
N_("GOTO is not allowed in a stored procedure handler"),
748
 
/* ER_TRG_ALREADY_EXISTS   */
749
 
N_("Trigger already exists"),
750
 
/* ER_TRG_DOES_NOT_EXIST   */
751
 
N_("Trigger does not exist"),
752
 
/* ER_TRG_ON_VIEW_OR_TEMP_TABLE   */
753
 
N_("Trigger's '%-.192s' is view or temporary table"),
754
 
/* ER_TRG_CANT_CHANGE_ROW   */
755
 
N_("Updating of %s row is not allowed in %strigger"),
756
 
/* ER_TRG_NO_SUCH_ROW_IN_TRG   */
757
 
N_("There is no %s row in %s trigger"),
758
 
/* ER_NO_DEFAULT_FOR_FIELD   */
759
 
N_("Field '%-.192s' doesn't have a default value"),
760
 
/* ER_DIVISION_BY_ZERO 22012  */
761
 
N_("Division by 0"),
762
 
/* ER_TRUNCATED_WRONG_VALUE_FOR_FIELD   */
763
 
N_("Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"),
764
 
/* ER_ILLEGAL_VALUE_FOR_TYPE 22007  */
765
 
N_("Illegal %s '%-.192s' value found during parsing"),
766
 
/* ER_VIEW_NONUPD_CHECK   */
767
 
N_("CHECK OPTION on non-updatable view '%-.192s.%-.192s'"),
768
 
/* ER_VIEW_CHECK_FAILED   */
769
 
N_("CHECK OPTION failed '%-.192s.%-.192s'"),
770
 
/* ER_PROCACCESS_DENIED_ERROR 42000  */
771
 
N_("%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"),
772
 
/* ER_RELAY_LOG_FAIL   */
773
 
N_("Failed purging old relay logs: %s"),
774
 
/* ER_PASSWD_LENGTH   */
775
 
N_("Password hash should be a %d-digit hexadecimal number"),
776
 
/* ER_UNKNOWN_TARGET_BINLOG   */
777
 
N_("Target log not found in binlog index"),
778
 
/* ER_IO_ERR_LOG_INDEX_READ   */
779
 
N_("I/O error reading log index file"),
780
 
/* ER_BINLOG_PURGE_PROHIBITED   */
781
 
N_("Server configuration does not permit binlog purge"),
782
 
/* ER_FSEEK_FAIL   */
783
 
N_("Failed on fseek()"),
784
 
/* ER_BINLOG_PURGE_FATAL_ERR   */
785
 
N_("Fatal error during log purge"),
786
 
/* ER_LOG_IN_USE   */
787
 
N_("A purgeable log is in use, will not purge"),
788
 
/* ER_LOG_PURGE_UNKNOWN_ERR   */
789
 
N_("Unknown error during log purge"),
790
 
/* ER_RELAY_LOG_INIT   */
791
 
N_("Failed initializing relay log position: %s"),
792
 
/* ER_NO_BINARY_LOGGING   */
793
 
N_("You are not using binary logging"),
794
 
/* ER_RESERVED_SYNTAX   */
795
 
N_("The '%-.64s' syntax is reserved for purposes internal to the MySQL server"),
796
 
/* ER_WSAS_FAILED   */
797
 
N_("WSAStartup Failed"),
798
 
/* ER_DIFF_GROUPS_PROC   */
799
 
N_("Can't handle procedures with different groups yet"),
800
 
/* ER_NO_GROUP_FOR_PROC   */
801
 
N_("Select must have a group with this procedure"),
802
 
/* ER_ORDER_WITH_PROC   */
803
 
N_("Can't use ORDER clause with this procedure"),
804
 
/* ER_LOGGING_PROHIBIT_CHANGING_OF   */
805
 
N_("Binary logging and replication forbid changing the global server %s"),
806
 
/* ER_NO_FILE_MAPPING   */
807
 
N_("Can't map file: %-.200s, errno: %d"),
808
 
/* ER_WRONG_MAGIC   */
809
 
N_("Wrong magic in %-.64s"),
810
 
/* ER_PS_MANY_PARAM   */
811
 
N_("Prepared statement contains too many placeholders"),
812
 
/* ER_KEY_PART_0   */
813
 
N_("Key part '%-.192s' length cannot be 0"),
814
 
/* ER_VIEW_CHECKSUM   */
815
 
N_("View text checksum failed"),
816
 
/* ER_VIEW_MULTIUPDATE   */
817
 
N_("Can not modify more than one base table through a join view '%-.192s.%-.192s'"),
818
 
/* ER_VIEW_NO_INSERT_FIELD_LIST   */
819
 
N_("Can not insert into join view '%-.192s.%-.192s' without fields list"),
820
 
/* ER_VIEW_DELETE_MERGE_VIEW   */
821
 
N_("Can not delete from join view '%-.192s.%-.192s'"),
822
 
/* ER_CANNOT_USER   */
823
 
N_("Operation %s failed for %.256s"),
824
 
/* ER_XAER_NOTA XAE04 */
825
 
N_("XAER_NOTA: Unknown XID"),
826
 
/* ER_XAER_INVAL XAE05 */
827
 
N_("XAER_INVAL: Invalid arguments (or unsupported command)"),
828
 
/* ER_XAER_RMFAIL XAE07 */
829
 
N_("XAER_RMFAIL: The command cannot be executed when global transaction is in the  %.64s state"),
830
 
/* ER_XAER_OUTSIDE XAE09 */
831
 
N_("XAER_OUTSIDE: Some work is done outside global transaction"),
832
 
/* ER_XAER_RMERR XAE03 */
833
 
N_("XAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistency"),
834
 
/* ER_XA_RBROLLBACK XA100 */
835
 
N_("XA_RBROLLBACK: Transaction branch was rolled back"),
836
 
/* ER_NONEXISTING_PROC_GRANT 42000  */
837
 
N_("There is no such grant defined for user '%-.48s' on host '%-.64s' on routine '%-.192s'"),
838
 
/* ER_PROC_AUTO_GRANT_FAIL */
839
 
N_("Failed to grant EXECUTE and ALTER ROUTINE privileges"),
840
 
/* ER_PROC_AUTO_REVOKE_FAIL */
841
 
N_("Failed to revoke all privileges to dropped routine"),
842
 
/* ER_DATA_TOO_LONG 22001 */
843
 
N_("Data too long for column '%s' at row %ld"),
844
 
/* ER_SP_BAD_SQLSTATE 42000 */
845
 
N_("Bad SQLSTATE: '%s'"),
846
 
/* ER_STARTUP */
847
 
N_("%s: ready for connections.\nVersion: '%s'  socket: '%s'  port: %d  %s"),
848
 
/* ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR */
849
 
N_("Can't load value from file with fixed size rows to variable"),
850
 
/* ER_CANT_CREATE_USER_WITH_GRANT 42000 */
851
 
N_("You are not allowed to create a user with GRANT"),
852
 
/* ER_WRONG_VALUE_FOR_TYPE   */
853
 
N_("Incorrect %-.32s value: '%-.128s' for function %-.32s"),
854
 
/* ER_TABLE_DEF_CHANGED */
855
 
N_("Table definition has changed, please retry transaction"),
856
 
/* ER_SP_DUP_HANDLER 42000 */
857
 
N_("Duplicate handler declared in the same block"),
858
 
/* ER_SP_NOT_VAR_ARG 42000 */
859
 
N_("OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger"),
860
 
/* ER_SP_NO_RETSET 0A000 */
861
 
N_("Not allowed to return a result set from a %s"),
862
 
/* ER_CANT_CREATE_GEOMETRY_OBJECT 22003  */
863
 
N_("Cannot get geometry object from data you send to the GEOMETRY field"),
864
 
/* ER_FAILED_ROUTINE_BREAK_BINLOG */
865
 
N_("A routine failed and has neither NO SQL nor READS SQL DATA in its declaration and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes"),
866
 
/* ER_BINLOG_UNSAFE_ROUTINE */
867
 
N_("This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)"),
868
 
/* ER_BINLOG_CREATE_ROUTINE_NEED_SUPER */
869
 
N_("You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)"),
870
 
/* ER_EXEC_STMT_WITH_OPEN_CURSOR */
871
 
N_("You can't execute a prepared statement which has an open cursor associated with it. Reset the statement to re-execute it."),
872
 
/* ER_STMT_HAS_NO_OPEN_CURSOR */
873
 
N_("The statement (%lu) has no open cursor."),
874
 
/* ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG */
875
 
N_("Explicit or implicit commit is not allowed in stored function or trigger."),
876
 
/* ER_NO_DEFAULT_FOR_VIEW_FIELD */
877
 
N_("Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"),
878
 
/* ER_SP_NO_RECURSION */
879
 
N_("Recursive stored functions and triggers are not allowed."),
880
 
/* ER_TOO_BIG_SCALE 42000 S1009 */
881
 
N_("Too big scale %d specified for column '%-.192s'. Maximum is %d."),
882
 
/* ER_TOO_BIG_PRECISION 42000 S1009 */
883
 
N_("Too big precision %d specified for column '%-.192s'. Maximum is %d."),
884
 
/* ER_M_BIGGER_THAN_D 42000 S1009 */
885
 
N_("For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-.192s')."),
886
 
/* ER_WRONG_LOCK_OF_SYSTEM_TABLE */
887
 
N_("You can't combine write-locking of system tables with other tables or lock types"),
888
 
/* ER_CONNECT_TO_FOREIGN_DATA_SOURCE */
889
 
N_("Unable to connect to foreign data source: %.64s"),
890
 
/* ER_QUERY_ON_FOREIGN_DATA_SOURCE */
891
 
N_("There was a problem processing the query on the foreign data source. Data source error: %-.64s"),
892
 
/* ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST */
893
 
N_("The foreign data source you are trying to reference does not exist. Data source error:  %-.64s"),
894
 
/* ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE */
895
 
N_("Can't create federated table. The data source connection string '%-.64s' is not in the correct format"),
896
 
/* ER_FOREIGN_DATA_STRING_INVALID */
897
 
N_("The data source connection string '%-.64s' is not in the correct format"),
898
 
/* ER_CANT_CREATE_FEDERATED_TABLE   */
899
 
N_("Can't create federated table. Foreign data src error:  %-.64s"),
900
 
/* ER_TRG_IN_WRONG_SCHEMA   */
901
 
N_("Trigger in wrong schema"),
902
 
/* ER_STACK_OVERRUN_NEED_MORE */
903
 
N_("Thread stack overrun:  %ld bytes used of a %ld byte stack, and %ld bytes needed.  Use 'mysqld -O thread_stack=#' to specify a bigger stack."),
904
 
/* ER_TOO_LONG_BODY 42000 S1009 */
905
 
N_("Routine body for '%-.100s' is too long"),
906
 
/* ER_WARN_CANT_DROP_DEFAULT_KEYCACHE */
907
 
N_("Cannot drop default keycache"),
908
 
/* ER_TOO_BIG_DISPLAYWIDTH 42000 S1009 */
909
 
N_("Display width out of range for column '%-.192s' (max = %d)"),
910
 
/* ER_XAER_DUPID XAE08 */
911
 
N_("XAER_DUPID: The XID already exists"),
912
 
/* ER_DATETIME_FUNCTION_OVERFLOW 22008 */
913
 
N_("Datetime function: %-.32s field overflow"),
914
 
/* ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG */
915
 
N_("Can't update table '%-.192s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger."),
916
 
/* ER_VIEW_PREVENT_UPDATE */
917
 
N_("The definition of table '%-.192s' prevents operation %.192s on table '%-.192s'."),
918
 
/* ER_PS_NO_RECURSION */
919
 
N_("The prepared statement contains a stored routine call that refers to that same statement. It's not allowed to execute a prepared statement in such a recursive manner"),
920
 
/* ER_SP_CANT_SET_AUTOCOMMIT */
921
 
N_("Not allowed to set autocommit from a stored function or trigger"),
922
 
/* ER_MALFORMED_DEFINER */
923
 
N_("Definer is not fully qualified"),
924
 
/* ER_VIEW_FRM_NO_USER */
925
 
N_("View '%-.192s'.'%-.192s' has no definer information (old table format). Current user is used as definer. Please recreate the view!"),
926
 
/* ER_VIEW_OTHER_USER */
927
 
N_("You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' definer"),
928
 
/* ER_NO_SUCH_USER */
929
 
N_("The user specified as a definer ('%-.64s'@'%-.64s') does not exist"),
930
 
/* ER_FORBID_SCHEMA_CHANGE */
931
 
N_("Changing schema from '%-.192s' to '%-.192s' is not allowed."),
932
 
/* ER_ROW_IS_REFERENCED_2 23000 */
933
 
N_("Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"),
934
 
/* ER_NO_REFERENCED_ROW_2 23000 */
935
 
N_("Cannot add or update a child row: a foreign key constraint fails (%.192s)"),
936
 
/* ER_SP_BAD_VAR_SHADOW 42000 */
937
 
N_("Variable '%-.64s' must be quoted with `...`, or renamed"),
938
 
/* ER_TRG_NO_DEFINER */
939
 
N_("No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger."),
940
 
/* ER_OLD_FILE_FORMAT */
941
 
N_("'%-.192s' has an old format, you should re-create the '%s' object(s)"),
942
 
/* ER_SP_RECURSION_LIMIT */
943
 
N_("Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %.192s"),
944
 
/* ER_SP_PROC_TABLE_CORRUPT */
945
 
N_("Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or contains bad data (internal code %d)"),
946
 
/* ER_SP_WRONG_NAME 42000 */
947
 
N_("Incorrect routine name '%-.192s'"),
948
 
/* ER_TABLE_NEEDS_UPGRADE */
949
 
N_("Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"),
950
 
/* ER_SP_NO_AGGREGATE 42000 */
951
 
N_("AGGREGATE is not supported for stored functions"),
952
 
/* ER_MAX_PREPARED_STMT_COUNT_REACHED 42000 */
953
 
N_("Can't create more than max_prepared_stmt_count statements (current value: %lu)"),
954
 
/* ER_VIEW_RECURSIVE */
955
 
N_("`%-.192s`.`%-.192s` contains view recursion"),
956
 
/* ER_NON_GROUPING_FIELD_USED 42000 */
957
 
N_("non-grouping field '%-.192s' is used in %-.64s clause"),
958
 
/* ER_TABLE_CANT_HANDLE_SPKEYS */
959
 
N_("The used table type doesn't support SPATIAL indexes"),
960
 
/* ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA */
961
 
N_("Triggers can not be created on system tables"),
962
 
/* ER_REMOVED_SPACES */
963
 
N_("Leading spaces are removed from name '%s'"),
964
 
/* ER_AUTOINC_READ_FAILED */
965
 
N_("Failed to read auto-increment value from storage engine"),
966
 
/* ER_USERNAME */
967
 
N_("user name"),
968
 
/* ER_HOSTNAME */
969
 
N_("host name"),
970
 
/* ER_WRONG_STRING_LENGTH */
971
 
N_("String '%-.70s' is too long for %s (should be no longer than %d)"),
972
 
/* ER_NON_INSERTABLE_TABLE   */
973
 
N_("The target table %-.100s of the %s is not insertable-into"),
974
 
/* ER_ADMIN_WRONG_MRG_TABLE */
975
 
N_("Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"),
976
 
/* ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT */
977
 
N_("Too high level of nesting for select"),
978
 
/* ER_NAME_BECOMES_EMPTY */
979
 
N_("Name '%-.64s' has become ''"),
980
 
/* ER_AMBIGUOUS_FIELD_TERM */
981
 
N_("First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY"),
982
 
/* ER_FOREIGN_SERVER_EXISTS */
983
 
N_("The foreign server, %s, you are trying to create already exists."),
984
 
/* ER_FOREIGN_SERVER_DOESNT_EXIST */
985
 
N_("The foreign server name you are trying to reference does not exist. Data source error:  %-.64s"),
986
 
/* ER_ILLEGAL_HA_CREATE_OPTION */
987
 
N_("Table storage engine '%-.64s' does not support the create option '%.64s'"),
988
 
/* ER_PARTITION_REQUIRES_VALUES_ERROR */
989
 
N_("Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for each partition"),
990
 
/* ER_PARTITION_WRONG_VALUES_ERROR */
991
 
N_("Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"),
992
 
/* ER_PARTITION_MAXVALUE_ERROR */
993
 
N_("MAXVALUE can only be used in last partition definition"),
994
 
/* ER_PARTITION_SUBPARTITION_ERROR */
995
 
N_("Subpartitions can only be hash partitions and by key"),
996
 
/* ER_PARTITION_SUBPART_MIX_ERROR */
997
 
N_("Must define subpartitions on all partitions if on one partition"),
998
 
/* ER_PARTITION_WRONG_NO_PART_ERROR */
999
 
N_("Wrong number of partitions defined, mismatch with previous setting"),
1000
 
/* ER_PARTITION_WRONG_NO_SUBPART_ERROR */
1001
 
N_("Wrong number of subpartitions defined, mismatch with previous setting"),
1002
 
/* ER_CONST_EXPR_IN_PARTITION_FUNC_ERROR */
1003
 
N_("Constant/Random expression in (sub)partitioning function is not allowed"),
1004
 
/* ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR */
1005
 
N_("Expression in RANGE/LIST VALUES must be constant"),
1006
 
/* ER_FIELD_NOT_FOUND_PART_ERROR */
1007
 
N_("Field in list of fields for partition function not found in table"),
1008
 
/* ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR */
1009
 
N_("List of fields is only allowed in KEY partitions"),
1010
 
/* ER_INCONSISTENT_PARTITION_INFO_ERROR */
1011
 
N_("The partition info in the frm file is not consistent with what can be written into the frm file"),
1012
 
/* ER_PARTITION_FUNC_NOT_ALLOWED_ERROR */
1013
 
N_("The %-.192s function returns the wrong type"),
1014
 
/* ER_PARTITIONS_MUST_BE_DEFINED_ERROR */
1015
 
N_("For %-.64s partitions each partition must be defined"),
1016
 
/* ER_RANGE_NOT_INCREASING_ERROR */
1017
 
N_("VALUES LESS THAN value must be strictly increasing for each partition"),
1018
 
/* ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR */
1019
 
N_("VALUES value must be of same type as partition function"),
1020
 
/* ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR */
1021
 
N_("Multiple definition of same constant in list partitioning"),
1022
 
/* ER_PARTITION_ENTRY_ERROR */
1023
 
N_("Partitioning can not be used stand-alone in query"),
1024
 
/* ER_MIX_HANDLER_ERROR */
1025
 
N_("The mix of handlers in the partitions is not allowed in this version of MySQL"),
1026
 
/* ER_PARTITION_NOT_DEFINED_ERROR */
1027
 
N_("For the partitioned engine it is necessary to define all %-.64s"),
1028
 
/* ER_TOO_MANY_PARTITIONS_ERROR */
1029
 
N_("Too many partitions (including subpartitions) were defined"),
1030
 
/* ER_SUBPARTITION_ERROR */
1031
 
N_("It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning"),
1032
 
/* ER_CANT_CREATE_HANDLER_FILE */
1033
 
N_("Failed to create specific handler file"),
1034
 
/* ER_BLOB_FIELD_IN_PART_FUNC_ERROR */
1035
 
N_("A BLOB field is not allowed in partition function"),
1036
 
/* ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF */
1037
 
N_("A %-.192s must include all columns in the table's partitioning function"),
1038
 
/* ER_NO_PARTS_ERROR */
1039
 
N_("Number of %-.64s = 0 is not an allowed value"),
1040
 
/* ER_PARTITION_MGMT_ON_NONPARTITIONED */
1041
 
N_("Partition management on a not partitioned table is not possible"),
1042
 
/* ER_FOREIGN_KEY_ON_PARTITIONED */
1043
 
N_("Foreign key condition is not yet supported in conjunction with partitioning"),
1044
 
/* ER_DROP_PARTITION_NON_EXISTENT */
1045
 
N_("Error in list of partitions to %-.64s"),
1046
 
/* ER_DROP_LAST_PARTITION */
1047
 
N_("Cannot remove all partitions, use DROP TABLE instead"),
1048
 
/* ER_COALESCE_ONLY_ON_HASH_PARTITION */
1049
 
N_("COALESCE PARTITION can only be used on HASH/KEY partitions"),
1050
 
/* ER_REORG_HASH_ONLY_ON_SAME_NO */
1051
 
N_("REORGANISE PARTITION can only be used to reorganise partitions not to change their numbers"),
1052
 
/* ER_REORG_NO_PARAM_ERROR */
1053
 
N_("REORGANISE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs"),
1054
 
/* ER_ONLY_ON_RANGE_LIST_PARTITION */
1055
 
N_("%-.64s PARTITION can only be used on RANGE/LIST partitions"),
1056
 
/* ER_ADD_PARTITION_SUBPART_ERROR */
1057
 
N_("Trying to Add partition(s) with wrong number of subpartitions"),
1058
 
/* ER_ADD_PARTITION_NO_NEW_PARTITION */
1059
 
N_("At least one partition must be added"),
1060
 
/* ER_COALESCE_PARTITION_NO_PARTITION */
1061
 
N_("At least one partition must be coalesced"),
1062
 
/* ER_REORG_PARTITION_NOT_EXIST */
1063
 
N_("More partitions to reorganise than there are partitions"),
1064
 
/* ER_SAME_NAME_PARTITION */
1065
 
N_("Duplicate partition name %-.192s"),
1066
 
/* ER_NO_BINLOG_ERROR */
1067
 
N_("It is not allowed to shut off binlog on this command"),
1068
 
/* ER_CONSECUTIVE_REORG_PARTITIONS */
1069
 
N_("When reorganising a set of partitions they must be in consecutive order"),
1070
 
/* ER_REORG_OUTSIDE_RANGE */
1071
 
N_("Reorganize of range partitions cannot change total ranges except for last partition where it can extend the range"),
1072
 
/* ER_PARTITION_FUNCTION_FAILURE */
1073
 
N_("Partition function not supported in this version for this handler"),
1074
 
/* ER_PART_STATE_ERROR */
1075
 
N_("Partition state cannot be defined from CREATE/ALTER TABLE"),
1076
 
/* ER_LIMITED_PART_RANGE */
1077
 
N_("The %-.64s handler only supports 32 bit integers in VALUES"),
1078
 
/* ER_PLUGIN_IS_NOT_LOADED */
1079
 
N_("Plugin '%-.192s' is not loaded"),
1080
 
/* ER_WRONG_VALUE */
1081
 
N_("Incorrect %-.32s value: '%-.128s'"),
1082
 
/* ER_NO_PARTITION_FOR_GIVEN_VALUE */
1083
 
N_("Table has no partition for value %-.64s"),
1084
 
/* ER_FILEGROUP_OPTION_ONLY_ONCE */
1085
 
N_("It is not allowed to specify %s more than once"),
1086
 
/* ER_CREATE_FILEGROUP_FAILED */
1087
 
N_("Failed to create %s"),
1088
 
/* ER_DROP_FILEGROUP_FAILED */
1089
 
N_("Failed to drop %s"),
1090
 
/* ER_TABLESPACE_AUTO_EXTEND_ERROR */
1091
 
N_("The handler doesn't support autoextend of tablespaces"),
1092
 
/* ER_WRONG_SIZE_NUMBER */
1093
 
N_("A size parameter was incorrectly specified, either number or on the form 10M"),
1094
 
/* ER_SIZE_OVERFLOW_ERROR */
1095
 
N_("The size number was correct but we don't allow the digit part to be more than 2 billion"),
1096
 
/* ER_ALTER_FILEGROUP_FAILED */
1097
 
N_("Failed to alter: %s"),
1098
 
/* ER_BINLOG_ROW_LOGGING_FAILED */
1099
 
N_("Writing one row to the row-based binary log failed"),
1100
 
/* ER_BINLOG_ROW_WRONG_TABLE_DEF */
1101
 
N_("Table definition on master and slave does not match: %s"),
1102
 
/* ER_BINLOG_ROW_RBR_TO_SBR */
1103
 
N_("Slave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events"),
1104
 
/* ER_EVENT_ALREADY_EXISTS */
1105
 
N_("Event '%-.192s' already exists"),
1106
 
/* ER_EVENT_STORE_FAILED */
1107
 
N_("Failed to store event %s. Error code %d from storage engine."),
1108
 
/* ER_EVENT_DOES_NOT_EXIST */
1109
 
N_("Unknown event '%-.192s'"),
1110
 
/* ER_EVENT_CANT_ALTER */
1111
 
N_("Failed to alter event '%-.192s'"),
1112
 
/* ER_EVENT_DROP_FAILED */
1113
 
N_("Failed to drop %s"),
1114
 
/* ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG */
1115
 
N_("INTERVAL is either not positive or too big"),
1116
 
/* ER_EVENT_ENDS_BEFORE_STARTS */
1117
 
N_("ENDS is either invalid or before STARTS"),
1118
 
/* ER_EVENT_EXEC_TIME_IN_THE_PAST */
1119
 
N_("Event execution time is in the past. Event has been disabled"),
1120
 
/* ER_EVENT_OPEN_TABLE_FAILED */
1121
 
N_("Failed to open mysql.event"),
1122
 
/* ER_EVENT_NEITHER_M_EXPR_NOR_M_AT */
1123
 
N_("No datetime expression provided"),
1124
 
/* ER_COL_COUNT_DOESNT_MATCH_CORRUPTED */
1125
 
N_("Column count of mysql.%s is wrong. Expected %d, found %d. The table is probably corrupted"),
1126
 
/* ER_CANNOT_LOAD_FROM_TABLE */
1127
 
N_("Cannot load from mysql.%s. The table is probably corrupted"),
1128
 
/* ER_EVENT_CANNOT_DELETE */
1129
 
N_("Failed to delete the event from mysql.event"),
1130
 
/* ER_EVENT_COMPILE_ERROR */
1131
 
N_("Error during compilation of event's body"),
1132
 
/* ER_EVENT_SAME_NAME */
1133
 
N_("Same old and new event name"),
1134
 
/* ER_EVENT_DATA_TOO_LONG */
1135
 
N_("Data for column '%s' too long"),
1136
 
/* ER_DROP_INDEX_FK */
1137
 
N_("Cannot drop index '%-.192s': needed in a foreign key constraint"),
1138
 
/* ER_WARN_DEPRECATED_SYNTAX_WITH_VER   */
1139
 
N_("The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s instead"),
1140
 
/* ER_CANT_WRITE_LOCK_LOG_TABLE */
1141
 
N_("You can't write-lock a log table. Only read access is possible"),
1142
 
/* ER_CANT_LOCK_LOG_TABLE */
1143
 
N_("You can't use locks with log tables."),
1144
 
/* ER_FOREIGN_DUPLICATE_KEY 23000 S1009 */
1145
 
N_("Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %d would lead to a duplicate entry"),
1146
 
/* ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE */
1147
 
N_("Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL %d, now running %d. Please use mysql_upgrade to fix this error."),
1148
 
/* ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR */
1149
 
N_("Cannot switch out of the row-based binary log format when the session has open temporary tables"),
1150
 
/* ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT */
1151
 
N_("Cannot change the binary logging format inside a stored function or trigger"),
1152
 
/* ER_NDB_CANT_SWITCH_BINLOG_FORMAT */
1153
 
N_("The NDB cluster engine does not support changing the binlog format on the fly yet"),
1154
 
/* ER_PARTITION_NO_TEMPORARY */
1155
 
N_("Cannot create temporary table with partitions"),
1156
 
/* ER_PARTITION_CONST_DOMAIN_ERROR */
1157
 
N_("Partition constant is out of partition function domain"),
1158
 
/* ER_PARTITION_FUNCTION_IS_NOT_ALLOWED */
1159
 
N_("This partition function is not allowed"),
1160
 
/* ER_DDL_LOG_ERROR */
1161
 
N_("Error in DDL log"),
1162
 
/* ER_NULL_IN_VALUES_LESS_THAN */
1163
 
N_("Not allowed to use NULL value in VALUES LESS THAN"),
1164
 
/* ER_WRONG_PARTITION_NAME */
1165
 
N_("Incorrect partition name"),
1166
 
/* ER_CANT_CHANGE_TX_ISOLATION 25001 */
1167
 
N_("Transaction isolation level can't be changed while a transaction is in progress"),
1168
 
/* ER_DUP_ENTRY_AUTOINCREMENT_CASE */
1169
 
N_("ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%-.192s' for key '%-.192s'"),
1170
 
/* ER_EVENT_MODIFY_QUEUE_ERROR */
1171
 
N_("Internal scheduler error %d"),
1172
 
/* ER_EVENT_SET_VAR_ERROR */
1173
 
N_("Error during starting/stopping of the scheduler. Error code %u"),
1174
 
/* ER_PARTITION_MERGE_ERROR */
1175
 
N_("Engine cannot be used in partitioned tables"),
1176
 
/* ER_CANT_ACTIVATE_LOG */
1177
 
N_("Cannot activate '%-.64s' log"),
1178
 
/* ER_RBR_NOT_AVAILABLE */
1179
 
N_("The server was not built with row-based replication"),
1180
 
/* ER_BASE64_DECODE_ERROR */
1181
 
N_("Decoding of base64 string failed"),
1182
 
/* ER_EVENT_RECURSION_FORBIDDEN */
1183
 
N_("Recursion of EVENT DDL statements is forbidden when body is present"),
1184
 
/* ER_EVENTS_DB_ERROR */
1185
 
N_("Cannot proceed because system tables used by Event Scheduler were found damaged at server start"),
1186
 
/* ER_ONLY_INTEGERS_ALLOWED */
1187
 
N_("Only integers allowed as number here"),
1188
 
/* ER_UNSUPORTED_LOG_ENGINE */
1189
 
N_("This storage engine cannot be used for log tables"),
1190
 
/* ER_BAD_LOG_STATEMENT */
1191
 
N_("You cannot '%s' a log table if logging is enabled"),
1192
 
/* ER_CANT_RENAME_LOG_TABLE */
1193
 
N_("Cannot rename '%s'. When logging enabled, rename to/from log table must rename two tables: the log table to an archive table and another table back to '%s'"),
1194
 
/* ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT 42000 */
1195
 
N_("Incorrect parameter count in the call to native function '%-.192s'"),
1196
 
/* ER_WRONG_PARAMETERS_TO_NATIVE_FCT 42000 */
1197
 
N_("Incorrect parameters in the call to native function '%-.192s'"),
1198
 
/* ER_WRONG_PARAMETERS_TO_STORED_FCT 42000   */
1199
 
N_("Incorrect parameters in the call to stored function '%-.192s'"),
1200
 
/* ER_NATIVE_FCT_NAME_COLLISION */
1201
 
N_("This function '%-.192s' has the same name as a native function"),
1202
 
/* ER_DUP_ENTRY_WITH_KEY_NAME 23000 S1009 */
1203
 
N_("Duplicate entry '%-.64s' for key '%-.192s'"),
1204
 
/* ER_BINLOG_PURGE_EMFILE */
1205
 
N_("Too many files opened, please execute the command again"),
1206
 
/* ER_EVENT_CANNOT_CREATE_IN_THE_PAST */
1207
 
N_("Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation."),
1208
 
/* ER_EVENT_CANNOT_ALTER_IN_THE_PAST */
1209
 
N_("Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation."),
1210
 
/* ER_SLAVE_INCIDENT */
1211
 
N_("The incident %s occured on the master. Message: %-.64s"),
1212
 
/* ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT */
1213
 
N_("Table has no partition for some existing values"),
1214
 
/* ER_BINLOG_UNSAFE_STATEMENT */
1215
 
N_("Statement is not safe to log in statement format."),
1216
 
/* ER_SLAVE_FATAL_ERROR */
1217
 
N_("Fatal error: %s"),
1218
 
/* ER_SLAVE_RELAY_LOG_READ_FAILURE */
1219
 
N_("Relay log read failure: %s"),
1220
 
/* ER_SLAVE_RELAY_LOG_WRITE_FAILURE */
1221
 
N_("Relay log write failure: %s"),
1222
 
/* ER_SLAVE_CREATE_EVENT_FAILURE */
1223
 
N_("Failed to create %s"),
1224
 
/* ER_SLAVE_MASTER_COM_FAILURE */
1225
 
N_("Master command %s failed: %s"),
1226
 
/* ER_BINLOG_LOGGING_IMPOSSIBLE */
1227
 
N_("Binary logging not possible. Message: %s"),
1228
 
/* ER_VIEW_NO_CREATION_CTX */
1229
 
N_("View `%-.64s`.`%-.64s` has no creation context"),
1230
 
/* ER_VIEW_INVALID_CREATION_CTX */
1231
 
N_("Creation context of view `%-.64s`.`%-.64s' is invalid"),
1232
 
/* ER_SR_INVALID_CREATION_CTX */
1233
 
N_("Creation context of stored routine `%-.64s`.`%-.64s` is invalid"),
1234
 
/* ER_TRG_CORRUPTED_FILE */
1235
 
N_("Corrupted TRG file for table `%-.64s`.`%-.64s`"),
1236
 
/* ER_TRG_NO_CREATION_CTX */
1237
 
N_("Triggers for table `%-.64s`.`%-.64s` have no creation context"),
1238
 
/* ER_TRG_INVALID_CREATION_CTX */
1239
 
N_("Trigger creation context of table `%-.64s`.`%-.64s` is invalid"),
1240
 
/* ER_EVENT_INVALID_CREATION_CTX */
1241
 
N_("Creation context of event `%-.64s`.`%-.64s` is invalid"),
1242
 
/* ER_TRG_CANT_OPEN_TABLE */
1243
 
N_("Cannot open table for trigger `%-.64s`.`%-.64s`"),
1244
 
/* ER_CANT_CREATE_SROUTINE */
1245
 
N_("Cannot create stored routine `%-.64s`. Check warnings"),
1246
 
/* ER_SLAVE_AMBIGOUS_EXEC_MODE */
1247
 
N_("Ambiguous slave modes combination. %s"),
1248
 
/* ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT */
1249
 
N_("The BINLOG statement of type `%s` was not preceded by a format description BINLOG statement."),
1250
 
/* ER_SLAVE_CORRUPT_EVENT */
1251
 
N_("Corrupted replication event was detected"),
1252
 
/* ER_LOAD_DATA_INVALID_COLUMN */
1253
 
N_("Invalid column reference (%-.64s) in LOAD DATA"),
1254
 
/* ER_LOG_PURGE_NO_FILE   */
1255
 
N_("Being purged log %s was not found"),
1256
 
/* ER_WARN_AUTO_CONVERT_LOCK */
1257
 
N_("Converted to non-transactional lock on '%-.64s'"),
1258
 
/* ER_NO_AUTO_CONVERT_LOCK_STRICT */
1259
 
N_("Cannot convert to non-transactional lock in strict mode on '%-.64s'"),
1260
 
/* ER_NO_AUTO_CONVERT_LOCK_TRANSACTION */
1261
 
N_("Cannot convert to non-transactional lock in an active transaction on '%-.64s'"),
1262
 
/* ER_NO_STORAGE_ENGINE */
1263
 
N_("Can't access storage engine of table %-.64s"),
1264
 
/* ER_BACKUP_BACKUP_START */
1265
 
N_("Starting backup process"),
1266
 
/* ER_BACKUP_BACKUP_DONE */
1267
 
N_("Backup completed"),
1268
 
/* ER_BACKUP_RESTORE_START */
1269
 
N_("Starting restore process"),
1270
 
/* ER_BACKUP_RESTORE_DONE */
1271
 
N_("Restore completed"),
1272
 
/* ER_BACKUP_NOTHING_TO_BACKUP */
1273
 
N_("Nothing to backup"),
1274
 
/* ER_BACKUP_CANNOT_INCLUDE_DB */
1275
 
N_("Database '%-.64s' cannot be included in a backup"),
1276
 
/* ER_BACKUP_BACKUP */
1277
 
N_("Error during backup operation - server's error log contains more information about the error"),
1278
 
/* ER_BACKUP_RESTORE */
1279
 
N_("Error during restore operation - server's error log contains more information about the error"),
1280
 
/* ER_BACKUP_RUNNING */
1281
 
N_("Can't execute this command because another BACKUP/RESTORE operation is in progress"),
1282
 
/* ER_BACKUP_BACKUP_PREPARE */
1283
 
N_("Error when preparing for backup operation"),
1284
 
/* ER_BACKUP_RESTORE_PREPARE */
1285
 
N_("Error when preparing for restore operation"),
1286
 
/* ER_BACKUP_INVALID_LOC */
1287
 
N_("Invalid backup location '%-.64s'"),
1288
 
/* ER_BACKUP_READ_LOC */
1289
 
N_("Can't read backup location '%-.64s'"),
1290
 
/* ER_BACKUP_WRITE_LOC */
1291
 
N_("Can't write to backup location '%-.64s' (file already exists?)"),
1292
 
/* ER_BACKUP_LIST_DBS */
1293
 
N_("Can't enumerate server databases"),
1294
 
/* ER_BACKUP_LIST_TABLES */
1295
 
N_("Can't enumerate server tables"),
1296
 
/* ER_BACKUP_LIST_DB_TABLES */
1297
 
N_("Can't enumerate tables in database %-.64s"),
1298
 
/* ER_BACKUP_SKIP_VIEW */
1299
 
N_("Skipping view %-.64s in database %-.64s"),
1300
 
/* ER_BACKUP_NO_ENGINE */
1301
 
N_("Skipping table %-.64s since it has no valid storage engine"),
1302
 
/* ER_BACKUP_TABLE_OPEN */
1303
 
N_("Can't open table %-.64s"),
1304
 
/* ER_BACKUP_READ_HEADER */
1305
 
N_("Can't read backup archive preamble"),
1306
 
/* ER_BACKUP_WRITE_HEADER */
1307
 
N_("Can't write backup archive preamble"),
1308
 
/* ER_BACKUP_NO_BACKUP_DRIVER */
1309
 
N_("Can't find backup driver for table %-.64s"),
1310
 
/* ER_BACKUP_NOT_ACCEPTED */
1311
 
N_("%-.64s backup driver was selected for table %-.64s but it rejects to handle this table"),
1312
 
/* ER_BACKUP_CREATE_BACKUP_DRIVER */
1313
 
N_("Can't create %-.64s backup driver"),
1314
 
/* ER_BACKUP_CREATE_RESTORE_DRIVER */
1315
 
N_("Can't create %-.64s restore driver"),
1316
 
/* ER_BACKUP_TOO_MANY_IMAGES */
1317
 
N_("Found %d images in backup archive but maximum %d are supported"),
1318
 
/* ER_BACKUP_WRITE_META */
1319
 
N_("Error when saving meta-data of %-.64s"),
1320
 
/* ER_BACKUP_READ_META */
1321
 
N_("Error when reading meta-data list"),
1322
 
/* ER_BACKUP_CREATE_META */
1323
 
N_("Can't create %-.64s"),
1324
 
/* ER_BACKUP_GET_BUF */
1325
 
N_("Can't allocate buffer for image data transfer"),
1326
 
/* ER_BACKUP_WRITE_DATA */
1327
 
N_("Error when writing %-.64s backup image data (for table #%d)"),
1328
 
/* ER_BACKUP_READ_DATA */
1329
 
N_("Error when reading data from backup stream"),
1330
 
/* ER_BACKUP_NEXT_CHUNK */
1331
 
N_("Can't go to the next chunk in backup stream"),
1332
 
/* ER_BACKUP_INIT_BACKUP_DRIVER */
1333
 
N_("Can't initialize %-.64s backup driver"),
1334
 
/* ER_BACKUP_INIT_RESTORE_DRIVER */
1335
 
N_("Can't initialize %-.64s restore driver"),
1336
 
/* ER_BACKUP_STOP_BACKUP_DRIVER */
1337
 
N_("Can't shut down %-.64s backup driver"),
1338
 
/* ER_BACKUP_STOP_RESTORE_DRIVERS */
1339
 
N_("Can't shut down %-.64s backup driver(s)"),
1340
 
/* ER_BACKUP_PREPARE_DRIVER */
1341
 
N_("%-.64s backup driver can't prepare for synchronization"),
1342
 
/* ER_BACKUP_CREATE_VP */
1343
 
N_("%-.64s backup driver can't create its image validity point"),
1344
 
/* ER_BACKUP_UNLOCK_DRIVER */
1345
 
N_("Can't unlock %-.64s backup driver after creating the validity point"),
1346
 
/* ER_BACKUP_CANCEL_BACKUP */
1347
 
N_("%-.64s backup driver can't cancel its backup operation"),
1348
 
/* ER_BACKUP_CANCEL_RESTORE */
1349
 
N_("%-.64s restore driver can't cancel its restore operation"),
1350
 
/* ER_BACKUP_GET_DATA */
1351
 
N_("Error when polling %-.64s backup driver for its image data"),
1352
 
/* ER_BACKUP_SEND_DATA */
1353
 
N_("Error when sending image data (for table #%d) to %-.64s restore driver"),
1354
 
/* ER_BACKUP_SEND_DATA_RETRY */
1355
 
N_("After %d attempts %-.64s restore driver still can't accept next block of data"),
1356
 
/* ER_BACKUP_OPEN_TABLES */
1357
 
N_("Open and lock tables failed in %-.64s"),
1358
 
/* ER_BACKUP_THREAD_INIT */
1359
 
N_("Backup driver's table locking thread can not be initialized."),
1360
 
/* ER_BACKUP_PROGRESS_TABLES */
1361
 
N_("Can't open the online backup progress tables. Check 'mysql.online_backup' and 'mysql.online_backup_progress'."),
1362
 
/* ER_TABLESPACE_EXIST */
1363
 
N_("Tablespace '%-.192s' already exists"),
1364
 
/* ER_NO_SUCH_TABLESPACE */
1365
 
N_("Tablespace '%-.192s' doesn't exist"),
1366
 
/* ER_SLAVE_HEARTBEAT_FAILURE */
1367
 
N_("Unexpected master's heartbeat data: %s"),
1368
 
/* ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE */
1369
 
N_("The requested value for the heartbeat period %s %s"),
1370
 
/* ER_BACKUP_LOG_WRITE_ERROR */
1371
 
N_("Can't write to the online backup progress log %-.64s."),
1372
 
/* ER_TABLESPACE_NOT_EMPTY */
1373
 
N_("Tablespace '%-.192s' not empty"),
1374
 
/* ER_BACKUP_TS_CHANGE */
1375
 
N_("Tablespace `%-.64s` needed by tables being restored has changed on the server. The original definition of the required tablespace is '%-.256s' while the same tablespace is defined on the server as '%-.256s'"),
1376
 
/* ER_VCOL_BASED_ON_VCOL */
1377
 
N_("A virtual column cannot be based on a virtual column"),
1378
 
/* ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED */
1379
 
N_("Non-deterministic expression for virtual column '%s'."),
1380
 
/* ER_DATA_CONVERSION_ERROR_FOR_VIRTUAL_COLUMN */
1381
 
N_("Generated value for virtual column '%s' cannot be converted to type '%s'."),
1382
 
/* ER_PRIMARY_KEY_BASED_ON_VIRTUAL_COLUMN */
1383
 
N_("Primary key cannot be defined upon a virtual column."),
1384
 
/* ER_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMN */
1385
 
N_("Key/Index cannot be defined on a non-stored virtual column."),
1386
 
/* ER_WRONG_FK_OPTION_FOR_VIRTUAL_COLUMN */
1387
 
N_("Cannot define foreign key with %s clause on a virtual column."),
1388
 
/* ER_WARNING_NON_DEFAULT_VALUE_FOR_VIRTUAL_COLUMN */
1389
 
N_("The value specified for virtual column '%s' in table '%s' ignored."),
1390
 
/* ER_UNSUPPORTED_ACTION_ON_VIRTUAL_COLUMN */
1391
 
N_("'%s' is not yet supported for virtual columns."),
1392
 
/* ER_CONST_EXPR_IN_VCOL */
1393
 
N_("Constant expression in virtual column function is not allowed.")
1394
 
};
1395
 
 
1396
 
#endif