1
# Maltese translation for drizzle
2
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2010-07-20 16:06+0000\n"
11
"PO-Revision-Date: 2010-09-23 18:11+0000\n"
12
"Last-Translator: boracasli <Unknown>\n"
13
"Language-Team: Maltese <mt@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=4; plural=n == 1 ? 0 : (n == 0 || ((n % 100) >= 2 && "
18
"(n % 100) <= 10) ) ? 1 : ((n % 100) >= 11 && (n % 100) <= 19 ) ? 2 : 3;\n"
19
"X-Launchpad-Export-Date: 2010-09-24 04:40+0000\n"
20
"X-Generator: Launchpad (build Unknown)\n"
22
msgid "Synonym for `help'."
25
msgid "Clear command."
28
msgid "Reconnect to the server. Optional arguments are db and host."
32
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
35
msgid "Send command to drizzle server, display result vertically."
38
msgid "Exit drizzle. Same as quit."
41
msgid "Send command to drizzle server."
44
msgid "Display this help."
45
msgstr "Turi din l-għajnuna."
47
msgid "Disable pager, print to stdout."
50
msgid "Don't write into outfile."
53
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
56
msgid "Print current command."
59
msgid "Change your drizzle prompt."
65
msgid "Rebuild completion hash."
68
msgid "Execute an SQL script file. Takes a file name as an argument."
71
msgid "Get status information from the server."
74
msgid "Set outfile [to_outfile]. Append everything into given outfile."
77
msgid "Use another database. Takes database name as argument."
80
msgid "Show warnings after every statement."
83
msgid "Don't show warnings after every statement."
86
msgid "Error: Invalid Value for connect_timeout"
89
msgid "Error: Invalid Value for max_input_line"
92
msgid "Displays this help and exit."
96
"Don't use history file. Disable interactive behavior. (Enables --silent)"
99
msgid "Display column type information."
103
"Preserve comments. Send comments to the server. The default is --skip-"
104
"comments (discard comments), enable with --comments"
107
msgid "Use compression in server/client protocol."
110
msgid "Print the output of a query (rows) vertically."
113
msgid "Continue even if we get an sql error."
117
"Enable named commands. Named commands mean this program's internal commands; "
118
"see drizzle> help . When enabled, the named commands can be used from any "
119
"line of the query, otherwise only from the first line, before an enter. "
120
"Disable with --disable-named-commands. This option is disabled by default."
124
"Named commands are disabled. Use \\* form only, or use named commands only "
125
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
126
"the client now starts with this option ENABLED by default! Disable with '-"
127
"G'. Long format commands still work from the first line. WARNING: option "
128
"deprecated; use --disable-named-commands instead."
131
msgid "Ignore space after function names."
134
msgid "Turn off beep on error."
137
msgid "Write line numbers for errors."
141
"Don't write line number for errors. WARNING: -L is deprecated, use long "
142
"version of this option instead."
145
msgid "Write column names in results."
149
"Don't write column names in results. WARNING: -N is deprecated, use long "
150
"version of this options instead."
154
"Change the value of a variable. Please note that this option is deprecated; "
155
"you can set variables directly with --variable-name=value."
158
msgid "Output in table format."
161
msgid "Only allow UPDATE and DELETE that uses keys."
164
msgid "Synonym for option --safe-updates, -U."
167
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
170
msgid "Output version information and exit."
174
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
177
msgid "Number of lines before each import progress report."
180
msgid "Ping the server to check if it's alive."
183
msgid "Configuration file defaults are not used if no-defaults is set"
187
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
188
"and field completion, but startup and reconnecting may take a longer time. "
189
"Disable with --disable-auto-rehash."
193
"No automatic rehashing. One has to use 'rehash' to get table and field "
194
"completion. This gives a quicker start of drizzle_st and disables rehashing "
195
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
199
"Automatically switch to vertical output mode if the result is wider than the "
203
msgid "Database to use."
209
msgid "Delimiter to be used."
212
msgid "Execute command and quit. (Disables --force and history file)"
215
msgid "Enable/disable LOAD DATA LOCAL INFILE."
218
msgid "Flush buffer after each query."
221
msgid "Ignore SIGINT (CTRL-C)"
225
"Only update the default database. This is useful for skipping updates to "
226
"other database in the update log."
230
"Pager to use to display results. If you don't supply an option the default "
231
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
232
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
233
"work in batch mode. Disable with --disable-pager. This option is disabled by "
237
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
240
msgid "Set the drizzle prompt to this value."
244
"Don't cache result, print it row by row. This may slow down the server if "
245
"the output is suspended. Doesn't use history file."
248
msgid "Write fields without conversion. Used with --batch."
252
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
253
"option is enabled by default."
256
msgid "Shutdown the server"
260
"Be more silent. Print results with a tab as separator, each row on new line."
264
"Append everything into outfile. See interactive help (\\h) also. Does not "
265
"work in batch mode. Disable with --disable-tee. This option is disabled by "
269
msgid "Disable outfile. See interactive help (\\h) also."
272
msgid "Wait and retry if connection is down."
275
msgid "Number of seconds before connection timeout."
278
msgid "Max length of input line"
281
msgid "Automatic limit for SELECT when using --safe-updates"
284
msgid "Automatic limit for rows in a join when using --safe-updates"
287
msgid "Use MySQL Protocol."
290
msgid "Connect to host"
294
"Password to use when connecting to server. If password is not given it's "
295
"asked from the tty."
299
"Port number to use for connection or 0 for default to, in order of "
300
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
303
msgid "User for login if not current user."
306
msgid "The protocol of connection (tcp,socket,pipe,memory)."
311
"Memory allocation error while constructing initial prompt. Aborting.\n"
314
msgid "DELIMITER cannot contain a backslash character"
318
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
322
msgid "drizzle Ver %s Distrib %s, for %s-%s (%s) using readline %s\n"
327
"Copyright (C) 2008 Sun Microsystems\n"
328
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
329
"and you are welcome to modify and redistribute it under the GPL license\n"
333
msgid "Usage: drizzle [OPTIONS] [database]\n"
336
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
341
"Your Drizzle connection id is %u\n"
342
"Server version: %s\n"
346
msgid "Reading history-file %s\n"
350
msgid "Couldn't allocate memory for temp histfile!\n"
353
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
357
msgid "Writing history-file %s\n"
366
msgid "Query aborted by Ctrl+C\n"
370
msgid "Processing line: %<PRIu32>\n"
373
msgid "Unknown command: "
377
"Reading table information for completion of table and column names\n"
378
"You can turn off this feature to get a quicker startup with -A\n"
382
msgid "No connection. Trying to reconnect..."
385
msgid "Can't connect to the server\n"
388
msgid "List of all Drizzle commands:"
391
msgid "Note that all text commands must be first on line and end with ';'"
394
msgid "No query specified\n"
397
msgid "Ignoring query to other database"
404
msgid "%ld row in set"
405
msgid_plural "%ld rows in set"
413
msgid "Query OK, %ld row affected"
414
msgid_plural "Query OK, %ld rows affected"
419
msgid "Got errno %d on write"
423
msgid "%s: You must use option --tab with --fields-...\n"
428
"%s: You can't use --single-transaction and --lock-all-tables at the same "
434
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
439
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
443
msgid "Got error: %s (%d) %s"
447
msgid "Got error: %d %s"
451
msgid "Couldn't execute '%s': %s (%d)"
455
msgid "-- Connecting to %s...\n"
459
msgid "-- Disconnecting from %s...\n"
462
msgid "Couldn't allocate memory"
467
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
472
msgid "-- Retrieving table structure for table %s...\n"
476
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
480
msgid "%s: Can't get keys for table %s\n"
484
msgid "Error: Couldn't read status information for table %s\n"
488
msgid "Error retrieving table structure for table: \"%s\""
492
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
496
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
500
msgid "-- Skipping dump data for table '%s', it has no fields\n"
503
msgid "-- Sending SELECT query...\n"
506
msgid "when executing 'SELECT INTO OUTFILE'"
513
"-- Dumping data for table %s\n"
517
msgid "-- Retrieving rows...\n"
521
msgid "%s: Error in field count for table: %s ! Aborting.\n"
525
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
529
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
533
msgid "Not enough fields from table %s! Aborting.\n"
536
msgid "when doing refresh"
539
msgid "alloc_root failure."
543
msgid "Couldn't find table: \"%s\""
548
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
552
msgid "Error: Not enough memory to store ORDER BY clause\n"
556
"Number of rows before each output progress report (requires --verbose)."
560
msgid "Usage: %s [OPTIONS] database [tables]\n"
564
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
568
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
572
msgid "Value supplied for port is not valid.\n"
576
msgid "Input filename too long: %s"
580
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
584
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
585
"and you are welcome to modify and redistribute it under the GPL license\n"
588
msgid "Dumps definitions and data from a Drizzle database server"
592
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
596
msgid "Invalid mode to --compatible: %s\n"
599
msgid "Error: Invalid Value for opt_max_connect_retries"
602
msgid "Error: Invalid Value for opt_tail_lines"
605
msgid "Error: Invalid Value for opt_sleep"
609
msgid "Could not open '%s' for reading: errno = %d"
613
msgid "Out of memory"
619
msgid "One can only use the --user switch if running as root\n"
623
"Fatal error: Please read \"Security\" section of the manual to find out how "
624
"to run drizzled as root!\n"
629
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
634
msgid "gethostname failed, using '%s' as hostname"
638
msgid "Unknown locale: '%s'"
641
msgid "Can't create thread-keys"
644
msgid "Failed to initialize plugins."
649
"%s: Too many arguments (first extra is '%s').\n"
650
"Use --verbose --help to get a list of available options\n"
653
msgid "No scheduler found, cannot continue!\n"
657
msgid "Unknown/unsupported storage engine: %s"
660
msgid "Display this help and exit."
663
msgid "Display this help and exit after initializing plugins."
666
msgid "Auto-increment columns are incremented by this"
670
"Offset added to Auto-increment columns. Used when auto-increment-increment "
675
"Path to installation directory. All paths are usually resolved relative to "
679
msgid "Chroot drizzled daemon during startup."
682
msgid "Set the default collation."
685
msgid "Default completion type."
688
msgid "Write core on errors."
691
msgid "Path to the database root."
694
msgid "Set the default storage engine (table type) for tables."
697
msgid "Set the default time zone."
700
msgid "Used for debugging; Use at your own risk!"
703
msgid "Set up signals usable for debugging"
709
msgid "Set the language used for the month names and the days of the week."
712
msgid "Log some not critical warnings to the log file."
715
msgid "Pid file used by safe_mysqld."
719
"Maximum time in seconds to wait for the port to become free. (Default: no "
724
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
725
"specified directory"
729
"Uniquely identifies the server instance in the community of replication "
733
msgid "Don't print a stack trace on failure."
736
msgid "Enable symbolic link support."
740
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
743
msgid "Path for temporary files."
746
msgid "Default transaction isolation level."
749
msgid "Run drizzled daemon as user."
753
"The number of outstanding connection requests Drizzle can have. This comes "
754
"into play when the main Drizzle thread gets very many connection requests in "
759
"Size of tree cache used in bulk insert optimization. Note that this is a "
764
"Precision of the result of '/' operator will be increased on that value."
767
msgid "The maximum length of the result of function group_concat."
770
msgid "The size of the buffer that is used for full joins."
773
msgid "Max packetlength to send/receive from to server."
777
"If there is more than this number of interrupted connections from a host "
778
"this host will be blocked from further connections."
781
msgid "Max number of errors/warnings to store for a statement."
784
msgid "Don't allow creation of heap tables bigger than this."
788
"Joins that are probably going to read more than max_join_size records return "
792
msgid "Max number of bytes in sorted records."
795
msgid "Limit assumed max number of seeks when looking up rows based on a key"
799
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
800
"max_sort_length bytes of each value are used; the rest are ignored)."
803
msgid "After this many write locks, allow some read locks to run in between."
807
"Don't log queries which examine less than min_examined_row_limit rows to "
812
"Controls the heuristic(s) applied during query optimization to prune less-"
813
"promising partial plans from the optimizer search space. Meaning: false - do "
814
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
815
"based on number of retrieved rows."
819
"Maximum depth of search performed by the query optimizer. Values larger than "
820
"the number of relations in a query result in better query plans, but take "
821
"longer to compile a query. Smaller values than the number of tables in a "
822
"relation result in faster optimization, but may produce very bad query "
823
"plans. If set to 0, the system will automatically pick a reasonable value; "
824
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
825
"(used for testing/comparison)."
828
msgid "Directory for plugins."
832
"Optional comma separated list of plugins to load at startup in addition to "
833
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
837
"Optional comma separated list of plugins to not load at startup. Effectively "
838
"removes a plugin from the list of plugins to be loaded. [for example: --"
839
"plugin_remove=crc32,logger_gearman]"
843
"Optional comma separated list of plugins to load at starup instead of the "
844
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
847
msgid "The size of the buffer that is allocated when preloading indexes"
850
msgid "Allocation block size for query parsing and execution"
853
msgid "Persistent buffer for query parsing and execution"
856
msgid "Allocation block size for storing ranges during optimization"
860
"Each thread that does a sequential scan allocates a buffer of this size for "
861
"each table it scans. If you do many sequential scans, you may want to "
862
"increase this value."
866
"When reading rows in sorted order after a sort, the rows are read through "
867
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
871
msgid "Select scheduler to be used (by default multi-thread)."
874
msgid "Each thread that needs to do a sort allocates a buffer of this size."
877
msgid "The number of cached table definitions."
880
msgid "The number of cached open tables."
884
"Timeout in seconds to wait for a table level lock before returning an error. "
885
"Used only if the connection has active cursors."
888
msgid "The stack size for each thread."
892
"If an internal in-memory temporary table exceeds this size, Drizzle will "
893
"automatically convert it to an on-disk MyISAM table."
897
"Copyright (C) 2008 Sun Microsystems\n"
898
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
899
"and you are welcome to modify and redistribute it under the GPL license\n"
901
"Starts the Drizzle database server\n"
905
msgid "Usage: %s [OPTIONS]\n"
910
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
914
msgid "Can't start server: cannot resolve hostname!"
917
msgid "Can't start server: bind-address refers to multiple interfaces!"
921
msgid "Unknown error %d"
931
msgid "Can't create file '%-.200s' (errno: %d)"
935
msgid "Can't create table '%-.200s' (errno: %d)"
939
msgid "Can't create database '%-.192s' (errno: %d)"
943
msgid "Can't create database '%-.192s'; database exists"
947
msgid "Can't drop database '%-.192s'; database doesn't exist"
951
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
955
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
959
msgid "Error on delete of '%-.192s' (errno: %d)"
962
msgid "Can't read record in system table"
966
msgid "Can't get status of '%-.200s' (errno: %d)"
970
msgid "Can't get working directory (errno: %d)"
974
msgid "Can't lock file (errno: %d)"
978
msgid "Can't open file: '%-.200s' (errno: %d)"
982
msgid "Can't find file: '%-.200s' (errno: %d)"
986
msgid "Can't read dir of '%-.192s' (errno: %d)"
990
msgid "Can't change dir to '%-.192s' (errno: %d)"
994
msgid "Record has changed since last read in table '%-.192s'"
998
msgid "Disk full (%s); waiting for someone to free some space..."
1002
msgid "Can't write; duplicate key in table '%-.192s'"
1006
msgid "Error on close of '%-.192s' (errno: %d)"
1010
msgid "Error reading file '%-.200s' (errno: %d)"
1014
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1018
msgid "Error writing file '%-.200s' (errno: %d)"
1022
msgid "'%-.192s' is locked against change"
1025
msgid "Sort aborted"
1029
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1033
msgid "Got error %d from storage engine"
1037
msgid "Table storage engine for '%-.192s' doesn't have this option"
1041
msgid "Can't find record in '%-.192s'"
1045
msgid "Incorrect information in file: '%-.200s'"
1049
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1053
msgid "Old key file for table '%-.192s'; repair it!"
1057
msgid "Table '%-.192s' is read only"
1061
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1064
msgid "Out of sort memory; increase server sort buffer size"
1068
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1071
msgid "Too many connections"
1075
"Out of memory; check if drizzled or some other process uses all available "
1076
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1077
"memory or you can add more swap space"
1080
msgid "Can't get hostname for your address"
1083
msgid "Bad handshake"
1087
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1091
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1094
msgid "No database selected"
1097
msgid "Unknown command"
1101
msgid "Column '%-.192s' cannot be null"
1105
msgid "Unknown database '%-.192s'"
1109
msgid "Table '%-.192s' already exists"
1113
msgid "Unknown table '%-.100s'"
1117
msgid "Column '%-.192s' in %-.192s is ambiguous"
1120
msgid "Server shutdown in progress"
1124
msgid "Unknown column '%-.192s' in '%-.192s'"
1128
msgid "'%-.192s' isn't in GROUP BY"
1132
msgid "Can't group on '%-.192s'"
1135
msgid "Statement has sum functions and columns in same statement"
1138
msgid "Column count doesn't match value count"
1142
msgid "Identifier name '%-.100s' is too long"
1146
msgid "Duplicate column name '%-.192s'"
1150
msgid "Duplicate key name '%-.192s'"
1154
msgid "Duplicate entry '%-.192s' for key %d"
1158
msgid "Incorrect column specifier for column '%-.192s'"
1162
msgid "%s near '%-.80s' at line %d"
1165
msgid "Query was empty"
1169
msgid "Not unique table/alias: '%-.192s'"
1173
msgid "Invalid default value for '%-.192s'"
1176
msgid "Multiple primary key defined"
1180
msgid "Too many keys specified; max %d keys allowed"
1184
msgid "Too many key parts specified; max %d parts allowed"
1188
msgid "Specified key was too long; max key length is %d bytes"
1192
msgid "Key column '%-.192s' doesn't exist in table"
1197
"BLOB column '%-.192s' can't be used in key specification with the used table "
1203
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1208
"Incorrect table definition; there can be only one auto column and it must be "
1214
"%s: ready for connections.\n"
1215
"Version: '%s' socket: '%s' port: %u\n"
1219
msgid "%s: Normal shutdown\n"
1223
msgid "%s: Got signal %d. Aborting!\n"
1227
msgid "%s: Shutdown complete\n"
1231
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
1234
msgid "Can't create IP socket"
1239
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1245
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1250
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1255
"The file '%-.128s' must be in the database directory or be readable by all"
1259
msgid "File '%-.200s' already exists"
1263
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
1267
msgid "Records: %ld Duplicates: %ld"
1271
"Incorrect prefix key; the used key part isn't a string, the used length is "
1272
"longer than the key part, or the storage engine doesn't support unique "
1276
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
1280
msgid "Can't DROP '%-.192s'; check that column/key exists"
1284
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
1288
msgid "You can't specify target table '%-.192s' for update in FROM clause"
1292
msgid "Unknown thread id: %lu"
1296
msgid "You are not owner of thread %lu"
1299
msgid "No tables used"
1303
msgid "Too many strings for column %-.192s and SET"
1307
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
1311
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
1315
msgid "Table '%-.192s' was not locked with LOCK TABLES"
1319
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
1323
msgid "Incorrect database name '%-.100s'"
1327
msgid "Incorrect table name '%-.100s'"
1331
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
1332
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
1335
msgid "Unknown error"
1339
msgid "Unknown procedure '%-.192s'"
1343
msgid "Incorrect parameter count to procedure '%-.192s'"
1347
msgid "Incorrect parameters to procedure '%-.192s'"
1351
msgid "Unknown table '%-.192s' in %-.32s"
1355
msgid "Column '%-.192s' specified twice"
1358
msgid "Invalid use of group function"
1363
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
1366
msgid "A table must have at least 1 column"
1370
msgid "The table '%-.192s' is full"
1374
msgid "Unknown character set: '%-.64s'"
1378
msgid "Too many tables; Drizzle can only use %d tables in a join"
1381
msgid "Too many columns"
1386
"Row size too large. The maximum row size for the used table type, not "
1387
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
1392
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
1393
"thread_stack=#' to specify a bigger stack if needed"
1396
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
1401
"Table handler doesn't support NULL in given index. Please change column '%-"
1402
".192s' to be NOT NULL or use another handler"
1406
msgid "Can't load function '%-.192s'"
1410
msgid "Can't initialize function '%-.192s'; %-.80s"
1413
msgid "No paths allowed for plugin library"
1417
msgid "Plugin '%-.192s' already exists"
1421
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
1425
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
1429
msgid "Function '%-.192s' is not defined"
1434
"Host '%-.64s' is blocked because of many connection errors; unblock with "
1435
"'drizzleadmin flush-hosts'"
1439
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
1443
"You are using Drizzle as an anonymous user and anonymous users are not "
1444
"allowed to change passwords"
1448
"You must have privileges to update tables in the drizzle database to be able "
1449
"to change passwords for others"
1452
msgid "Can't find any matching row in the user table"
1456
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
1461
"Can't create a new thread (errno %d); if you are not out of available "
1462
"memory, you can consult the manual for a possible OS-dependent bug"
1466
msgid "Column count doesn't match value count at row %ld"
1470
msgid "Can't reopen table: '%-.192s'"
1473
msgid "Invalid use of NULL value"
1477
msgid "Got error '%-.64s' from regexp"
1481
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
1482
"illegal if there is no GROUP BY clause"
1486
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
1490
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
1495
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
1500
"Illegal GRANT/REVOKE command; please consult the manual to see which "
1501
"privileges can be used"
1504
msgid "The host or user argument to GRANT is too long"
1508
msgid "Table '%-.192s.%-.192s' doesn't exist"
1513
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
1517
msgid "The used command is not allowed with this Drizzle version"
1521
"You have an error in your SQL syntax; check the manual that corresponds to "
1522
"your Drizzle server version for the right syntax to use"
1526
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
1529
msgid "Too many delayed threads in use"
1533
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
1536
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
1539
msgid "Got a read error from the connection pipe"
1542
msgid "Got an error from fcntl()"
1545
msgid "Got packets out of order"
1548
msgid "Couldn't uncompress communication packet"
1551
msgid "Got an error reading communication packets"
1554
msgid "Got timeout reading communication packets"
1557
msgid "Got an error writing communication packets"
1560
msgid "Got timeout writing communication packets"
1563
msgid "Result string is longer than 'max_allowed_packet' bytes"
1566
msgid "The used table type doesn't support BLOB/TEXT columns"
1569
msgid "The used table type doesn't support AUTO_INCREMENT columns"
1574
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
1579
msgid "Incorrect column name '%-.100s'"
1583
msgid "The used storage engine can't index column '%-.192s'"
1587
"Unable to open underlying table which is differently defined or of non-"
1588
"MyISAM type or doesn't exist"
1592
msgid "Can't write, because of unique constraint, to table '%-.192s'"
1597
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
1601
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
1605
msgid "Result consisted of more than one row"
1608
msgid "This table type requires a primary key"
1611
msgid "This version of Drizzle is not compiled with RAID support"
1615
"You are using safe update mode and you tried to update a table without a "
1616
"WHERE that uses a KEY column"
1620
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
1623
msgid "Can't open table"
1627
msgid "The storage engine for the table doesn't support %s"
1630
msgid "You are not allowed to execute this command in a transaction"
1634
msgid "Got error %d during COMMIT"
1638
msgid "Got error %d during ROLLBACK"
1642
msgid "Got error %d during FLUSH_LOGS"
1646
msgid "Got error %d during CHECKPOINT"
1651
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: '%-.64s' "
1655
msgid "The storage engine for the table does not support binary table dump"
1658
msgid "Binlog closed, cannot RESET MASTER"
1662
msgid "Failed rebuilding the index of dumped table '%-.192s'"
1666
msgid "Error from master: '%-.64s'"
1669
msgid "Net error reading from master"
1672
msgid "Net error writing to master"
1675
msgid "Can't find FULLTEXT index matching the column list"
1679
"Can't execute the given command because you have active locked tables or an "
1680
"active transaction"
1684
msgid "Unknown system variable '%-.64s'"
1688
msgid "Table '%-.192s' is marked as crashed and should be repaired"
1693
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
1696
msgid "Some non-transactional changed tables couldn't be rolled back"
1700
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
1701
"of storage; increase this drizzled variable and try again"
1705
"This operation cannot be performed with a running slave; run STOP SLAVE first"
1709
"This operation requires a running slave; configure slave and do START SLAVE"
1712
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
1716
"Could not initialize master info structure; more error messages can be found "
1717
"in the Drizzle error log"
1720
msgid "Could not create slave thread; check system resources"
1725
"User %-.64s already has more than 'max_user_connections' active connections"
1728
msgid "You may only use constant expressions with SET"
1731
msgid "Lock wait timeout exceeded; try restarting transaction"
1734
msgid "The total number of locks exceeds the lock table size"
1737
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
1740
msgid "DROP DATABASE not allowed while thread is holding global read lock"
1743
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
1747
msgid "Incorrect arguments to %s"
1751
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
1755
"Incorrect table definition; all MERGE tables must be in the same database"
1758
msgid "Deadlock found when trying to get lock; try restarting transaction"
1761
msgid "The used table type doesn't support FULLTEXT indexes"
1764
msgid "Cannot add foreign key constraint"
1767
msgid "Cannot add or update a child row: a foreign key constraint fails"
1770
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
1774
msgid "Error connecting to master: %-.128s"
1778
msgid "Error running query on master: %-.128s"
1782
msgid "Error when executing command %s: %-.128s"
1786
msgid "Incorrect usage of %s and %s"
1789
msgid "The used SELECT statements have a different number of columns"
1792
msgid "Can't execute the query because you have a conflicting read lock"
1795
msgid "Mixing of transactional and non-transactional tables is disabled"
1799
msgid "Option '%s' used twice in statement"
1803
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
1807
msgid "Access denied; you need the %-.128s privilege for this operation"
1812
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
1817
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
1821
msgid "Variable '%-.64s' doesn't have a default value"
1825
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
1829
msgid "Incorrect argument type to variable '%-.64s'"
1833
msgid "Variable '%-.64s' can only be set, not read"
1837
msgid "Incorrect usage/placement of '%s'"
1841
msgid "This version of Drizzle doesn't yet support '%s'"
1846
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
1849
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
1853
msgid "Variable '%-.192s' is a %s variable"
1857
msgid "Incorrect foreign key definition for '%-.192s': %s"
1860
msgid "Key reference and table reference don't match"
1864
msgid "Operand should contain %d column(s)"
1867
msgid "Subquery returns more than 1 row"
1871
msgid "Unknown prepared statement handler (%.*s) given to %s"
1874
msgid "Help database is corrupt or does not exist"
1877
msgid "Cyclic reference on subqueries"
1881
msgid "Converting column '%s' from %s to %s"
1885
msgid "Reference '%-.64s' not supported (%s)"
1888
msgid "Every derived table must have its own alias"
1892
msgid "Select %u was reduced during optimization"
1896
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
1900
"Client does not support authentication protocol requested by server; "
1901
"consider upgrading Drizzle client"
1904
msgid "All parts of a SPATIAL index must be NOT NULL"
1908
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
1911
msgid "Slave is already running"
1914
msgid "Slave already has been stopped"
1919
"Uncompressed data size too large; the maximum size is %d (based on "
1920
"max_allowed_packet). The length of uncompressed data may also be corrupted."
1923
msgid "ZLIB: Not enough memory"
1927
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
1928
"data was corrupted)"
1931
msgid "ZLIB: Input data corrupted"
1935
msgid "%d line(s) were cut by GROUP_CONCAT()"
1939
msgid "Row %ld doesn't contain data for all columns"
1944
"Row %ld was truncated; it contained more data than there were input columns"
1949
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
1953
msgid "Out of range value for column '%s' at row %ld"
1957
msgid "Data truncated for column '%s' at row %ld"
1961
msgid "Using storage engine %s for table '%s'"
1965
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
1968
msgid "Cannot drop one or more of the requested users"
1971
msgid "Can't revoke all privileges for one or more of the requested users"
1976
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
1980
msgid "Illegal mix of collations for operation '%s'"
1985
"Variable '%-.64s' is not a variable component (can't be used as "
1986
"XXXX.variable_name)"
1990
msgid "Unknown collation: '%-.64s'"
1994
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
1995
"compiled without SSL support; they can be used later if Drizzle slave with "
2001
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2002
"old format; please change the password to the new format"
2007
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2012
"Incorrect parameter or combination of parameters for START SLAVE UNTIL"
2016
"It is recommended to use --skip-slave-start when doing step-by-step "
2017
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2018
"get an unexpected slave's drizzled restart"
2021
msgid "SQL thread is not to be started so UNTIL options are ignored"
2025
msgid "Incorrect index name '%-.100s'"
2029
msgid "Incorrect catalog name '%-.100s'"
2033
msgid "Query cache failed to set size %lu; new query cache size is %lu"
2037
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2041
msgid "Unknown key cache '%-.100s'"
2045
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
2046
"this switch for this grant to work"
2050
msgid "Unknown table engine '%s'"
2054
msgid "'%s' is deprecated; use '%s' instead"
2058
msgid "The target table %-.100s of the %s is not updatable"
2063
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2069
"The Drizzle server is running with the %s option so it cannot execute this "
2074
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2078
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2082
"Incorrect table definition; there can be only one TIMESTAMP column with "
2083
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2087
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2090
msgid "This command is not supported in the prepared statement protocol yet"
2094
msgid "Got error %d '%-.100s' from %s"
2098
msgid "Got temporary error %d '%-.100s' from %s"
2102
msgid "Unknown or incorrect time zone: '%-.64s'"
2106
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
2110
msgid "Invalid %s character string: '%.64s'"
2114
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2118
msgid "Conflicting declarations: '%s%s' and '%s%s'"
2122
msgid "Can't create a %s from within another stored routine"
2126
msgid "%s %s already exists"
2130
msgid "%s %s does not exist"
2134
msgid "Failed to DROP %s %s"
2138
msgid "Failed to CREATE %s %s"
2142
msgid "%s with no matching label: %s"
2146
msgid "Redefining label %s"
2150
msgid "End-label %s without match"
2154
msgid "Referring to uninitialized variable %s"
2158
msgid "PROCEDURE %s can't return a result set in the given context"
2161
msgid "RETURN is only allowed in a FUNCTION"
2165
msgid "%s is not allowed in stored procedures"
2169
"The update log is deprecated and replaced by the binary log; SET "
2170
"SQL_LOG_UPDATE has been ignored"
2174
"The update log is deprecated and replaced by the binary log; SET "
2175
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
2178
msgid "Query execution was interrupted"
2182
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
2186
msgid "Undefined CONDITION: %s"
2190
msgid "No RETURN found in FUNCTION %s"
2194
msgid "FUNCTION %s ended without RETURN"
2197
msgid "Cursor statement must be a SELECT"
2200
msgid "Cursor SELECT must not have INTO"
2204
msgid "Undefined CURSOR: %s"
2207
msgid "Cursor is already open"
2210
msgid "Cursor is not open"
2214
msgid "Undeclared variable: %s"
2217
msgid "Incorrect number of FETCH variables"
2220
msgid "No data - zero rows fetched, selected, or processed"
2224
msgid "Duplicate parameter: %s"
2228
msgid "Duplicate variable: %s"
2232
msgid "Duplicate condition: %s"
2236
msgid "Duplicate cursor: %s"
2240
msgid "Failed to ALTER %s %s"
2243
msgid "Subquery value not supported"
2247
msgid "%s is not allowed in stored function or trigger"
2250
msgid "Variable or condition declaration after cursor or handler declaration"
2253
msgid "Cursor declaration after handler declaration"
2256
msgid "Case not found for CASE statement"
2260
msgid "Configuration file '%-.192s' is too big"
2264
msgid "Malformed file type header in file '%-.192s'"
2268
msgid "Unexpected end of file while parsing comment '%-.200s'"
2272
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
2276
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
2280
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
2284
msgid "'%-.192s.%-.192s' is not %s"
2288
msgid "Column '%-.192s' is not updatable"
2291
msgid "View's SELECT contains a subquery in the FROM clause"
2295
msgid "View's SELECT contains a '%s' clause"
2298
msgid "View's SELECT contains a variable or parameter"
2302
msgid "View's SELECT refers to a temporary table '%-.192s'"
2305
msgid "View's SELECT and view's field list have different column counts"
2309
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
2313
"View being updated does not have complete key of underlying table in it"
2318
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
2319
"function(s) or definer/invoker of view lack rights to use them"
2323
msgid "Can't drop or alter a %s from within another stored routine"
2326
msgid "GOTO is not allowed in a stored procedure handler"
2329
msgid "Trigger already exists"
2332
msgid "Trigger does not exist"
2336
msgid "Trigger's '%-.192s' is view or temporary table"
2340
msgid "Updating of %s row is not allowed in %strigger"
2344
msgid "There is no %s row in %s trigger"
2348
msgid "Field '%-.192s' doesn't have a default value"
2351
msgid "Division by 0"
2355
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2359
msgid "Illegal %s '%-.192s' value found during parsing"
2363
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
2367
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
2371
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
2375
msgid "Failed purging old relay logs: %s"
2379
msgid "Password hash should be a %d-digit hexadecimal number"
2382
msgid "Target log not found in binlog index"
2385
msgid "I/O error reading log index file"
2388
msgid "Server configuration does not permit binlog purge"
2391
msgid "Failed on fseek()"
2394
msgid "Fatal error during log purge"
2397
msgid "A purgeable log is in use, will not purge"
2400
msgid "Unknown error during log purge"
2404
msgid "Failed initializing relay log position: %s"
2407
msgid "You are not using binary logging"
2412
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
2415
msgid "WSAStartup Failed"
2418
msgid "Can't handle procedures with different groups yet"
2421
msgid "Select must have a group with this procedure"
2424
msgid "Can't use ORDER clause with this procedure"
2428
msgid "Binary logging and replication forbid changing the global server %s"
2432
msgid "Can't map file: %-.200s, errno: %d"
2436
msgid "Wrong magic in %-.64s"
2439
msgid "Prepared statement contains too many placeholders"
2443
msgid "Key part '%-.192s' length cannot be 0"
2446
msgid "View text checksum failed"
2451
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
2455
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
2459
msgid "Can not delete from join view '%-.192s.%-.192s'"
2463
msgid "Operation %s failed for %.256s"
2466
msgid "XAER_NOTA: Unknown XID"
2469
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
2474
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2478
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
2482
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
2486
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
2491
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
2495
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
2498
msgid "Failed to revoke all privileges to dropped routine"
2502
msgid "Data too long for column '%s' at row %ld"
2506
msgid "Bad SQLSTATE: '%s'"
2511
"%s: ready for connections.\n"
2512
"Version: '%s' %s\n"
2515
msgid "Can't load value from file with fixed size rows to variable"
2518
msgid "You are not allowed to create a user with GRANT"
2522
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2525
msgid "Table definition has changed, please retry transaction"
2528
msgid "Duplicate handler declared in the same block"
2533
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
2534
"variable in BEFORE trigger"
2538
msgid "Not allowed to return a result set from a %s"
2541
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2545
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
2546
"declaration and binary logging is enabled; if non-transactional tables were "
2547
"updated, the binary log will miss their changes"
2551
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
2552
"declaration and binary logging is enabled (you *might* want to use the less "
2553
"safe log_bin_trust_function_creators variable)"
2557
"You do not have the SUPER privilege and binary logging is enabled (you "
2558
"*might* want to use the less safe log_bin_trust_function_creators variable)"
2562
"You can't execute a prepared statement which has an open cursor associated "
2563
"with it. Reset the statement to re-execute it."
2567
msgid "The statement (%lu) has no open cursor."
2571
"Explicit or implicit commit is not allowed in stored function or trigger."
2576
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
2579
msgid "Recursive stored functions and triggers are not allowed."
2583
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2587
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2592
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-"
2597
"You can't combine write-locking of system tables with other tables or lock "
2602
msgid "Unable to connect to foreign data source: %.64s"
2607
"There was a problem processing the query on the foreign data source. Data "
2608
"source error: %-.64s"
2613
"The foreign data source you are trying to reference does not exist. Data "
2614
"source error: %-.64s"
2619
"Can't create federated table. The data source connection string '%-.64s' is "
2620
"not in the correct format"
2625
"The data source connection string '%-.64s' is not in the correct format"
2629
msgid "Can't create federated table. Foreign data src error: %-.64s"
2632
msgid "Trigger in wrong schema"
2637
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2638
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2642
msgid "Routine body for '%-.100s' is too long"
2645
msgid "Cannot drop default keycache"
2649
msgid "Display width out of range for column '%-.192s' (max = %d)"
2652
msgid "XAER_DUPID: The XID already exists"
2656
msgid "Datetime function: %-.32s field overflow"
2661
"Can't update table '%-.192s' in stored function/trigger because it is "
2662
"already used by statement which invoked this stored function/trigger."
2667
"The definition of table '%-.192s' prevents operation %.192s on table '%-"
2672
"The prepared statement contains a stored routine call that refers to that "
2673
"same statement. It's not allowed to execute a prepared statement in such a "
2677
msgid "Not allowed to set autocommit from a stored function or trigger"
2680
msgid "Definer is not fully qualified"
2685
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
2686
"Current user is used as definer. Please recreate the view!"
2691
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
2696
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
2700
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
2705
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2710
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2714
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
2719
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
2720
"activated under the authorization of the invoker, which may have "
2721
"insufficient privileges. Please recreate the trigger."
2725
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
2730
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
2731
"exceeded for routine %.192s"
2736
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
2737
"or contains bad data (internal code %d)"
2741
msgid "Incorrect routine name '%-.192s'"
2746
"Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2749
msgid "AGGREGATE is not supported for stored functions"
2754
"Can't create more than max_prepared_stmt_count statements (current value: "
2759
msgid "`%-.192s`.`%-.192s` contains view recursion"
2763
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2766
msgid "The used table type doesn't support SPATIAL indexes"
2769
msgid "Triggers can not be created on system tables"
2773
msgid "Leading spaces are removed from name '%s'"
2776
msgid "Failed to read auto-increment value from storage engine"
2786
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
2790
msgid "The target table %-.100s of the %s is not insertable-into"
2795
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
2798
msgid "Too high level of nesting for select"
2802
msgid "Name '%-.64s' has become ''"
2806
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
2807
"optional and non-empty FIELDS ENCLOSED BY"
2811
msgid "The foreign server, %s, you are trying to create already exists."
2816
"The foreign server name you are trying to reference does not exist. Data "
2817
"source error: %-.64s"
2822
"Table storage engine '%-.64s' does not support the create option '%.64s'"
2827
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
2833
"Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
2836
msgid "MAXVALUE can only be used in last partition definition"
2839
msgid "Subpartitions can only be hash partitions and by key"
2842
msgid "Must define subpartitions on all partitions if on one partition"
2845
msgid "Wrong number of partitions defined, mismatch with previous setting"
2848
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
2852
"Constant/Random expression in (sub)partitioning function is not allowed"
2855
msgid "Expression in RANGE/LIST VALUES must be constant"
2858
msgid "Field in list of fields for partition function not found in table"
2861
msgid "List of fields is only allowed in KEY partitions"
2865
"The partition info in the frm file is not consistent with what can be "
2866
"written into the frm file"
2870
msgid "The %-.192s function returns the wrong type"
2874
msgid "For %-.64s partitions each partition must be defined"
2877
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
2880
msgid "VALUES value must be of same type as partition function"
2883
msgid "Multiple definition of same constant in list partitioning"
2886
msgid "Partitioning can not be used stand-alone in query"
2890
"The mix of handlers in the partitions is not allowed in this version of "
2895
msgid "For the partitioned engine it is necessary to define all %-.64s"
2898
msgid "Too many partitions (including subpartitions) were defined"
2902
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
2903
"partitioning for subpartitioning"
2906
msgid "Failed to create specific handler file"
2909
msgid "A BLOB field is not allowed in partition function"
2914
"A %-.192s must include all columns in the table's partitioning function"
2918
msgid "Number of %-.64s = 0 is not an allowed value"
2921
msgid "Partition management on a not partitioned table is not possible"
2925
"Foreign key condition is not yet supported in conjunction with partitioning"
2929
msgid "Error in list of partitions to %-.64s"
2932
msgid "Cannot remove all partitions, use DROP TABLE instead"
2935
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
2939
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
2944
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
2945
"tables using HASH PARTITIONs"
2949
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
2952
msgid "Trying to Add partition(s) with wrong number of subpartitions"
2955
msgid "At least one partition must be added"
2958
msgid "At least one partition must be coalesced"
2961
msgid "More partitions to reorganize than there are partitions"
2965
msgid "Duplicate partition name %-.192s"
2968
msgid "It is not allowed to shut off binlog on this command"
2972
"When reorganizing a set of partitions they must be in consecutive order"
2976
"Reorganize of range partitions cannot change total ranges except for last "
2977
"partition where it can extend the range"
2980
msgid "Partition function not supported in this version for this handler"
2983
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
2987
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
2991
msgid "Plugin '%-.192s' is not loaded"
2995
msgid "Incorrect %-.32s value: '%-.128s'"
2999
msgid "Table has no partition for value %-.64s"
3003
msgid "It is not allowed to specify %s more than once"
3007
msgid "Failed to create %s"
3011
msgid "Failed to drop %s"
3014
msgid "The handler doesn't support autoextend of tablespaces"
3018
"A size parameter was incorrectly specified, either number or on the form 10M"
3022
"The size number was correct but we don't allow the digit part to be more "
3027
msgid "Failed to alter: %s"
3030
msgid "Writing one row to the row-based binary log failed"
3034
msgid "Table definition on master and slave does not match: %s"
3038
"Slave running with --log-slave-updates must use row-based binary logging to "
3039
"be able to replicate row-based binary log events"
3043
msgid "Event '%-.192s' already exists"
3047
msgid "Failed to store event %s. Error code %d from storage engine."
3051
msgid "Unknown event '%-.192s'"
3055
msgid "Failed to alter event '%-.192s'"
3058
msgid "INTERVAL is either not positive or too big"
3061
msgid "ENDS is either invalid or before STARTS"
3064
msgid "Event execution time is in the past. Event has been disabled"
3067
msgid "Failed to open drizzle.event"
3070
msgid "No datetime expression provided"
3075
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
3076
"probably corrupted"
3080
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
3083
msgid "Failed to delete the event from drizzle.event"
3086
msgid "Error during compilation of event's body"
3089
msgid "Same old and new event name"
3093
msgid "Data for column '%s' too long"
3097
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3102
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use "
3106
msgid "You can't write-lock a log table. Only read access is possible"
3109
msgid "You can't use locks with log tables."
3114
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
3115
"%d would lead to a duplicate entry"
3120
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
3121
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
3125
"Cannot switch out of the row-based binary log format when the session has "
3126
"open temporary tables"
3130
"Cannot change the binary logging format inside a stored function or trigger"
3134
"The NDB cluster engine does not support changing the binlog format on the "
3138
msgid "Cannot create temporary table with partitions"
3141
msgid "Partition constant is out of partition function domain"
3144
msgid "This partition function is not allowed"
3147
msgid "Error in DDL log"
3150
msgid "Not allowed to use NULL value in VALUES LESS THAN"
3153
msgid "Incorrect partition name"
3157
"Transaction isolation level can't be changed while a transaction is in "
3163
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
3164
"'%-.192s' for key '%-.192s'"
3168
msgid "Internal scheduler error %d"
3172
msgid "Error during starting/stopping of the scheduler. Error code %u"
3175
msgid "Engine cannot be used in partitioned tables"
3179
msgid "Cannot activate '%-.64s' log"
3182
msgid "The server was not built with row-based replication"
3185
msgid "Decoding of base64 string failed"
3188
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
3192
"Cannot proceed because system tables used by Event Scheduler were found "
3193
"damaged at server start"
3196
msgid "Only integers allowed as number here"
3199
msgid "This storage engine cannot be used for log tables"
3203
msgid "You cannot '%s' a log table if logging is enabled"
3208
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
3209
"rename two tables: the log table to an archive table and another table back "
3214
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3218
msgid "Incorrect parameters in the call to native function '%-.192s'"
3222
msgid "Incorrect parameters in the call to stored function '%-.192s'"
3226
msgid "This function '%-.192s' has the same name as a native function"
3230
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3233
msgid "Too many files opened, please execute the command again"
3237
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
3238
"The event was dropped immediately after creation."
3242
msgid "The incident %s occurred on the master. Message: %-.64s"
3245
msgid "Table has no partition for some existing values"
3248
msgid "Statement is not safe to log in statement format."
3252
msgid "Fatal error: %s"
3256
msgid "Relay log read failure: %s"
3260
msgid "Relay log write failure: %s"
3264
msgid "Master command %s failed: %s"
3268
msgid "Binary logging not possible. Message: %s"
3272
msgid "View `%-.64s`.`%-.64s` has no creation context"
3276
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
3280
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
3284
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
3288
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
3292
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
3296
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
3300
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
3304
msgid "Cannot create stored routine `%-.64s`. Check warnings"
3308
msgid "Ambiguous slave modes combination. %s"
3313
"The BINLOG statement of type `%s` was not preceded by a format description "
3317
msgid "Corrupted replication event was detected"
3321
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3325
msgid "Being purged log %s was not found"
3329
msgid "Converted to non-transactional lock on '%-.64s'"
3333
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
3338
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
3342
msgid "Can't access storage engine of table %-.64s"
3345
msgid "Starting backup process"
3348
msgid "Backup completed"
3351
msgid "Starting restore process"
3354
msgid "Restore completed"
3357
msgid "Nothing to backup"
3361
msgid "Database '%-.64s' cannot be included in a backup"
3365
"Error during backup operation - server's error log contains more information "
3370
"Error during restore operation - server's error log contains more "
3371
"information about the error"
3375
"Can't execute this command because another BACKUP/RESTORE operation is in "
3379
msgid "Error when preparing for backup operation"
3382
msgid "Error when preparing for restore operation"
3386
msgid "Invalid backup location '%-.64s'"
3390
msgid "Can't read backup location '%-.64s'"
3394
msgid "Can't write to backup location '%-.64s' (file already exists?)"
3397
msgid "Can't enumerate server databases"
3400
msgid "Can't enumerate server tables"
3404
msgid "Can't enumerate tables in database %-.64s"
3408
msgid "Skipping view %-.64s in database %-.64s"
3412
msgid "Skipping table %-.64s since it has no valid storage engine"
3416
msgid "Can't open table %-.64s"
3419
msgid "Can't read backup archive preamble"
3422
msgid "Can't write backup archive preamble"
3426
msgid "Can't find backup driver for table %-.64s"
3431
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
3436
msgid "Can't create %-.64s backup driver"
3440
msgid "Can't create %-.64s restore driver"
3444
msgid "Found %d images in backup archive but maximum %d are supported"
3448
msgid "Error when saving meta-data of %-.64s"
3451
msgid "Error when reading meta-data list"
3455
msgid "Can't create %-.64s"
3458
msgid "Can't allocate buffer for image data transfer"
3462
msgid "Error when writing %-.64s backup image data (for table #%d)"
3465
msgid "Error when reading data from backup stream"
3468
msgid "Can't go to the next chunk in backup stream"
3472
msgid "Can't initialize %-.64s backup driver"
3476
msgid "Can't initialize %-.64s restore driver"
3480
msgid "Can't shut down %-.64s backup driver"
3484
msgid "Can't shut down %-.64s backup driver(s)"
3488
msgid "%-.64s backup driver can't prepare for synchronization"
3492
msgid "%-.64s backup driver can't create its image validity point"
3496
msgid "Can't unlock %-.64s backup driver after creating the validity point"
3500
msgid "%-.64s backup driver can't cancel its backup operation"
3504
msgid "%-.64s restore driver can't cancel its restore operation"
3508
msgid "Error when polling %-.64s backup driver for its image data"
3513
"Error when sending image data (for table #%d) to %-.64s restore driver"
3518
"After %d attempts %-.64s restore driver still can't accept next block of data"
3522
msgid "Open and lock tables failed in %-.64s"
3525
msgid "Backup driver's table locking thread can not be initialized."
3529
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
3530
"and 'drizzle.online_backup_progress'."
3534
msgid "Tablespace '%-.192s' already exists"
3538
msgid "Tablespace '%-.192s' doesn't exist"
3542
msgid "Unexpected master's heartbeat data: %s"
3546
msgid "The requested value for the heartbeat period %s %s"
3550
msgid "Can't write to the online backup progress log %-.64s."
3554
msgid "Tablespace '%-.192s' not empty"
3559
"Tablespace `%-.64s` needed by tables being restored has changed on the "
3560
"server. The original definition of the required tablespace is '%-.256s' "
3561
"while the same tablespace is defined on the server as '%-.256s'"
3564
msgid "A virtual column cannot be based on a virtual column"
3568
msgid "Non-deterministic expression for virtual column '%s'."
3573
"Generated value for virtual column '%s' cannot be converted to type '%s'."
3576
msgid "Primary key cannot be defined upon a virtual column."
3579
msgid "Key/Index cannot be defined on a non-stored virtual column."
3583
msgid "Cannot define foreign key with %s clause on a virtual column."
3587
msgid "The value specified for virtual column '%s' in table '%s' ignored."
3591
msgid "'%s' is not yet supported for virtual columns."
3594
msgid "Constant expression in virtual column function is not allowed."
3597
msgid "Encountered an unknown temporal type."
3601
msgid "Received an invalid string format '%s' for a date value."
3605
msgid "Received an invalid string format '%s' for a time value."
3609
msgid "Received an invalid value '%s' for a UNIX timestamp."
3613
msgid "Received an invalid datetime value '%s'."
3617
msgid "Received a NULL argument for function '%s'."
3621
msgid "Received an invalid negative argument '%s' for function '%s'."
3625
msgid "Received an out-of-range argument '%s' for function '%s'."
3629
msgid "Received an invalid time value '%s'."
3633
msgid "Received an invalid enum value '%s'."
3636
msgid "Tables which are replicated require a primary key."
3640
msgid "Corrupt or invalid table definition: %s"
3644
msgid "Corrupt or invalid schema definition for %s : %s"
3648
msgid "Schema does not exist: %s"
3652
msgid "Error altering schema: %s"
3656
msgid "Error droppping Schema : %s"
3659
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3663
msgid "Unknown table engine option key/pair %s = %s."
3667
msgid "Unknown schema engine option key/pair %s = %s."
3670
msgid "Implicit cartesian join attempted."
3674
msgid "Can't unlock file (Errcode: %d)"
3678
msgid "Can't change size of file (Errcode: %d)"
3682
msgid "Can't open stream from handle (Errcode: %d)"
3686
msgid "Warning: '%s' had %d links"
3690
msgid "Warning: %d files and %d streams is left open\n"
3694
msgid "Can't create directory '%s' (Errcode: %d)"
3699
"Character set '%s' is not a compiled character set and is not specified in "
3704
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3708
msgid "Can't read value for symlink '%s' (Error %d)"
3712
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3716
msgid "Error on realpath() on '%s' (Error %d)"
3720
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3725
"Collation '%s' is not a compiled collation and is not specified in the %s "
3730
msgid "File '%s' (fileno: %d) was not closed"
3734
msgid "error: could not open directory: %s\n"
3738
"setrlimit could not change the size of core files to 'infinity'; We may not "
3739
"be able to generate a core file on signals"
3743
msgid "Data directory %s does not exist\n"
3747
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
3751
msgid "Cannot open file: %s\n"
3755
msgid "Found a non-transaction message in log. Currently, not supported.\n"
3759
msgid "Attempted to read record bigger than INT_MAX\n"
3763
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
3767
msgid "Could not read transaction message.\n"
3771
msgid "GPB ERROR: %s.\n"
3782
msgid "Unable to parse command. Got error: %s.\n"
3786
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
3790
msgid "Usage: %s TRANSACTION_LOG\n"
3795
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3800
msgid "Plugin '%s' init function returned error.\n"
3804
msgid "Couldn't load plugin library named '%s'.\n"
3808
msgid "Couldn't load plugin named '%s'.\n"
3811
msgid "Out of memory."
3815
msgid "Unknown variable type code 0x%x in plugin '%s'."
3820
"Server variable %s of plugin %s was forced to be read-only: string variable "
3821
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3825
msgid "Missing variable name in plugin '%s'."
3829
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3833
msgid "Out of memory for plugin '%s'."
3837
msgid "Bad options for plugin '%s'."
3841
msgid "Parsing options for plugin '%s' failed."
3845
msgid "Plugin '%s' has conflicting system variables"
3849
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3853
msgid "Fatal error: Failed initializing %s plugin.\n"
3863
msgid "%s: %s: Option '%s' used, but is disabled\n"
3873
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3877
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3881
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3885
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3891
"Variables (--variable-name=value)\n"
3892
"and boolean options {false|true} Value (after reading options)\n"
3893
"--------------------------------- -----------------------------\n"
3896
msgid "(No default value)"
3906
msgid "(Disabled)\n"
3910
msgid "errmsg plugin '%s' errmsg() failed"
3914
msgid "A function named %s already exists!\n"
3917
msgid "Could not add Function!\n"
3920
msgid "No sockets could be bound for listening"
3924
msgid "pipe() failed with errno %d"
3928
msgid "poll() failed with errno %d"
3932
msgid "accept() failed with errno %d"
3936
msgid "getaddrinfo() failed with error %s"
3940
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3944
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3948
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3952
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3956
msgid "setsockopt(SO_LINGER) failed with errno %d"
3960
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3964
msgid "Retrying bind() on %u\n"
3968
msgid "bind() failed with errno: %d\n"
3971
msgid "Do you already have another drizzled running?\n"
3975
msgid "listen() failed with errno %d\n"
3979
msgid "Listening on %s:%s\n"
3983
msgid "logging '%s' pre() failed"
3987
msgid "logging '%s' post() failed"
3991
msgid "logging '%s' postEnd() failed"
3995
msgid "qcache plugin '%s' try_fetch_and_send() failed"
3999
msgid "qcache plugin '%s' set() failed"
4003
msgid "qcache plugin '%s' invalidateTable() failed"
4007
msgid "qcache plugin '%s' invalidateDb() failed"
4011
msgid "qcache plugin '%s' flush() failed"
4016
"Attempted to register a scheduler %s, but a scheduler has already been "
4017
"registered with that name.\n"
4021
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
4025
msgid "Found %d prepared transaction(s) in resource manager."
4028
msgid "Starting crash recovery..."
4032
msgid "Found %d prepared XA transactions"
4037
"Found %d prepared transactions! It means that drizzled was not shut down "
4038
"properly last time and critical recovery information (last binlog or %s "
4039
"file) was manually deleted after a crash. You have to start drizzled with "
4040
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
4043
msgid "Crash recovery finished."
4047
"You registered a TransactionApplier plugin but no TransactionReplicator "
4048
"plugins were registered.\n"
4053
"You registered a TransactionApplier plugin but no TransactionReplicator "
4054
"plugins were registered that match the requested replicator name of '%s'.\n"
4055
"We have deactivated the TransactionApplier '%s'.\n"
4059
msgid "Could not remove temporary table: '%s', error: %d"
4063
msgid "Variable named %s already exists!\n"
4067
msgid "Could not add Variable: %s\n"
4071
msgid "Table %s had a open data Cursor in reopen_table"
4075
msgid "Unknown - internal error %d during operation"
4080
"order_st BY ignored because there is a user-defined clustered index in the "
4085
msgid "Got error %d when reading table '%s'"
4089
msgid "Table %s has invalid/unknown collation: %d,%s"
4093
msgid "ENUM column %s has greater than %d possible values"
4097
msgid "Unknown collation '%s' in table '%-.64s' definition"
4102
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
4107
msgid "Fatal error: Illegal or unknown default time zone '%s'"
4111
msgid "%s: option `%s' is ambiguous\n"
4115
msgid "%s: option `--%s' doesn't allow an argument\n"
4119
msgid "%s: option `%c%s' doesn't allow an argument\n"
4123
msgid "%s: option `%s' requires an argument\n"
4127
msgid "%s: unrecognized option `--%s'\n"
4131
msgid "%s: unrecognized option `%c%s'\n"
4135
msgid "%s: illegal option -- %c\n"
4139
msgid "%s: invalid option -- %c\n"
4143
msgid "%s: option requires an argument -- %c\n"
4147
msgid "%s: option `-W %s' is ambiguous\n"
4151
msgid "%s: option `-W %s' doesn't allow an argument\n"
4154
msgid "Enable HTTP Auth check"
4157
msgid "URL for HTTP Auth check"
4160
msgid "Enable the console."
4163
msgid "Turn on extra debugging."
4166
msgid "User to use for auth."
4169
msgid "Password to use for auth."
4172
msgid "Default database to use."
4175
msgid "Invalid value of port\n"
4178
msgid "Invalid value for connect_timeout\n"
4181
msgid "Invalid value for read_timeout\n"
4184
msgid "Invalid value for write_timeout\n"
4187
msgid "Invalid value for retry_count\n"
4190
msgid "Invalid value for buffer_length\n"
4194
"Port number to use for connection or 0 for default to, in order of "
4195
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
4198
msgid "Connect Timeout."
4201
msgid "Read Timeout."
4204
msgid "Write Timeout."
4207
msgid "Retry Count."
4210
msgid "Buffer length."
4213
msgid "Address to bind to."
4216
msgid "Unknown Drizzle error"
4220
msgid "Can't create UNIX socket (%d)"
4224
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
4228
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
4232
msgid "Can't create TCP/IP socket (%d)"
4236
msgid "Unknown Drizzle server host '%-.100s' (%d)"
4239
msgid "Drizzle server has gone away"
4243
msgid "Protocol mismatch; server version = %d, client version = %d"
4246
msgid "Drizzle client ran out of memory"
4249
msgid "Wrong host info"
4252
msgid "Localhost via UNIX socket"
4256
msgid "%-.100s via TCP/IP"
4259
msgid "Error in server handshake"
4262
msgid "Lost connection to Drizzle server during query"
4265
msgid "Commands out of sync; you can't run this command now"
4269
msgid "Named pipe: %-.32s"
4273
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
4277
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
4281
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
4285
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4288
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4291
msgid "Embedded server"
4294
msgid "Error on SHOW SLAVE STATUS:"
4297
msgid "Error on SHOW SLAVE HOSTS:"
4300
msgid "Error connecting to slave:"
4303
msgid "Error connecting to master:"
4306
msgid "SSL connection error"
4309
msgid "Malformed packet"
4312
msgid "(unused error message)"
4315
msgid "Invalid use of null pointer"
4318
msgid "Statement not prepared"
4321
msgid "No data supplied for parameters in prepared statement"
4324
msgid "Data truncated"
4327
msgid "No parameters exist in the statement"
4330
msgid "Invalid parameter number"
4335
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4339
msgid "Using unsupported buffer type: %d (parameter: %d)"
4343
msgid "Shared memory: %-.100s"
4346
msgid "Wrong or unknown protocol"
4349
msgid "Invalid connection handle"
4353
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4354
"option 'secure_auth' enabled)"
4357
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
4360
msgid "Attempt to read column without prior row fetch"
4363
msgid "Prepared statement contains no metadata"
4367
"Attempt to read a row while there is no result set associated with the "
4371
msgid "This feature is not implemented yet"
4376
"Lost connection to Drizzle server while waiting for initial communication "
4377
"packet, system error: %d"
4382
"Lost connection to Drizzle server while reading initial communication "
4383
"packet, system error: %d"
4388
"Lost connection to Drizzle server while sending authentication information, "
4394
"Lost connection to Drizzle server while reading authorization information, "
4400
"Lost connection to Drizzle server while setting initial database, system "
4405
msgid "Statement closed indirectly because of a preceding %s() call"
4409
msgid "Failed to send error message to libnotify\n"
4412
msgid "Error Messages to stderr"
4415
msgid "List of schemas to filter"
4418
msgid "List of tables to filter"
4421
msgid "Regular expression to apply to schemas to filter"
4424
msgid "Regular expression to apply to tables to filter"
4428
msgid "fail gearman_client_create(): %s"
4432
msgid "fail gearman_client_add_server(): %s"
4435
msgid "Enable logging to a gearman server"
4438
msgid "Hostname for logging to a Gearman server"
4441
msgid "Gearman Function to send logging to"
4444
msgid "Log queries to a Gearman server"
4448
msgid "fail open() fn=%s er=%s\n"
4451
msgid "Invalid value for threshold-slow"
4454
msgid "Invalid value for threshold-big-resultset"
4457
msgid "Invalid value for threshold-big-examined"
4460
msgid "Enable logging to CSV file"
4463
msgid "Threshold for logging slow queries, in microseconds"
4466
msgid "Threshold for logging big queries, for rows returned"
4469
msgid "Threshold for logging big queries, for rows examined"
4472
msgid "File to log to"
4475
msgid "PCRE to match the query against"
4478
msgid "Log queries to a CSV file"
4481
msgid "List of memcached servers."
4484
msgid "Memcached Stats as I_S tables"
4488
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4492
msgid "Got an error from unknown thread, %s:%d"
4495
msgid "Unknown thread accessing table"
4498
msgid "Block size to be used for MyISAM index pages."
4502
"This characterizes the number of hits a hot block has to be untouched until "
4503
"it is considered aged enough to be downgraded to a warm block. This "
4504
"specifies the percentage ratio of that number of hits to the total number of "
4505
"blocks in key cache"
4508
msgid "The minimum percentage of warm blocks in key cache"
4512
"The size of the buffer used for index blocks for MyISAM tables. Increase "
4513
"this to get better index handling (for all reads and multiple writes) to as "
4514
"much as you can afford;"
4518
"Number of threads to use when repairing MyISAM tables. The value of 1 "
4519
"disables parallel repair."
4523
"Don't use the fast sort index method to created index if the temporary file "
4524
"would get bigger than this."
4528
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4529
"when creating indexes with CREATE INDEX or ALTER TABLE."
4532
msgid "Default pointer size to be used for MyISAM tables."
4535
msgid "Didn't find key on read or update"
4538
msgid "Duplicate key on write or update"
4541
msgid "Internal (unspecified) error in handler"
4545
"Someone has changed the row since it was read (while the table was locked to "
4549
msgid "Wrong index given to function"
4552
msgid "Index file is crashed"
4555
msgid "Record file is crashed"
4558
msgid "Out of memory in engine"
4561
msgid "Incorrect file format"
4564
msgid "Command not supported by database"
4567
msgid "Old database file"
4570
msgid "No record read before update"
4573
msgid "Record was already deleted (or record file crashed)"
4576
msgid "No more room in record file"
4579
msgid "No more room in index file"
4582
msgid "No more records (read after end of file)"
4585
msgid "Unsupported extension used for table"
4591
msgid "Wrong create options"
4594
msgid "Duplicate unique key or constraint on write or update"
4597
msgid "Unknown character set used in table"
4600
msgid "Conflicting table definitions in sub-tables of MERGE table"
4603
msgid "Table is crashed and last repair failed"
4606
msgid "Table was marked as crashed and should be repaired"
4609
msgid "Lock timed out; Retry transaction"
4612
msgid "Lock table is full; Restart program with a larger locktable"
4615
msgid "Updates are not allowed under a read only transactions"
4618
msgid "Lock deadlock; Retry transaction"
4621
msgid "Foreign key constraint is incorrectly formed"
4624
msgid "Cannot add a child row"
4627
msgid "Cannot delete a parent row"
4630
msgid "No savepoint with that name"
4633
msgid "Non unique key block size"
4636
msgid "The table does not exist in engine"
4639
msgid "The table already existed in storage engine"
4642
msgid "Could not connect to storage engine"
4645
msgid "Unexpected null pointer found when using spatial index"
4648
msgid "The table changed in storage engine"
4651
msgid "There's no partition in table for the given value"
4654
msgid "Row-based binlogging of row failed"
4657
msgid "Index needed in foreign key constraint"
4660
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4663
msgid "Table needs to be upgraded before it can be used"
4666
msgid "Table is read only"
4669
msgid "Failed to get next auto increment value"
4672
msgid "Failed to set row auto increment value"
4675
msgid "Unknown (generic) error from engine"
4678
msgid "Record is the same"
4681
msgid "It is not possible to log this statement"
4684
msgid "Tablespace exists"
4687
msgid "The event was corrupt, leading to illegal data being read"
4690
msgid "The table is of a new format not supported by this version"
4693
msgid "The event could not be processed no other handler error happened"
4696
msgid "Got a fatal error during initialzation of handler"
4699
msgid "File to short; Expected more data in file"
4702
msgid "Read page with wrong checksum"
4705
msgid "Lock or active transaction"
4708
msgid "No such table space"
4711
msgid "Tablespace not empty"
4714
msgid "Invalid value for retry_count"
4718
"Port number to use for connection or 0 for default to with MySQL protocol."
4722
msgid "Can't create interrupt-thread (error %d, errno: %d)"
4726
msgid "syslog facility \"%s\" not known, using \"local0\""
4730
msgid "syslog priority \"%s\" not known, using \"warn\""
4734
msgid "syslog priority \"%s\" not known, using \"info\""
4738
msgid "Unable to create background worker thread. Got error %s.\n"
4742
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
4746
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
4750
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
4754
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
4759
"Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
4762
msgid "Enable transaction log"
4765
msgid "DEBUGGING - Truncate transaction log"
4768
msgid "Path to the file to use for transaction log"
4771
msgid "Name of the replicator plugin to use (default='default_replicator')"
4774
msgid "Enable CRC32 Checksumming of each written transaction log entry"
4778
"0 == rely on operating system to sync log file (default), 1 == sync file at "
4779
"each transaction write, 2 == sync log file once per second"
4782
msgid "Number of slots for in-memory write buffers (default=8)."
4785
msgid "Failed to open transaction log file "
4790
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
4791
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
4795
msgid "Failed to sync log file. Got error: %s\n"
4799
msgid "Failed to open transaction log file %s. Got error: %s\n"
4803
msgid "Raw buffer read: %s.\n"
4807
msgid "Unable to parse transaction. Got error: %s.\n"
4811
msgid "BUFFER: %s\n"