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: \n"
10
"POT-Creation-Date: 2010-10-26 20:49-0400\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"
16
"Content-Type: text/plain; charset=UTF-8\n"
17
"Content-Transfer-Encoding: 8bit\n"
18
"Plural-Forms: nplurals=4; plural=n == 1 ? 0 : (n == 0 || ((n % 100) >= 2 && "
19
"(n % 100) <= 10) ) ? 1 : ((n % 100) >= 11 && (n % 100) <= 19 ) ? 2 : 3;\n"
20
"X-Launchpad-Export-Date: 2010-09-24 04:40+0000\n"
21
"X-Generator: Launchpad (build Unknown)\n"
23
#: ../client/drizzle.cc:467
24
msgid "Synonym for `help'."
27
#: ../client/drizzle.cc:468
28
msgid "Clear command."
31
#: ../client/drizzle.cc:470
32
msgid "Reconnect to the server. Optional arguments are db and host."
35
#: ../client/drizzle.cc:472
37
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
40
#: ../client/drizzle.cc:474
41
msgid "Send command to drizzle server, display result vertically."
44
#: ../client/drizzle.cc:475
45
msgid "Exit drizzle. Same as quit."
48
#: ../client/drizzle.cc:476
49
msgid "Send command to drizzle server."
52
#: ../client/drizzle.cc:477
53
msgid "Display this help."
54
msgstr "Turi din l-għajnuna."
56
#: ../client/drizzle.cc:478
57
msgid "Disable pager, print to stdout."
60
#: ../client/drizzle.cc:479
61
msgid "Don't write into outfile."
64
#: ../client/drizzle.cc:481
65
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
68
#: ../client/drizzle.cc:482
69
msgid "Print current command."
72
#: ../client/drizzle.cc:483
73
msgid "Change your drizzle prompt."
76
#: ../client/drizzle.cc:484
80
#: ../client/drizzle.cc:485
81
msgid "Rebuild completion hash."
84
#: ../client/drizzle.cc:487
85
msgid "Execute an SQL script file. Takes a file name as an argument."
88
#: ../client/drizzle.cc:488
89
msgid "Get status information from the server."
92
#: ../client/drizzle.cc:490
93
msgid "Set outfile [to_outfile]. Append everything into given outfile."
96
#: ../client/drizzle.cc:492
97
msgid "Use another database. Takes database name as argument."
100
#: ../client/drizzle.cc:494 ../client/drizzle.cc:1318
101
msgid "Show warnings after every statement."
104
#: ../client/drizzle.cc:496
105
msgid "Don't show warnings after every statement."
108
#: ../client/drizzle.cc:1146
110
msgid "shutting down drizzled"
113
#: ../client/drizzle.cc:1148
118
#: ../client/drizzle.cc:1157 ../client/drizzle.cc:1163
120
msgid "shutdown failed; error: '%s'"
123
#: ../client/drizzle.cc:1172
128
#: ../client/drizzle.cc:1193
130
msgid "drizzled is alive\n"
133
#: ../client/drizzle.cc:1199
135
msgid "ping failed; error: '%s'"
138
#: ../client/drizzle.cc:1205
140
msgid "drizzled won't answer to ping, error: '%s'"
143
#: ../client/drizzle.cc:1254
144
msgid "Error: Invalid Value for connect_timeout"
147
#: ../client/drizzle.cc:1265
148
msgid "Error: Invalid Value for max_input_line"
151
#: ../client/drizzle.cc:1284 ../client/drizzledump.cc:476
152
msgid "Options used only in command line"
155
#: ../client/drizzle.cc:1286
156
msgid "Displays this help and exit."
159
#: ../client/drizzle.cc:1287
161
"Don't use history file. Disable interactive behavior. (Enables --silent)"
164
#: ../client/drizzle.cc:1289
165
msgid "Display column type information."
168
#: ../client/drizzle.cc:1291
170
"Preserve comments. Send comments to the server. The default is --skip-"
171
"comments (discard comments), enable with --comments"
174
#: ../client/drizzle.cc:1293
175
msgid "Print the output of a query (rows) vertically."
178
#: ../client/drizzle.cc:1295
179
msgid "Continue even if we get an sql error."
182
#: ../client/drizzle.cc:1297
184
"Enable named commands. Named commands mean this program's internal commands; "
185
"see drizzle> help . When enabled, the named commands can be used from any "
186
"line of the query, otherwise only from the first line, before an enter."
189
#: ../client/drizzle.cc:1299
190
msgid "Turn off beep on error."
193
#: ../client/drizzle.cc:1300
194
msgid "Do not write line numbers for errors."
197
#: ../client/drizzle.cc:1301
198
msgid "Do not write column names in results."
201
#: ../client/drizzle.cc:1303
203
"Don't write column names in results. WARNING: -N is deprecated, use long "
204
"version of this options instead."
207
#: ../client/drizzle.cc:1305
209
"Change the value of a variable. Please note that this option is deprecated; "
210
"you can set variables directly with --variable-name=value."
213
#: ../client/drizzle.cc:1307
214
msgid "Output in table format."
217
#: ../client/drizzle.cc:1309
218
msgid "Only allow UPDATE and DELETE that uses keys."
221
#: ../client/drizzle.cc:1311
222
msgid "Synonym for option --safe-updates, -U."
225
#: ../client/drizzle.cc:1313
226
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
229
#: ../client/drizzle.cc:1314 ../client/drizzledump.cc:500
230
#: ../drizzled/drizzled.cc:1278 ../drizzled/drizzled.cc:1866
231
msgid "Output version information and exit."
234
#: ../client/drizzle.cc:1316
235
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
238
#: ../client/drizzle.cc:1320
239
msgid "Number of lines before each import progress report."
242
#: ../client/drizzle.cc:1322
243
msgid "Ping the server to check if it's alive."
246
#: ../client/drizzle.cc:1324 ../drizzled/drizzled.cc:1199
247
msgid "Configuration file defaults are not used if no-defaults is set"
250
#: ../client/drizzle.cc:1327 ../client/drizzledump.cc:508
251
msgid "Options specific to the drizzle client"
254
#: ../client/drizzle.cc:1330
256
"Disable automatic rehashing. One doesn't need to use 'rehash' to get table "
257
"and field completion, but startup and reconnecting may take a longer time."
260
#: ../client/drizzle.cc:1332
262
"Automatically switch to vertical output mode if the result is wider than the "
266
#: ../client/drizzle.cc:1334
267
msgid "Database to use."
270
#: ../client/drizzle.cc:1336
274
#: ../client/drizzle.cc:1338
275
msgid "Delimiter to be used."
278
#: ../client/drizzle.cc:1340
279
msgid "Execute command and quit. (Disables --force and history file)"
282
#: ../client/drizzle.cc:1342
283
msgid "Enable LOAD DATA LOCAL INFILE."
286
#: ../client/drizzle.cc:1344
287
msgid "Flush buffer after each query."
290
#: ../client/drizzle.cc:1346
291
msgid "Ignore SIGINT (CTRL-C)"
294
#: ../client/drizzle.cc:1348
296
"Only update the default database. This is useful for skipping updates to "
297
"other database in the update log."
300
#: ../client/drizzle.cc:1350
302
"Pager to use to display results. If you don't supply an option the default "
303
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
304
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
305
"work in batch mode. Disable with --disable-pager. This option is disabled by "
309
#: ../client/drizzle.cc:1352
310
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
313
#: ../client/drizzle.cc:1354
314
msgid "Set the drizzle prompt to this value."
317
#: ../client/drizzle.cc:1356
319
"Don't cache result, print it row by row. This may slow down the server if "
320
"the output is suspended. Doesn't use history file."
323
#: ../client/drizzle.cc:1358
324
msgid "Write fields without conversion. Used with --batch."
327
#: ../client/drizzle.cc:1359
328
msgid "Do not reconnect if the connection is lost."
331
#: ../client/drizzle.cc:1361
332
msgid "Shutdown the server"
335
#: ../client/drizzle.cc:1362
337
"Be more silent. Print results with a tab as separator, each row on new line."
340
#: ../client/drizzle.cc:1364
342
"Append everything into outfile. See interactive help (\\h) also. Does not "
343
"work in batch mode. Disable with --disable-tee. This option is disabled by "
347
#: ../client/drizzle.cc:1366
348
msgid "Disable outfile. See interactive help (\\h) also."
351
#: ../client/drizzle.cc:1368
352
msgid "Number of seconds before connection timeout."
355
#: ../client/drizzle.cc:1370
356
msgid "Max length of input line"
359
#: ../client/drizzle.cc:1372
360
msgid "Automatic limit for SELECT when using --safe-updates"
363
#: ../client/drizzle.cc:1374
364
msgid "Automatic limit for rows in a join when using --safe-updates"
367
#: ../client/drizzle.cc:1377 ../client/drizzledump.cc:545
368
msgid "Options specific to the client"
371
#: ../client/drizzle.cc:1380
372
msgid "Connect to host"
375
#: ../client/drizzle.cc:1382
377
"Password to use when connecting to server. If password is not given it's "
378
"asked from the tty."
381
#: ../client/drizzle.cc:1384
383
"Port number to use for connection or 0 for default to, in order of "
384
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
387
#: ../client/drizzle.cc:1386 ../client/drizzledump.cc:554
388
msgid "User for login if not current user."
391
#: ../client/drizzle.cc:1388 ../client/drizzledump.cc:556
392
msgid "The protocol of connection (mysql or drizzle)."
395
#: ../client/drizzle.cc:1391 ../client/drizzledump.cc:568
396
msgid "Allowed Options"
399
#: ../client/drizzle.cc:1442 ../client/drizzle.cc:1449
401
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
404
#: ../client/drizzle.cc:1514 ../client/drizzle.cc:3797
405
msgid "DELIMITER cannot contain a backslash character"
408
#: ../client/drizzle.cc:1593 ../client/drizzledump.cc:659
409
#: ../client/drizzleimport.cc:463 ../client/drizzleslap.cc:468
410
#: ../client/drizzletest.cc:5603
411
msgid "Error: Unknown protocol"
414
#: ../client/drizzle.cc:1607
416
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
419
#: ../client/drizzle.cc:1653 ../client/drizzle.cc:4043
421
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
424
#: ../client/drizzle.cc:1659
427
"Copyright (C) 2008 Sun Microsystems\n"
428
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
429
"and you are welcome to modify and redistribute it under the GPL license\n"
432
#: ../client/drizzle.cc:1664
434
msgid "Usage: drizzle [OPTIONS] [database]\n"
437
#: ../client/drizzle.cc:1718
439
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
442
#: ../client/drizzle.cc:1727
445
"Your Drizzle connection id is %u\n"
446
"Connection protocol: %s\n"
447
"Server version: %s\n"
450
#: ../client/drizzle.cc:1761
452
msgid "Reading history-file %s\n"
455
#: ../client/drizzle.cc:1765
457
msgid "Couldn't allocate memory for temp histfile!\n"
460
#: ../client/drizzle.cc:1772
461
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
464
#: ../client/drizzle.cc:1782
468
#: ../client/drizzle.cc:1795
470
msgid "Writing history-file %s\n"
473
#: ../client/drizzle.cc:1803
477
#: ../client/drizzle.cc:1803
481
#: ../client/drizzle.cc:1855
482
msgid "Query aborted by Ctrl+C\n"
485
#: ../client/drizzle.cc:1939
487
msgid "Processing line: %<PRIu32>\n"
490
#: ../client/drizzle.cc:2157
491
msgid "Unknown command: "
494
#: ../client/drizzle.cc:2571
496
"Reading table information for completion of table and column names\n"
497
"You can turn off this feature to get a quicker startup with -A\n"
501
#: ../client/drizzle.cc:2637
502
msgid "No connection. Trying to reconnect..."
505
#: ../client/drizzle.cc:2643
506
msgid "Can't connect to the server\n"
509
#: ../client/drizzle.cc:2727
510
msgid "List of all Drizzle commands:"
513
#: ../client/drizzle.cc:2731
516
"Note that all text commands must be first on line and end with '%s' or \\g"
519
#: ../client/drizzle.cc:2789
520
msgid "No query specified\n"
523
#: ../client/drizzle.cc:2804
524
msgid "Ignoring query to other database"
527
#: ../client/drizzle.cc:2854
531
#: ../client/drizzle.cc:2867
533
msgid "%ld row in set"
534
msgid_plural "%ld rows in set"
538
#: ../client/drizzle.cc:2876
542
#: ../client/drizzle.cc:2878
544
msgid "Query OK, %ld row affected"
545
msgid_plural "Query OK, %ld rows affected"
549
#: ../client/drizzle.cc:2950
550
msgid "popen() failed! defaulting PAGER to stdout!\n"
553
#: ../client/drizzle.cc:2972
555
msgid "Error logging to file '%s'\n"
558
#: ../client/drizzle.cc:2977
560
msgid "Logging to file '%s'\n"
563
#: ../client/drizzle.cc:3061
572
"Collation: %s (%u)\n"
580
#: ../client/drizzle.cc:3528
582
msgid "No previous outfile available, you must give a filename!\n"
585
#: ../client/drizzle.cc:3533
587
msgid "Currently logging to file '%s'\n"
590
#: ../client/drizzle.cc:3553
592
msgid "No outfile specified!\n"
595
#: ../client/drizzle.cc:3566
596
msgid "Outfile disabled.\n"
599
#: ../client/drizzle.cc:3593
600
msgid "Default pager wasn't set, using stdout.\n"
603
#: ../client/drizzle.cc:3613
605
msgid "PAGER set to '%s'\n"
608
#: ../client/drizzle.cc:3624
609
msgid "PAGER set to stdout\n"
612
#: ../client/drizzle.cc:3707
614
msgid "Connection id: %u"
617
#: ../client/drizzle.cc:3709
619
msgid "Current database: %.128s\n"
622
#: ../client/drizzle.cc:3710
627
#: ../client/drizzle.cc:3730
628
msgid "Usage: \\. <filename> | source <filename>"
631
#: ../client/drizzle.cc:3745
633
msgid "Failed to open file '%s', error: %d"
636
#: ../client/drizzle.cc:3753
637
msgid "Can't initialize LineBuffer"
640
#: ../client/drizzle.cc:3789
641
msgid "DELIMITER must be followed by a 'delimiter' character or string"
644
#: ../client/drizzle.cc:3822
645
msgid "USE must be followed by a database name"
648
#: ../client/drizzle.cc:3890
649
msgid "Database changed"
652
#: ../client/drizzle.cc:3898
653
msgid "Show warnings enabled."
656
#: ../client/drizzle.cc:3906
657
msgid "Show warnings disabled."
660
#: ../client/drizzle.cc:4050
664
"Connection id:\t\t%lu\n"
667
#: ../client/drizzle.cc:4062
669
msgid "Current database:\t%s\n"
672
#: ../client/drizzle.cc:4063
674
msgid "Current user:\t\t%s\n"
677
#: ../client/drizzle.cc:4069
678
msgid "SSL:\t\t\tNot in use"
681
#: ../client/drizzle.cc:4074
687
#: ../client/drizzle.cc:4081
690
"All updates ignored to this database\n"
693
#: ../client/drizzle.cc:4084
695
msgid "Current pager:\t\t%s\n"
698
#: ../client/drizzle.cc:4085
700
msgid "Using outfile:\t\t'%s'\n"
703
#: ../client/drizzle.cc:4086
705
msgid "Using delimiter:\t%s\n"
708
#: ../client/drizzle.cc:4087
710
msgid "Server version:\t\t%s\n"
713
#: ../client/drizzle.cc:4088
715
msgid "Protocol:\t\t%s\n"
718
#: ../client/drizzle.cc:4089
720
msgid "Protocol version:\t%d\n"
723
#: ../client/drizzle.cc:4090
725
msgid "Connection:\t\t%s\n"
728
#: ../client/drizzle.cc:4097
730
msgid "UNIX socket:\t\t%s\n"
733
#: ../client/drizzle.cc:4099
735
msgid "TCP port:\t\t%d\n"
738
#: ../client/drizzle.cc:4104
741
"Note that you are running in safe_update_mode:\n"
744
#: ../client/drizzle.cc:4106
747
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
749
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
751
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
752
" Max number of examined row combination in a join is set to: "
757
#: ../client/drizzle.cc:4168 ../drizzled/option.cc:339
762
#: ../client/drizzle.cc:4211
764
msgid "ERROR %d (%s): "
767
#: ../client/drizzle.cc:4213
772
#: ../client/drizzle.cc:4216
776
#: ../client/drizzle.cc:4349
780
#: ../client/drizzle.cc:4351
784
#: ../client/drizzle.cc:4357
788
#: ../client/drizzle.cc:4363
792
#: ../client/drizzle.cc:4464
796
#: ../client/drizzle.cc:4584
798
msgid "Returning to default PROMPT of %s\n"
801
#: ../client/drizzle.cc:4589
802
msgid "Memory allocation error. Not changing prompt\n"
805
#: ../client/drizzle.cc:4594
807
msgid "PROMPT set to '%s'\n"
810
#: ../client/drizzledump.cc:230
811
msgid "Error inserting into destnation database"
814
#: ../client/drizzledump.cc:254
816
msgid "Got errno %d on write"
819
#: ../client/drizzledump.cc:299
822
"%s: You can't use --single-transaction and --lock-all-tables at the same "
826
#: ../client/drizzledump.cc:306
828
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
831
#: ../client/drizzledump.cc:375
832
msgid "-- Retrieving database structures..."
835
#: ../client/drizzledump.cc:479
837
"Dump all the databases. This will be same as --databases with all databases "
841
#: ../client/drizzledump.cc:481
842
msgid "Dump all the tablespaces."
845
#: ../client/drizzledump.cc:483
846
msgid "Use complete insert statements."
849
#: ../client/drizzledump.cc:485
851
"Flush logs file in server before starting dump. Note that if you dump many "
852
"databases at once (using the option --databases= or --all-databases), the "
853
"logs will be flushed for each database dumped. The exception is when using --"
854
"lock-all-tables in this case the logs will be flushed only once, "
855
"corresponding to the moment all tables are locked. So if you want your dump "
856
"and the log flush to happen at the same exact moment you should use --lock-"
857
"all-tables or --flush-logs"
860
#: ../client/drizzledump.cc:487
861
msgid "Continue even if we get an sql-error."
864
#: ../client/drizzledump.cc:488
866
msgid "Display this help message and exit."
867
msgstr "Turi din l-għajnuna."
869
#: ../client/drizzledump.cc:490
871
"Locks all tables across all databases. This is achieved by taking a global "
872
"read lock for the duration of the whole dump. Automatically turns --single-"
876
#: ../client/drizzledump.cc:492
878
"Creates a consistent snapshot by dumping all tables in a single transaction. "
879
"Works ONLY for tables stored in storage engines which support "
880
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
881
"be consistent for other storage engines. While a --single-transaction dump "
882
"is in process, to ensure a valid dump file (correct table contents), no "
883
"other connection should use the following statements: ALTER TABLE, DROP "
884
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
888
#: ../client/drizzledump.cc:494
890
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
891
"extended-insert and --disable-keys."
894
#: ../client/drizzledump.cc:495
895
msgid "Overrides option --databases (-B)."
898
#: ../client/drizzledump.cc:497
899
msgid "Number of rows before each output progress report (requires --verbose)."
902
#: ../client/drizzledump.cc:499
903
msgid "Print info about the various stages."
906
#: ../client/drizzledump.cc:501
907
msgid "Turn off Comments"
910
#: ../client/drizzledump.cc:502
911
msgid "Turn off create-options"
914
#: ../client/drizzledump.cc:503
915
msgid "Turn off extended-insert"
918
#: ../client/drizzledump.cc:504
919
msgid "Turn off dump date at the end of the output"
922
#: ../client/drizzledump.cc:505
923
msgid "Do not read from the configuration files"
926
#: ../client/drizzledump.cc:511
927
msgid "Add a 'DROP DATABASE' before each create."
930
#: ../client/drizzledump.cc:512
931
msgid "Do not add a 'drop table' before each create."
934
#: ../client/drizzledump.cc:514
936
"Give less verbose output (useful for debugging). Disables structure comments "
937
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
938
"set-names --skip-disable-keys"
941
#: ../client/drizzledump.cc:516
943
"To dump several databases. Note the difference in usage; In this case no "
944
"tables are given. All name arguments are regarded as databasenames. 'USE "
945
"db_name;' will be included in the output."
948
#: ../client/drizzledump.cc:518
950
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
951
"will not be put in the output."
954
#: ../client/drizzledump.cc:520
956
"Do not dump the specified table. To specify more than one table to ignore, "
957
"use the directive multiple times, once for each table. Each table must be "
958
"specified with both database and table names, e.g. --ignore-table=database."
962
#: ../client/drizzledump.cc:522
963
msgid "Insert rows with INSERT IGNORE."
966
#: ../client/drizzledump.cc:524
967
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
970
#: ../client/drizzledump.cc:526
972
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
973
"above line will be added otherwise, if --databases or --all-databases option "
977
#: ../client/drizzledump.cc:528
978
msgid "No row information."
981
#: ../client/drizzledump.cc:530
982
msgid "Use REPLACE INTO instead of INSERT INTO."
985
#: ../client/drizzledump.cc:532
986
msgid "Where to send output to (stdout|database"
989
#: ../client/drizzledump.cc:534
991
"Hostname for destination db server (requires --destination-type=database)"
994
#: ../client/drizzledump.cc:536
996
"Port number for destination db server (requires --destination-type=database)"
999
#: ../client/drizzledump.cc:538
1001
"User name for destination db server (resquires --destination-type=database)"
1004
#: ../client/drizzledump.cc:540
1006
"Password for destination db server (requires --destination-type=database)"
1009
#: ../client/drizzledump.cc:542
1011
"The database in the destination db server (requires --destination-"
1012
"type=database, not for use with --all-databases)"
1015
#: ../client/drizzledump.cc:548
1016
msgid "Connect to host."
1019
#: ../client/drizzledump.cc:550
1021
"Password to use when connecting to server. If password is not given it's "
1022
"solicited on the tty."
1025
#: ../client/drizzledump.cc:552
1026
msgid "Port number to use for connection."
1029
#: ../client/drizzledump.cc:559
1030
msgid "Hidden Options"
1033
#: ../client/drizzledump.cc:561
1034
msgid "Used to select the database"
1037
#: ../client/drizzledump.cc:562
1038
msgid "Used to select the tables"
1041
#: ../client/drizzledump.cc:565
1042
msgid "Allowed Options + Hidden Options"
1045
#: ../client/drizzledump.cc:621
1047
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1050
#: ../client/drizzledump.cc:626
1052
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1053
"and you are welcome to modify and redistribute it under the GPL license\n"
1056
#: ../client/drizzledump.cc:627
1057
msgid "Dumps definitions and data from a Drizzle database server"
1060
#: ../client/drizzledump.cc:628
1062
msgid "Usage: %s [OPTIONS] database [tables]\n"
1065
#: ../client/drizzledump.cc:629
1067
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1070
#: ../client/drizzledump.cc:631
1072
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1075
#: ../client/drizzledump.cc:672 ../client/drizzleimport.cc:476
1076
#: ../client/drizzleslap.cc:478 ../client/drizzletest.cc:5615
1078
msgid "Value supplied for port is not valid.\n"
1081
#: ../client/drizzledump.cc:727
1083
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1086
#: ../client/drizzledump_data.cc:252
1087
msgid "-- Retrieving data for "
1090
#: ../client/drizzledump_data.cc:284
1091
msgid " rows dumped for table "
1094
#: ../client/drizzledump_data.cc:507
1095
msgid "-- Connecting to "
1098
#: ../client/drizzledump_data.cc:507
1099
msgid " using protocol "
1102
#: ../client/drizzledump_data.cc:548 ../client/drizzledump_data.cc:554
1103
#: ../client/drizzledump_data.cc:585 ../client/drizzledump_data.cc:591
1104
msgid "Error executing query: "
1107
#: ../client/drizzledump_data.cc:562
1108
msgid "Could not buffer result: "
1111
#: ../client/drizzledump_data.cc:608
1112
msgid "Error: Could not set db '"
1115
#: ../client/drizzledump_data.cc:622 ../client/drizzledump_data.cc:627
1116
#: ../client/drizzledump_data.cc:633
1120
#: ../client/drizzledump_data.cc:642
1121
msgid "-- Disconnecting from "
1124
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1125
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1126
msgid "-- Retrieving table structures for "
1129
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1130
msgid "-- Retrieving fields for "
1133
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:262
1134
msgid "-- Retrieving indexes for "
1137
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:307
1138
msgid "-- Retrieving foreign keys for "
1141
#: ../client/drizzleslap.cc:2332
1143
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1146
#: ../client/drizzletest.cc:5364
1147
msgid "Error: Invalid Value for opt_max_connect_retries"
1150
#: ../client/drizzletest.cc:5374
1151
msgid "Error: Invalid Value for opt_tail_lines"
1154
#: ../client/drizzletest.cc:5384
1155
msgid "Error: Invalid Value for opt_sleep"
1158
#: ../client/drizzletest.cc:5567
1160
msgid "Could not open '%s' for reading: errno = %d"
1163
#: ../client/drizzletest.cc:5572
1165
msgid "Out of memory"
1168
#: ../drizzled/drizzled.cc:477
1172
#: ../drizzled/drizzled.cc:536
1173
msgid "One can only use the --user switch if running as root\n"
1176
#: ../drizzled/drizzled.cc:543
1178
"Fatal error: Please read \"Security\" section of the manual to find out how "
1179
"to run drizzled as root!\n"
1182
#: ../drizzled/drizzled.cc:563
1185
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1189
#: ../drizzled/drizzled.cc:588
1190
msgid "Set process group ID failed"
1193
#: ../drizzled/drizzled.cc:593
1194
msgid "Set process user ID failed"
1197
#: ../drizzled/drizzled.cc:605
1198
msgid "Process chroot failed"
1201
#: ../drizzled/drizzled.cc:725
1202
msgid "Error: Invalid Value for auto_increment_increment"
1205
#: ../drizzled/drizzled.cc:736
1206
msgid "Error: Invalid Value for auto_increment_offset"
1209
#: ../drizzled/drizzled.cc:747
1210
msgid "Error: Invalid Value for completion_type"
1213
#: ../drizzled/drizzled.cc:759
1214
msgid "Error: Invalid Value for div-precision-increment"
1217
#: ../drizzled/drizzled.cc:770
1218
msgid "Error: Invalid Value for group_concat_max_len"
1221
#: ../drizzled/drizzled.cc:781
1222
msgid "Error: Invalid Value for join_buffer_size"
1225
#: ../drizzled/drizzled.cc:793
1226
msgid "Error: Invalid Value for max_allowed_packet"
1229
#: ../drizzled/drizzled.cc:805
1230
msgid "Error: Invalid Value for max_connect_errors"
1233
#: ../drizzled/drizzled.cc:816
1234
msgid "Error: Invalid Value for max_error_count"
1237
#: ../drizzled/drizzled.cc:827
1238
msgid "Error: Invalid Value for max_heap_table_size"
1241
#: ../drizzled/drizzled.cc:839
1242
msgid "Error: Invalid Value for min_examined_row_limit"
1245
#: ../drizzled/drizzled.cc:850
1246
msgid "Error: Invalid Value for max_join_size"
1249
#: ../drizzled/drizzled.cc:861
1250
msgid "Error: Invalid Value for max_length_for_sort_data"
1253
#: ../drizzled/drizzled.cc:872
1254
msgid "Error: Invalid Value for max_seeks_for_key"
1257
#: ../drizzled/drizzled.cc:883
1258
msgid "Error: Invalid Value for max_sort_length"
1261
#: ../drizzled/drizzled.cc:894
1262
msgid "Error: Invalid Value for optimizer_search_depth"
1265
#: ../drizzled/drizzled.cc:905
1266
msgid "Error: Invalid Value for preload_buff_size"
1269
#: ../drizzled/drizzled.cc:916
1270
msgid "Error: Invalid Value for query_alloc_block_size"
1273
#: ../drizzled/drizzled.cc:928
1274
msgid "Error: Invalid Value for query_prealloc_size"
1277
#: ../drizzled/drizzled.cc:940
1278
msgid "Error: Invalid Value for range_alloc_block_size"
1281
#: ../drizzled/drizzled.cc:952
1282
msgid "Error: Invalid Value for read_buff_size"
1285
#: ../drizzled/drizzled.cc:964
1286
msgid "Error: Invalid Value for read_rnd_buff_size"
1289
#: ../drizzled/drizzled.cc:975
1290
msgid "Error: Invalid Value for sort_buff_size"
1293
#: ../drizzled/drizzled.cc:986
1294
msgid "Error: Invalid Value for table_def_size"
1297
#: ../drizzled/drizzled.cc:997
1298
msgid "Error: Invalid Value for table_cache_size"
1301
#: ../drizzled/drizzled.cc:1008 ../drizzled/drizzled.cc:1024
1302
msgid "Error: Invalid Value for table_lock_wait_timeout"
1305
#: ../drizzled/drizzled.cc:1035
1307
"Error: Invalid Value for transaction_message_threshold valid values are "
1308
"between 131072 - 1048576 bytes"
1311
#: ../drizzled/drizzled.cc:1182
1313
msgid "gethostname failed, using '%s' as hostname"
1316
#: ../drizzled/drizzled.cc:1197 ../drizzled/drizzled.cc:1749
1317
msgid "Display this help and exit."
1320
#: ../drizzled/drizzled.cc:1201
1321
msgid "Configuration file to use"
1324
#: ../drizzled/drizzled.cc:1203
1325
msgid "Base location for config files"
1328
#: ../drizzled/drizzled.cc:1205 ../drizzled/drizzled.cc:1973
1329
msgid "Directory for plugins."
1332
#: ../drizzled/drizzled.cc:1210 ../drizzled/drizzled.cc:1977
1334
"Optional comma separated list of plugins to load at startup in addition to "
1335
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1338
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1983
1340
"Optional comma separated list of plugins to not load at startup. Effectively "
1341
"removes a plugin from the list of plugins to be loaded. [for example: --"
1342
"plugin_remove=crc32,logger_gearman]"
1345
#: ../drizzled/drizzled.cc:1218 ../drizzled/drizzled.cc:1989
1347
"Optional comma separated list of plugins to load at starup instead of the "
1348
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1351
#: ../drizzled/drizzled.cc:1225 ../drizzled/drizzled.cc:1753
1352
msgid "Auto-increment columns are incremented by this"
1355
#: ../drizzled/drizzled.cc:1227 ../drizzled/drizzled.cc:1758
1357
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1361
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1764
1363
"Path to installation directory. All paths are usually resolved relative to "
1367
#: ../drizzled/drizzled.cc:1232 ../drizzled/drizzled.cc:1769
1368
msgid "Chroot drizzled daemon during startup."
1371
#: ../drizzled/drizzled.cc:1234 ../drizzled/drizzled.cc:1773
1372
msgid "Set the default collation."
1375
#: ../drizzled/drizzled.cc:1236 ../drizzled/drizzled.cc:1777
1376
msgid "Default completion type."
1379
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1782
1380
msgid "Write core on errors."
1383
#: ../drizzled/drizzled.cc:1239 ../drizzled/drizzled.cc:1786
1384
msgid "Path to the database root."
1387
#: ../drizzled/drizzled.cc:1241
1388
msgid "Set the default storage engine for tables."
1391
#: ../drizzled/drizzled.cc:1243 ../drizzled/drizzled.cc:1793
1392
msgid "Set the default time zone."
1395
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1798
1396
msgid "Used for debugging; Use at your own risk!"
1399
#: ../drizzled/drizzled.cc:1247 ../drizzled/drizzled.cc:1803
1400
msgid "Set up signals usable for debugging"
1403
#: ../drizzled/drizzled.cc:1249 ../drizzled/drizzled.cc:1807
1404
msgid "Set the language used for the month names and the days of the week."
1407
#: ../drizzled/drizzled.cc:1251 ../drizzled/drizzled.cc:1812
1408
msgid "Log some not critical warnings to the log file."
1411
#: ../drizzled/drizzled.cc:1253 ../drizzled/drizzled.cc:1817
1412
msgid "Pid file used by drizzled."
1415
#: ../drizzled/drizzled.cc:1255
1416
msgid "Maximum time in seconds to wait for the port to become free. "
1419
#: ../drizzled/drizzled.cc:1257 ../drizzled/drizzled.cc:1826
1421
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1422
"specified directory"
1425
#: ../drizzled/drizzled.cc:1260 ../drizzled/drizzled.cc:1831
1427
"Uniquely identifies the server instance in the community of replication "
1431
#: ../drizzled/drizzled.cc:1263 ../drizzled/drizzled.cc:1836
1432
msgid "Don't print a stack trace on failure."
1435
#: ../drizzled/drizzled.cc:1265 ../drizzled/drizzled.cc:1840
1436
msgid "Enable symbolic link support."
1439
#: ../drizzled/drizzled.cc:1267 ../drizzled/drizzled.cc:1849
1441
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1444
#: ../drizzled/drizzled.cc:1270 ../drizzled/drizzled.cc:1854
1445
msgid "Path for temporary files."
1448
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1858
1449
msgid "Default transaction isolation level."
1452
#: ../drizzled/drizzled.cc:1274
1454
"Max message size written to transaction log, valid values 131072 - 1048576 "
1458
#: ../drizzled/drizzled.cc:1276 ../drizzled/drizzled.cc:1862
1459
msgid "Run drizzled daemon as user."
1462
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1870
1464
"The number of outstanding connection requests Drizzle can have. This comes "
1465
"into play when the main Drizzle thread gets very many connection requests in "
1466
"a very short time."
1469
#: ../drizzled/drizzled.cc:1285 ../drizzled/drizzled.cc:1876
1471
"Size of tree cache used in bulk insert optimization. Note that this is a "
1475
#: ../drizzled/drizzled.cc:1288 ../drizzled/drizzled.cc:1882
1477
"Precision of the result of '/' operator will be increased on that value."
1480
#: ../drizzled/drizzled.cc:1291 ../drizzled/drizzled.cc:1888
1481
msgid "The maximum length of the result of function group_concat."
1484
#: ../drizzled/drizzled.cc:1293 ../drizzled/drizzled.cc:1893
1485
msgid "The size of the buffer that is used for full joins."
1488
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1899
1489
msgid "Max packetlength to send/receive from to server."
1492
#: ../drizzled/drizzled.cc:1297 ../drizzled/drizzled.cc:1904
1494
"If there is more than this number of interrupted connections from a host "
1495
"this host will be blocked from further connections."
1498
#: ../drizzled/drizzled.cc:1300 ../drizzled/drizzled.cc:1909
1499
msgid "Max number of errors/warnings to store for a statement."
1502
#: ../drizzled/drizzled.cc:1302 ../drizzled/drizzled.cc:1914
1503
msgid "Don't allow creation of heap tables bigger than this."
1506
#: ../drizzled/drizzled.cc:1304 ../drizzled/drizzled.cc:1920
1508
"Joins that are probably going to read more than max_join_size records return "
1512
#: ../drizzled/drizzled.cc:1307 ../drizzled/drizzled.cc:1926
1513
msgid "Max number of bytes in sorted records."
1516
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1931
1517
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1520
#: ../drizzled/drizzled.cc:1311 ../drizzled/drizzled.cc:1936
1522
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1523
"max_sort_length bytes of each value are used; the rest are ignored)."
1526
#: ../drizzled/drizzled.cc:1315 ../drizzled/drizzled.cc:1943
1527
msgid "After this many write locks, allow some read locks to run in between."
1530
#: ../drizzled/drizzled.cc:1317 ../drizzled/drizzled.cc:1947
1532
"Don't log queries which examine less than min_examined_row_limit rows to "
1536
#: ../drizzled/drizzled.cc:1320
1538
"Do not apply any heuristic(s) during query optimization to prune, thus "
1539
"perform an exhaustive search from the optimizer search space."
1542
#: ../drizzled/drizzled.cc:1323 ../drizzled/drizzled.cc:1961
1544
"Maximum depth of search performed by the query optimizer. Values larger than "
1545
"the number of relations in a query result in better query plans, but take "
1546
"longer to compile a query. Smaller values than the number of tables in a "
1547
"relation result in faster optimization, but may produce very bad query "
1548
"plans. If set to 0, the system will automatically pick a reasonable value; "
1549
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1550
"(used for testing/comparison)."
1553
#: ../drizzled/drizzled.cc:1332 ../drizzled/drizzled.cc:1995
1554
msgid "The size of the buffer that is allocated when preloading indexes"
1557
#: ../drizzled/drizzled.cc:1335 ../drizzled/drizzled.cc:2000
1558
msgid "Allocation block size for query parsing and execution"
1561
#: ../drizzled/drizzled.cc:1338 ../drizzled/drizzled.cc:2005
1562
msgid "Persistent buffer for query parsing and execution"
1565
#: ../drizzled/drizzled.cc:1341 ../drizzled/drizzled.cc:2011
1566
msgid "Allocation block size for storing ranges during optimization"
1569
#: ../drizzled/drizzled.cc:1344 ../drizzled/drizzled.cc:2017
1571
"Each thread that does a sequential scan allocates a buffer of this size for "
1572
"each table it scans. If you do many sequential scans, you may want to "
1573
"increase this value."
1576
#: ../drizzled/drizzled.cc:1349 ../drizzled/drizzled.cc:2025
1578
"When reading rows in sorted order after a sort, the rows are read through "
1579
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1583
#: ../drizzled/drizzled.cc:1353 ../drizzled/drizzled.cc:2033
1584
msgid "Select scheduler to be used (by default multi-thread)."
1587
#: ../drizzled/drizzled.cc:1356 ../drizzled/drizzled.cc:2038
1588
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1591
#: ../drizzled/drizzled.cc:1358 ../drizzled/drizzled.cc:2044
1592
msgid "The number of cached table definitions."
1595
#: ../drizzled/drizzled.cc:1360 ../drizzled/drizzled.cc:2048
1596
msgid "The number of cached open tables."
1599
#: ../drizzled/drizzled.cc:1362 ../drizzled/drizzled.cc:2052
1601
"Timeout in seconds to wait for a table level lock before returning an error. "
1602
"Used only if the connection has active cursors."
1605
#: ../drizzled/drizzled.cc:1365 ../drizzled/drizzled.cc:2057
1606
msgid "The stack size for each thread."
1609
#: ../drizzled/drizzled.cc:1368 ../drizzled/drizzled.cc:2063
1611
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1612
"automatically convert it to an on-disk MyISAM table."
1615
#: ../drizzled/drizzled.cc:1391
1616
msgid "Duplicate entry for command line option\n"
1619
#: ../drizzled/drizzled.cc:1436 ../drizzled/drizzled.cc:1469
1620
#: ../drizzled/drizzled.cc:1477 ../drizzled/drizzled.cc:1497
1624
"Use --help to get a list of available options\n"
1627
#: ../drizzled/drizzled.cc:1447
1628
msgid "Failed to initialize plugins\n"
1631
#: ../drizzled/drizzled.cc:1485
1635
"Use --help to get a list of available options\n"
1638
#: ../drizzled/drizzled.cc:1534
1639
msgid "Error getting default charset"
1642
#: ../drizzled/drizzled.cc:1564
1643
msgid "Error setting collation"
1646
#: ../drizzled/drizzled.cc:1572
1648
msgid "Unknown locale: '%s'"
1651
#: ../drizzled/drizzled.cc:1592
1652
msgid "Could not initialize table cache\n"
1655
#: ../drizzled/drizzled.cc:1603
1656
msgid "XA cache initialization failed: Out of memory\n"
1659
#: ../drizzled/drizzled.cc:1633
1660
msgid "No scheduler found, cannot continue!\n"
1663
#: ../drizzled/drizzled.cc:1657
1665
msgid "Unknown/unsupported storage engine: %s\n"
1668
#: ../drizzled/drizzled.cc:1789
1669
msgid "Set the default storage engine (table type) for tables."
1672
#: ../drizzled/drizzled.cc:1821
1674
"Maximum time in seconds to wait for the port to become free. (Default: no "
1678
#: ../drizzled/drizzled.cc:1953
1680
"Controls the heuristic(s) applied during query optimization to prune less-"
1681
"promising partial plans from the optimizer search space. Meaning: false - do "
1682
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1683
"based on number of retrieved rows."
1686
#: ../drizzled/drizzled.cc:2089
1688
"Copyright (C) 2008 Sun Microsystems\n"
1689
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1690
"and you are welcome to modify and redistribute it under the GPL license\n"
1694
#: ../drizzled/drizzled.cc:2096
1696
msgid "Usage: %s [OPTIONS]\n"
1699
#: ../drizzled/drizzled.cc:2219
1702
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1706
#: ../drizzled/error.cc:131
1708
msgid "Unknown error %d"
1711
#: ../drizzled/error.cc:207
1715
#: ../drizzled/error.cc:208
1719
#: ../drizzled/error.cc:209
1721
msgid "Can't create file '%-.200s' (errno: %d)"
1724
#: ../drizzled/error.cc:210
1726
msgid "Can't create table '%-.200s' (errno: %d)"
1729
#: ../drizzled/error.cc:211
1731
msgid "Can't create schema '%-.192s' (errno: %d)"
1734
#: ../drizzled/error.cc:212
1736
msgid "Can't create schema '%-.192s'; schema exists"
1739
#: ../drizzled/error.cc:213
1741
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1744
#: ../drizzled/error.cc:214
1746
msgid "Error on delete of '%-.192s' (errno: %d)"
1749
#: ../drizzled/error.cc:215
1751
msgid "Can't get status of '%-.200s' (errno: %d)"
1754
#: ../drizzled/error.cc:216
1756
msgid "Can't lock file (errno: %d)"
1759
#: ../drizzled/error.cc:217
1761
msgid "Can't open file: '%-.200s' (errno: %d)"
1764
#: ../drizzled/error.cc:218
1766
msgid "Can't find file: '%-.200s' (errno: %d)"
1769
#: ../drizzled/error.cc:219
1771
msgid "Can't read dir of '%-.192s' (errno: %d)"
1774
#: ../drizzled/error.cc:220
1776
msgid "Record has changed since last read in table '%-.192s'"
1779
#: ../drizzled/error.cc:221
1781
msgid "Disk full (%s); waiting for someone to free some space..."
1784
#: ../drizzled/error.cc:222
1786
msgid "Can't write; duplicate key in table '%-.192s'"
1789
#: ../drizzled/error.cc:223
1791
msgid "Error on close of '%-.192s' (errno: %d)"
1794
#: ../drizzled/error.cc:224
1796
msgid "Error reading file '%-.200s' (errno: %d)"
1799
#: ../drizzled/error.cc:225
1801
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1804
#: ../drizzled/error.cc:226
1806
msgid "Error writing file '%-.200s' (errno: %d)"
1809
#: ../drizzled/error.cc:227
1811
msgid "'%-.192s' is locked against change"
1814
#: ../drizzled/error.cc:228
1815
msgid "Sort aborted"
1818
#: ../drizzled/error.cc:229
1820
msgid "Got error %d from storage engine"
1823
#: ../drizzled/error.cc:230
1825
msgid "Table storage engine for '%-.192s' doesn't have this option"
1828
#: ../drizzled/error.cc:231
1830
msgid "Can't find record in '%-.192s'"
1833
#: ../drizzled/error.cc:232
1835
msgid "Incorrect information in file: '%-.200s'"
1838
#: ../drizzled/error.cc:233
1840
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1843
#: ../drizzled/error.cc:234
1845
msgid "Old key file for table '%-.192s'; repair it!"
1848
#: ../drizzled/error.cc:235
1850
msgid "Table '%-.192s' is read only"
1853
#: ../drizzled/error.cc:236
1855
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1858
#: ../drizzled/error.cc:237
1859
msgid "Out of sort memory; increase server sort buffer size"
1862
#: ../drizzled/error.cc:238
1864
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1867
#: ../drizzled/error.cc:239
1868
msgid "Too many connections"
1871
#: ../drizzled/error.cc:240
1873
"Out of memory; check if drizzled or some other process uses all available "
1874
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1875
"memory or you can add more swap space"
1878
#: ../drizzled/error.cc:241
1879
msgid "Can't get hostname for your address"
1882
#: ../drizzled/error.cc:242
1883
msgid "Bad handshake"
1886
#: ../drizzled/error.cc:243
1888
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
1891
#: ../drizzled/error.cc:244
1893
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1896
#: ../drizzled/error.cc:245
1897
msgid "No schema selected"
1900
#: ../drizzled/error.cc:246
1901
msgid "Unknown command"
1904
#: ../drizzled/error.cc:247
1906
msgid "Column '%-.192s' cannot be null"
1909
#: ../drizzled/error.cc:248
1911
msgid "Unknown schema '%-.192s'"
1914
#: ../drizzled/error.cc:249
1916
msgid "Table '%-.192s' already exists"
1919
#: ../drizzled/error.cc:250
1921
msgid "Unknown table '%-.100s'"
1924
#: ../drizzled/error.cc:251
1926
msgid "Column '%-.192s' in %-.192s is ambiguous"
1929
#: ../drizzled/error.cc:252
1930
msgid "Server shutdown in progress"
1933
#: ../drizzled/error.cc:253
1935
msgid "Unknown column '%-.192s' in '%-.192s'"
1938
#: ../drizzled/error.cc:254
1940
msgid "'%-.192s' isn't in GROUP BY"
1943
#: ../drizzled/error.cc:255
1945
msgid "Can't group on '%-.192s'"
1948
#: ../drizzled/error.cc:256
1949
msgid "Statement has sum functions and columns in same statement"
1952
#: ../drizzled/error.cc:257
1953
msgid "Column count doesn't match value count"
1956
#: ../drizzled/error.cc:258
1958
msgid "Identifier name '%-.100s' is too long"
1961
#: ../drizzled/error.cc:259
1963
msgid "Duplicate column name '%-.192s'"
1966
#: ../drizzled/error.cc:260
1968
msgid "Duplicate key name '%-.192s'"
1971
#: ../drizzled/error.cc:261
1973
msgid "Duplicate entry '%-.192s' for key %d"
1976
#: ../drizzled/error.cc:262
1978
msgid "Incorrect column specifier for column '%-.192s'"
1981
#: ../drizzled/error.cc:263
1983
msgid "%s near '%-.80s' at line %d"
1986
#: ../drizzled/error.cc:264
1987
msgid "Query was empty"
1990
#: ../drizzled/error.cc:265
1992
msgid "Not unique table/alias: '%-.192s'"
1995
#: ../drizzled/error.cc:266
1997
msgid "Invalid default value for '%-.192s'"
2000
#: ../drizzled/error.cc:267
2001
msgid "Multiple primary key defined"
2004
#: ../drizzled/error.cc:268
2006
msgid "Too many keys specified; max %d keys allowed"
2009
#: ../drizzled/error.cc:269
2011
msgid "Too many key parts specified; max %d parts allowed"
2014
#: ../drizzled/error.cc:270
2016
msgid "Specified key was too long; max key length is %d bytes"
2019
#: ../drizzled/error.cc:271
2021
msgid "Key column '%-.192s' doesn't exist in table"
2024
#: ../drizzled/error.cc:272
2027
"BLOB column '%-.192s' can't be used in key specification with the used table "
2031
#: ../drizzled/error.cc:273
2034
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2038
#: ../drizzled/error.cc:274
2040
"Incorrect table definition; there can be only one auto column and it must be "
2044
#: ../drizzled/error.cc:275
2046
msgid "%s: Normal shutdown\n"
2049
#: ../drizzled/error.cc:276
2051
msgid "%s: Got signal %d. Aborting!\n"
2054
#: ../drizzled/error.cc:277
2056
msgid "%s: Shutdown complete\n"
2059
#: ../drizzled/error.cc:278
2061
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2064
#: ../drizzled/error.cc:279
2065
msgid "Can't create IP socket"
2068
#: ../drizzled/error.cc:280
2071
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2075
#: ../drizzled/error.cc:281
2078
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2082
#: ../drizzled/error.cc:282
2084
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2087
#: ../drizzled/error.cc:283
2090
"The file '%-.128s' must be in the schema directory or be readable by all"
2093
#: ../drizzled/error.cc:284
2095
msgid "File '%-.200s' already exists"
2098
#: ../drizzled/error.cc:285
2100
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2103
#: ../drizzled/error.cc:286
2105
"Incorrect prefix key; the used key part isn't a string, the used length is "
2106
"longer than the key part, or the storage engine doesn't support unique "
2110
#: ../drizzled/error.cc:287
2111
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2114
#: ../drizzled/error.cc:288
2116
msgid "Can't DROP '%-.192s'; check that column/key exists"
2119
#: ../drizzled/error.cc:289
2121
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2124
#: ../drizzled/error.cc:290
2126
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2129
#: ../drizzled/error.cc:291
2131
msgid "Unknown thread id: %lu"
2134
#: ../drizzled/error.cc:292
2136
msgid "You are not owner of thread %lu"
2139
#: ../drizzled/error.cc:293
2140
msgid "No tables used"
2143
#: ../drizzled/error.cc:294
2145
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2148
#: ../drizzled/error.cc:295
2150
msgid "Incorrect schema name '%-.100s'"
2153
#: ../drizzled/error.cc:296
2155
msgid "Incorrect table name '%-.100s'"
2158
#: ../drizzled/error.cc:297
2160
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2161
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2164
#: ../drizzled/error.cc:298
2165
msgid "Unknown error"
2168
#: ../drizzled/error.cc:299
2170
msgid "Unknown procedure '%-.192s'"
2173
#: ../drizzled/error.cc:300
2175
msgid "Incorrect parameter count to procedure '%-.192s'"
2178
#: ../drizzled/error.cc:301
2180
msgid "Unknown table '%-.192s' in %-.32s"
2183
#: ../drizzled/error.cc:302
2185
msgid "Column '%-.192s' specified twice"
2188
#: ../drizzled/error.cc:303
2189
msgid "Invalid use of group function"
2192
#: ../drizzled/error.cc:304
2195
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2198
#: ../drizzled/error.cc:305
2199
msgid "A table must have at least 1 column"
2202
#: ../drizzled/error.cc:306
2204
msgid "The table '%-.192s' is full"
2207
#: ../drizzled/error.cc:307
2209
msgid "Too many tables; Drizzle can only use %d tables in a join"
2212
#: ../drizzled/error.cc:308
2213
msgid "Too many columns"
2216
#: ../drizzled/error.cc:309
2219
"Row size too large. The maximum row size for the used table type, not "
2220
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2223
#: ../drizzled/error.cc:310
2224
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2227
#: ../drizzled/error.cc:311
2230
"Table handler doesn't support NULL in given index. Please change column "
2231
"'%-.192s' to be NOT NULL or use another handler"
2234
#: ../drizzled/error.cc:312
2235
msgid "No paths allowed for plugin library"
2238
#: ../drizzled/error.cc:313
2240
msgid "Plugin '%-.192s' already exists"
2243
#: ../drizzled/error.cc:314
2245
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2248
#: ../drizzled/error.cc:315
2250
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2253
#: ../drizzled/error.cc:316
2255
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2258
#: ../drizzled/error.cc:317
2261
"Can't create a new thread (errno %d); if you are not out of available "
2262
"memory, you can consult the manual for a possible OS-dependent bug"
2265
#: ../drizzled/error.cc:318
2267
msgid "Column count doesn't match value count at row %ld"
2270
#: ../drizzled/error.cc:319
2272
msgid "Can't reopen table: '%-.192s'"
2275
#: ../drizzled/error.cc:320
2277
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2278
"illegal if there is no GROUP BY clause"
2281
#: ../drizzled/error.cc:321
2283
msgid "Table '%-.192s.%-.192s' doesn't exist"
2286
#: ../drizzled/error.cc:322
2288
"You have an error in your SQL syntax; check the manual that corresponds to "
2289
"your Drizzle server version for the right syntax to use"
2292
#: ../drizzled/error.cc:323
2293
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2296
#: ../drizzled/error.cc:324
2297
msgid "Got packets out of order"
2300
#: ../drizzled/error.cc:325
2301
msgid "The used table type doesn't support BLOB/TEXT columns"
2304
#: ../drizzled/error.cc:326
2305
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2308
#: ../drizzled/error.cc:327
2310
msgid "Incorrect column name '%-.100s'"
2313
#: ../drizzled/error.cc:328
2315
msgid "The used storage engine can't index column '%-.192s'"
2318
#: ../drizzled/error.cc:329
2320
"Unable to open underlying table which is differently defined or of non-"
2321
"MyISAM type or doesn't exist"
2324
#: ../drizzled/error.cc:330
2326
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2329
#: ../drizzled/error.cc:331
2332
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2335
#: ../drizzled/error.cc:332
2337
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2341
#: ../drizzled/error.cc:333
2342
msgid "Result consisted of more than one row"
2345
#: ../drizzled/error.cc:334
2346
msgid "This table type requires a primary key"
2349
#: ../drizzled/error.cc:335
2351
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2354
#: ../drizzled/error.cc:336
2355
msgid "Can't open table"
2358
#: ../drizzled/error.cc:337
2360
msgid "The storage engine for the table doesn't support %s"
2363
#: ../drizzled/error.cc:338
2365
msgid "Got error %d during COMMIT"
2368
#: ../drizzled/error.cc:339
2370
msgid "Got error %d during ROLLBACK"
2373
#. This is a very incorrect place to use the PRIi64 macro as the
2374
#. program that looks over the source for the N_() macros does not
2375
#. (obviously) do macro expansion, so the string is entirely wrong for
2376
#. what it is trying to output for every language except english.
2377
#: ../drizzled/error.cc:344
2380
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2384
#: ../drizzled/error.cc:345
2386
"Can't execute the given command because you have active locked tables or an "
2387
"active transaction"
2390
#: ../drizzled/error.cc:346
2392
msgid "Unknown system variable '%-.64s'"
2395
#: ../drizzled/error.cc:347
2397
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2400
#: ../drizzled/error.cc:348
2403
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2406
#: ../drizzled/error.cc:349
2407
msgid "Some non-transactional changed tables couldn't be rolled back"
2410
#: ../drizzled/error.cc:350
2411
msgid "You may only use constant expressions with SET"
2414
#: ../drizzled/error.cc:351
2415
msgid "Lock wait timeout exceeded; try restarting transaction"
2418
#: ../drizzled/error.cc:352
2419
msgid "The total number of locks exceeds the lock table size"
2422
#: ../drizzled/error.cc:353
2423
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2426
#: ../drizzled/error.cc:354
2427
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2430
#: ../drizzled/error.cc:355
2432
msgid "Incorrect arguments to %s"
2435
#: ../drizzled/error.cc:356
2436
msgid "Deadlock found when trying to get lock; try restarting transaction"
2439
#: ../drizzled/error.cc:357
2440
msgid "The used table type doesn't support FULLTEXT indexes"
2443
#: ../drizzled/error.cc:358
2444
msgid "Cannot add foreign key constraint"
2447
#: ../drizzled/error.cc:359
2448
msgid "Cannot add or update a child row: a foreign key constraint fails"
2451
#: ../drizzled/error.cc:360
2452
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2455
#: ../drizzled/error.cc:361
2457
msgid "Incorrect usage of %s and %s"
2460
#: ../drizzled/error.cc:362
2461
msgid "The used SELECT statements have a different number of columns"
2464
#: ../drizzled/error.cc:363
2465
msgid "Can't execute the query because you have a conflicting read lock"
2468
#: ../drizzled/error.cc:364
2471
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2474
#: ../drizzled/error.cc:365
2477
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2480
#: ../drizzled/error.cc:366
2482
msgid "Variable '%-.64s' doesn't have a default value"
2485
#: ../drizzled/error.cc:367
2487
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2490
#: ../drizzled/error.cc:368
2492
msgid "Incorrect argument type to variable '%-.64s'"
2495
#: ../drizzled/error.cc:369
2497
msgid "Variable '%-.64s' can only be set, not read"
2500
#: ../drizzled/error.cc:370
2502
msgid "Incorrect usage/placement of '%s'"
2505
#: ../drizzled/error.cc:371
2507
msgid "This version of Drizzle doesn't yet support '%s'"
2510
#: ../drizzled/error.cc:372
2512
msgid "Variable '%-.192s' is a %s variable"
2515
#: ../drizzled/error.cc:373
2517
msgid "Incorrect foreign key definition for '%-.192s': %s"
2520
#: ../drizzled/error.cc:374
2521
msgid "Key reference and table reference don't match"
2524
#: ../drizzled/error.cc:375
2526
msgid "Operand should contain %d column(s)"
2529
#: ../drizzled/error.cc:376
2530
msgid "Subquery returns more than 1 row"
2533
#: ../drizzled/error.cc:377
2535
msgid "Converting column '%s' from %s to %s"
2538
#: ../drizzled/error.cc:378
2540
msgid "Reference '%-.64s' not supported (%s)"
2543
#: ../drizzled/error.cc:379
2544
msgid "Every derived table must have its own alias"
2547
#: ../drizzled/error.cc:380
2549
msgid "Select %u was reduced during optimization"
2552
#: ../drizzled/error.cc:381
2554
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2557
#: ../drizzled/error.cc:382
2558
msgid "All parts of a SPATIAL index must be NOT NULL"
2561
#: ../drizzled/error.cc:383
2563
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2566
#: ../drizzled/error.cc:384
2569
"Uncompressed data size too large; the maximum size is %d (based on "
2570
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2573
#: ../drizzled/error.cc:385
2574
msgid "ZLIB: Not enough memory"
2577
#: ../drizzled/error.cc:386
2579
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2580
"data was corrupted)"
2583
#: ../drizzled/error.cc:387
2584
msgid "ZLIB: Input data corrupted"
2587
#: ../drizzled/error.cc:388
2589
msgid "%d line(s) were cut by GROUP_CONCAT()"
2592
#: ../drizzled/error.cc:389
2594
msgid "Row %ld doesn't contain data for all columns"
2597
#: ../drizzled/error.cc:390
2600
"Row %ld was truncated; it contained more data than there were input columns"
2603
#: ../drizzled/error.cc:391
2606
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2609
#: ../drizzled/error.cc:392
2611
msgid "Out of range value for column '%s' at row %ld"
2614
#: ../drizzled/error.cc:393
2616
msgid "Data truncated for column '%s' at row %ld"
2619
#: ../drizzled/error.cc:394
2621
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2624
#: ../drizzled/error.cc:395
2626
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2629
#: ../drizzled/error.cc:396
2631
msgid "Illegal mix of collations for operation '%s'"
2634
#: ../drizzled/error.cc:397
2637
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2641
#: ../drizzled/error.cc:398
2643
msgid "Unknown collation: '%-.64s'"
2646
#: ../drizzled/error.cc:399
2649
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2653
#: ../drizzled/error.cc:400
2655
msgid "Incorrect index name '%-.100s'"
2658
#: ../drizzled/error.cc:401
2660
msgid "Incorrect catalog name '%-.100s'"
2663
#: ../drizzled/error.cc:402
2665
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2668
#: ../drizzled/error.cc:403
2670
msgid "Unknown table engine '%s'"
2673
#: ../drizzled/error.cc:404
2675
msgid "The target table %-.100s of the %s is not updatable"
2678
#: ../drizzled/error.cc:405
2681
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2685
#: ../drizzled/error.cc:406
2688
"The Drizzle server is running with the %s option so it cannot execute this "
2692
#: ../drizzled/error.cc:407
2694
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2697
#: ../drizzled/error.cc:408
2699
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2702
#: ../drizzled/error.cc:409
2704
"Incorrect table definition; there can be only one TIMESTAMP column with "
2705
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2708
#: ../drizzled/error.cc:410
2710
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2713
#: ../drizzled/error.cc:411
2715
msgid "Got error %d '%-.100s' from %s"
2718
#: ../drizzled/error.cc:412
2720
msgid "Got temporary error %d '%-.100s' from %s"
2723
#: ../drizzled/error.cc:413
2725
msgid "Unknown or incorrect time zone: '%-.64s'"
2728
#: ../drizzled/error.cc:414
2730
msgid "Invalid %s character string: '%.64s'"
2733
#: ../drizzled/error.cc:415
2735
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2738
#: ../drizzled/error.cc:416
2740
msgid "%s %s does not exist"
2743
#: ../drizzled/error.cc:417
2744
msgid "Query execution was interrupted"
2747
#: ../drizzled/error.cc:418
2750
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2751
"(s) or definer/invoker of view lack rights to use them"
2754
#: ../drizzled/error.cc:419
2756
msgid "Field '%-.192s' doesn't have a default value"
2759
#: ../drizzled/error.cc:420
2760
msgid "Division by 0"
2763
#: ../drizzled/error.cc:421
2765
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2768
#: ../drizzled/error.cc:422
2770
msgid "Illegal %s '%-.192s' value found during parsing"
2773
#: ../drizzled/error.cc:423
2775
msgid "Key part '%-.192s' length cannot be 0"
2778
#: ../drizzled/error.cc:424
2781
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2785
#: ../drizzled/error.cc:425
2787
msgid "Data too long for column '%s' at row %ld"
2790
#: ../drizzled/error.cc:426
2793
"%s: ready for connections.\n"
2794
"Version: '%s' %s\n"
2797
#: ../drizzled/error.cc:427
2798
msgid "Can't load value from file with fixed size rows to variable"
2801
#: ../drizzled/error.cc:428
2803
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2806
#: ../drizzled/error.cc:429
2807
msgid "Table definition has changed, please retry transaction"
2810
#: ../drizzled/error.cc:430
2812
msgid "Not allowed to return a result set from a %s"
2815
#: ../drizzled/error.cc:431
2816
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2819
#: ../drizzled/error.cc:432
2821
"Explicit or implicit commit is not allowed in stored function or trigger."
2824
#: ../drizzled/error.cc:433
2826
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2829
#: ../drizzled/error.cc:434
2831
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2834
#: ../drizzled/error.cc:435
2837
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2841
#: ../drizzled/error.cc:436
2842
msgid "Trigger in wrong schema"
2845
#: ../drizzled/error.cc:437
2848
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2849
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2852
#: ../drizzled/error.cc:438
2854
msgid "Display width out of range for column '%-.192s' (max = %d)"
2857
#: ../drizzled/error.cc:439
2859
msgid "Datetime function: %-.32s field overflow"
2862
#: ../drizzled/error.cc:440
2865
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2868
#: ../drizzled/error.cc:441
2871
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2874
#: ../drizzled/error.cc:442
2875
msgid "No data - zero rows fetched, selected, or processed"
2878
#: ../drizzled/error.cc:443
2880
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2883
#: ../drizzled/error.cc:444
2885
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2888
#: ../drizzled/error.cc:445
2889
msgid "The used table type doesn't support SPATIAL indexes"
2892
#: ../drizzled/error.cc:446
2894
msgid "Leading spaces are removed from name '%s'"
2897
#: ../drizzled/error.cc:447
2898
msgid "Failed to read auto-increment value from storage engine"
2901
#: ../drizzled/error.cc:448
2903
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
2906
#: ../drizzled/error.cc:449
2907
msgid "Too high level of nesting for select"
2910
#: ../drizzled/error.cc:450
2912
msgid "Name '%-.64s' has become ''"
2915
#: ../drizzled/error.cc:451
2917
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
2918
"optional and non-empty FIELDS ENCLOSED BY"
2921
#: ../drizzled/error.cc:452
2924
"Table storage engine '%-.64s' does not support the create option '%.64s'"
2927
#: ../drizzled/error.cc:453
2929
msgid "Incorrect %-.32s value: '%-.128s'"
2932
#: ../drizzled/error.cc:454
2934
msgid "Table has no partition for value %-.64s"
2937
#: ../drizzled/error.cc:455
2938
msgid "Writing one row to the row-based binary log failed"
2941
#: ../drizzled/error.cc:456
2943
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
2946
#: ../drizzled/error.cc:457
2949
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
2950
"%d would lead to a duplicate entry"
2953
#: ../drizzled/error.cc:458
2955
"Transaction isolation level can't be changed while a transaction is in "
2959
#: ../drizzled/error.cc:459
2961
msgid "Incorrect parameter count in the call to native function '%-.192s'"
2964
#: ../drizzled/error.cc:460
2966
msgid "Incorrect parameters in the call to native function '%-.192s'"
2969
#: ../drizzled/error.cc:461
2971
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
2974
#: ../drizzled/error.cc:462
2976
msgid "Invalid column reference (%-.64s) in LOAD DATA"
2979
#: ../drizzled/error.cc:463
2981
msgid "Received an invalid value '%s' for a UNIX timestamp."
2984
#: ../drizzled/error.cc:464
2986
msgid "Received an invalid datetime value '%s'."
2989
#: ../drizzled/error.cc:465
2991
msgid "Received a NULL argument for function '%s'."
2994
#: ../drizzled/error.cc:466
2996
msgid "Received an out-of-range argument '%s' for function '%s'."
2999
#: ../drizzled/error.cc:467
3001
msgid "Received an invalid enum value '%s'."
3004
#: ../drizzled/error.cc:468
3005
msgid "Tables which are replicated require a primary key."
3008
#: ../drizzled/error.cc:469
3010
msgid "Corrupt or invalid table definition: %s"
3013
#: ../drizzled/error.cc:470
3015
msgid "Corrupt or invalid schema definition for %s : %s"
3018
#: ../drizzled/error.cc:471
3020
msgid "Schema does not exist: %s"
3023
#: ../drizzled/error.cc:472
3025
msgid "Error altering schema: %s"
3028
#: ../drizzled/error.cc:473
3030
msgid "Error droppping Schema : %s"
3033
#: ../drizzled/error.cc:474
3034
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3037
#: ../drizzled/error.cc:475
3039
msgid "Unknown table engine option key/pair %s = %s."
3042
#: ../drizzled/error.cc:476
3044
msgid "Unknown schema engine option key/pair %s = %s."
3047
#: ../drizzled/error.cc:478
3049
msgid "Can't unlock file (Errcode: %d)"
3052
#: ../drizzled/error.cc:479
3054
msgid "Can't change size of file (Errcode: %d)"
3057
#: ../drizzled/error.cc:480
3059
msgid "Can't open stream from handle (Errcode: %d)"
3062
#: ../drizzled/error.cc:481
3064
msgid "Warning: '%s' had %d links"
3067
#: ../drizzled/error.cc:482
3069
msgid "Warning: %d files and %d streams is left open\n"
3072
#: ../drizzled/error.cc:483
3074
msgid "Can't create directory '%s' (Errcode: %d)"
3077
#: ../drizzled/error.cc:484
3080
"Character set '%s' is not a compiled character set and is not specified in "
3084
#: ../drizzled/error.cc:485
3086
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3089
#: ../drizzled/error.cc:486
3091
msgid "Can't read value for symlink '%s' (Error %d)"
3094
#: ../drizzled/error.cc:487
3096
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3099
#: ../drizzled/error.cc:488
3101
msgid "Error on realpath() on '%s' (Error %d)"
3104
#: ../drizzled/error.cc:489
3106
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3109
#: ../drizzled/error.cc:490
3112
"Collation '%s' is not a compiled collation and is not specified in the %s "
3116
#: ../drizzled/error.cc:491
3118
msgid "File '%s' (fileno: %d) was not closed"
3121
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:214
3123
"Schema name cannot be encoded and fit within filesystem name length "
3127
#: ../drizzled/identifier/table.cc:231
3129
"Table name cannot be encoded and fit within filesystem name length "
3135
#. * Since clients still use this code, we use fprintf here.
3136
#. * This fprintf needs to be turned into errmsg_printf
3137
#. * as soon as the client programs no longer use mysys
3138
#. * and can use the pluggable error message system.
3140
#: ../drizzled/internal/default.cc:687
3142
msgid "error: could not open directory: %s\n"
3145
#: ../drizzled/main.cc:157
3147
"setrlimit could not change the size of core files to 'infinity'; We may not "
3148
"be able to generate a core file on signals"
3151
#: ../drizzled/main.cc:262
3153
msgid "Data directory %s does not exist\n"
3156
#: ../drizzled/main.cc:273
3158
msgid "Local catalog %s/local does not exist\n"
3161
#: ../drizzled/message/transaction_reader.cc:248
3163
msgid "Display help and exit"
3164
msgstr "Turi din l-għajnuna."
3166
#: ../drizzled/message/transaction_reader.cc:249
3167
msgid "Perform checksum"
3170
#: ../drizzled/message/transaction_reader.cc:250
3171
msgid "Ignore event messages"
3174
#: ../drizzled/message/transaction_reader.cc:251
3175
msgid "Transaction log file"
3178
#: ../drizzled/message/transaction_reader.cc:273
3180
msgid "Usage: %s [options] TRANSACTION_LOG \n"
3183
#: ../drizzled/message/transaction_reader.cc:275
3188
#: ../drizzled/message/transaction_reader.cc:276
3190
msgid "--help : Display help and exit\n"
3193
#: ../drizzled/message/transaction_reader.cc:277
3195
msgid "--checksum : Perform checksum\n"
3198
#: ../drizzled/message/transaction_reader.cc:278
3200
msgid "--ignore-events : Ignore event messages\n"
3203
#: ../drizzled/message/transaction_reader.cc:289
3204
#: ../drizzled/message/transaction_writer.cc:371
3206
msgid "Cannot open file: %s\n"
3209
#: ../drizzled/message/transaction_reader.cc:314
3211
msgid "Found a non-transaction message in log. Currently, not supported.\n"
3214
#: ../drizzled/message/transaction_reader.cc:320
3215
#: ../plugin/transaction_log/transaction_log_reader.cc:119
3217
msgid "Attempted to read record bigger than INT_MAX\n"
3220
#: ../drizzled/message/transaction_reader.cc:340
3221
#: ../plugin/transaction_log/transaction_log_reader.cc:139
3223
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
3226
#: ../drizzled/message/transaction_reader.cc:353
3227
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
3228
#: ../plugin/transaction_log/print_transaction_message.cc:169
3229
#: ../plugin/transaction_log/transaction_log_reader.cc:152
3231
msgid "Could not read transaction message.\n"
3234
#: ../drizzled/message/transaction_reader.cc:354
3235
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
3236
#: ../plugin/transaction_log/print_transaction_message.cc:170
3237
#: ../plugin/transaction_log/transaction_log_reader.cc:153
3239
msgid "GPB ERROR: %s.\n"
3242
#: ../drizzled/message/transaction_reader.cc:358
3243
#: ../drizzled/message/transaction_reader.cc:371
3251
#: ../drizzled/message/transaction_reader.cc:365
3253
msgid "Unable to parse command. Got error: %s.\n"
3256
#: ../drizzled/message/transaction_reader.cc:420
3257
#: ../plugin/transaction_log/transaction_log_reader.cc:174
3259
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
3262
#: ../drizzled/message/transaction_writer.cc:365
3264
msgid "Usage: %s TRANSACTION_LOG\n"
3267
#: ../drizzled/module/library.cc:149
3270
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3271
"the current running version of Drizzle: %<PRIu64>."
3274
#: ../drizzled/module/loader.cc:267
3277
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3281
#: ../drizzled/module/loader.cc:341
3283
msgid "Plugin '%s' init function returned error.\n"
3286
#: ../drizzled/module/loader.cc:524
3288
msgid "Couldn't load plugin library named '%s'.\n"
3291
#: ../drizzled/module/loader.cc:534
3293
msgid "Couldn't load plugin named '%s'.\n"
3296
#: ../drizzled/module/loader.cc:761
3297
msgid "Out of memory."
3300
#: ../drizzled/module/loader.cc:1440 ../drizzled/module/loader.cc:1491
3302
msgid "Unknown variable type code 0x%x in plugin '%s'."
3305
#: ../drizzled/module/loader.cc:1483
3308
"Server variable %s of plugin %s was forced to be read-only: string variable "
3309
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3312
#: ../drizzled/module/loader.cc:1502
3314
msgid "Missing variable name in plugin '%s'."
3317
#: ../drizzled/module/loader.cc:1519
3319
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3322
#: ../drizzled/module/loader.cc:1637
3324
msgid "Out of memory for plugin '%s'."
3327
#: ../drizzled/module/loader.cc:1646
3329
msgid "Bad options for plugin '%s'."
3332
#: ../drizzled/module/loader.cc:1694
3334
msgid "Plugin '%s' has conflicting system variables"
3337
#: ../drizzled/module/registry.h:103
3339
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3342
#: ../drizzled/module/registry.h:112
3344
msgid "Fatal error: Failed initializing %s plugin.\n"
3347
#: ../drizzled/option.cc:84
3351
#: ../drizzled/option.cc:86
3355
#: ../drizzled/option.cc:337
3357
msgid "%s: %s: Option '%s' used, but is disabled\n"
3360
#: ../drizzled/option.cc:339
3364
#: ../drizzled/option.cc:441
3366
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3369
#: ../drizzled/option.cc:769
3371
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3374
#: ../drizzled/option.cc:962
3376
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3379
#: ../drizzled/option.cc:1194
3381
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3384
#: ../drizzled/option.cc:1214
3388
"Variables (--variable-name=value)\n"
3389
"and boolean options {false|true} Value (after reading options)\n"
3390
"--------------------------------- -----------------------------\n"
3393
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3394
msgid "(No default value)"
3397
#: ../drizzled/option.cc:1249
3401
#: ../drizzled/option.cc:1249
3405
#: ../drizzled/option.cc:1282
3407
msgid "(Disabled)\n"
3410
#: ../drizzled/plugin/error_message.cc:81
3412
msgid "errmsg plugin '%s' errmsg() failed"
3415
#: ../drizzled/plugin/event_observer.cc:135
3418
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3419
"'%s' from EventObserver plugin '%s'"
3422
#: ../drizzled/plugin/event_observer.cc:202
3424
"EventObserver::registerTableEvents(): Table already has events registered on "
3425
"it: probable programming error."
3428
#: ../drizzled/plugin/event_observer.cc:337
3430
"EventObserver::registerSessionEvents(): Session already has events "
3431
"registered on it: probable programming error."
3434
#: ../drizzled/plugin/event_observer.cc:389
3436
msgid "EventIterate event handler '%s' failed for event '%s'"
3439
#: ../drizzled/plugin/function.cc:48
3441
msgid "A function named %s already exists!\n"
3444
#: ../drizzled/plugin/function.cc:57
3445
msgid "Could not add Function!\n"
3448
#: ../drizzled/plugin/listen.cc:69
3449
msgid "Error getting file descriptors"
3452
#: ../drizzled/plugin/listen.cc:87
3453
msgid "No sockets could be bound for listening"
3456
#: ../drizzled/plugin/listen.cc:97 ../plugin/console/console.cc:313
3458
msgid "pipe() failed with errno %d"
3461
#: ../drizzled/plugin/listen.cc:123
3463
msgid "poll() failed with errno %d"
3466
#: ../drizzled/plugin/listen_tcp.cc:61
3468
msgid "accept() failed with errno %d"
3471
#: ../drizzled/plugin/listen_tcp.cc:97
3473
msgid "getaddrinfo() failed with error %s"
3476
#: ../drizzled/plugin/listen_tcp.cc:129
3478
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3481
#: ../drizzled/plugin/listen_tcp.cc:140
3483
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3486
#: ../drizzled/plugin/listen_tcp.cc:149
3488
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3491
#: ../drizzled/plugin/listen_tcp.cc:158
3493
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3496
#: ../drizzled/plugin/listen_tcp.cc:167
3498
msgid "setsockopt(SO_LINGER) failed with errno %d"
3501
#: ../drizzled/plugin/listen_tcp.cc:176
3503
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3506
#: ../drizzled/plugin/listen_tcp.cc:197
3508
msgid "Retrying bind() on %u\n"
3511
#: ../drizzled/plugin/listen_tcp.cc:204
3513
msgid "bind() failed with errno: %d\n"
3516
#: ../drizzled/plugin/listen_tcp.cc:207
3517
msgid "Do you already have another drizzled running?\n"
3520
#: ../drizzled/plugin/listen_tcp.cc:214
3522
msgid "listen() failed with errno %d\n"
3525
#: ../drizzled/plugin/listen_tcp.cc:220
3527
msgid "Listening on %s:%s\n"
3530
#: ../drizzled/plugin/logging.cc:67
3532
msgid "logging '%s' pre() failed"
3535
#: ../drizzled/plugin/logging.cc:92
3537
msgid "logging '%s' post() failed"
3540
#: ../drizzled/plugin/logging.cc:116
3542
msgid "logging '%s' postEnd() failed"
3545
#: ../drizzled/plugin/scheduler.cc:64
3548
"Attempted to register a scheduler %s, but a scheduler has already been "
3549
"registered with that name.\n"
3552
#: ../drizzled/plugin/scheduler.cc:101
3554
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3557
#: ../drizzled/plugin/schema_engine.cc:129
3559
msgid "Error while loading database options: '%s':"
3562
#: ../drizzled/plugin/xa_resource_manager.cc:117
3564
msgid "Found %d prepared transaction(s) in resource manager."
3567
#: ../drizzled/plugin/xa_resource_manager.cc:184
3568
msgid "Starting crash recovery..."
3571
#: ../drizzled/plugin/xa_resource_manager.cc:194
3573
msgid "Found %d prepared XA transactions"
3576
#: ../drizzled/plugin/xa_resource_manager.cc:199
3579
"Found %d prepared transactions! It means that drizzled was not shut down "
3580
"properly last time and critical recovery information (last binlog or %s "
3581
"file) was manually deleted after a crash. You have to start drizzled with "
3582
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3585
#: ../drizzled/plugin/xa_resource_manager.cc:209
3586
msgid "Crash recovery finished."
3589
#: ../drizzled/replication_services.cc:94
3591
"You registered a TransactionApplier plugin but no TransactionReplicator "
3592
"plugins were registered.\n"
3595
#: ../drizzled/replication_services.cc:125
3598
"You registered a TransactionApplier plugin but no TransactionReplicator "
3599
"plugins were registered that match the requested replicator name of '%s'.\n"
3600
"We have deactivated the TransactionApplier '%s'.\n"
3603
#: ../drizzled/session.cc:1952 ../drizzled/session.cc:1968
3605
msgid "Could not remove temporary table: '%s', error: %d"
3608
#: ../drizzled/signal_handler.cc:51
3610
msgid "Got signal %d from thread %<PRIu64>"
3613
#: ../drizzled/signal_handler.cc:112
3615
msgid "Fatal signal %d while backtracing\n"
3618
#: ../drizzled/signal_handler.cc:121
3620
msgid "Fatal: time() call failed\n"
3623
#: ../drizzled/signal_handler.cc:127
3626
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3627
"This could be because you hit a bug. It is also possible that this binary\n"
3628
" or one of the libraries it was linked against is corrupt, improperly "
3630
" or misconfigured. This error can also be caused by malfunctioning "
3634
#: ../drizzled/signal_handler.cc:135
3637
"We will try our best to scrape up some info that will hopefully help "
3639
"the problem, but since we have already crashed, something is definitely "
3641
"and this may fail.\n"
3645
#: ../drizzled/signal_handler.cc:142
3648
"It is possible that drizzled could use up to \n"
3649
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3651
"Hope that's ok; if not, decrease some variables in the equation.\n"
3655
#: ../drizzled/sql_table.cc:1914
3657
msgid "Unknown - internal error %d during operation"
3660
#: ../drizzled/statement/alter_table.cc:1489
3663
"order_st BY ignored because there is a user-defined clustered index in the "
3667
#: ../drizzled/sys_var.cc:1527
3669
msgid "Variable named %s already exists!\n"
3672
#: ../drizzled/sys_var.cc:1536
3674
msgid "Could not add Variable: %s\n"
3677
#: ../drizzled/sys_var.cc:1634
3678
msgid "Failed to initialize system variables"
3681
#: ../drizzled/table.cc:1775
3683
msgid "Got error %d when reading table '%s'"
3686
#: ../drizzled/table_share.cc:878
3688
msgid "Table %s has invalid/unknown collation: %d,%s"
3691
#: ../drizzled/table_share.cc:1170
3693
msgid "ENUM column %s has greater than %d possible values"
3696
#: ../drizzled/table_share.cc:2088
3698
msgid "Unknown collation '%s' in table '%-.64s' definition"
3701
#: ../drizzled/table_share.cc:2095
3704
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3708
#: ../drizzled/tztime.cc:173
3710
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3713
#: ../plugin/auth_file/auth_file.cc:223
3715
msgid "Could not load auth file: %s\n"
3718
#: ../plugin/auth_file/auth_file.cc:239
3719
msgid "File to load for usernames and passwords"
3722
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
3723
msgid "Enable HTTP Auth check"
3726
#: ../plugin/auth_http/auth_http.cc:160
3727
msgid "URL for HTTP Auth check"
3730
#: ../plugin/auth_ldap/auth_ldap.cc:285
3732
msgid "Reconnect failed: %s\n"
3735
#: ../plugin/auth_ldap/auth_ldap.cc:304
3737
msgid "ldap_search_ext_s failed: %s\n"
3740
#: ../plugin/auth_ldap/auth_ldap.cc:410
3742
msgid "Could not load auth ldap: %s\n"
3745
#: ../plugin/auth_ldap/auth_ldap.cc:423
3746
msgid "URI of the LDAP server to contact"
3749
#: ../plugin/auth_ldap/auth_ldap.cc:431
3750
msgid "DN to use when binding to the LDAP server"
3753
#: ../plugin/auth_ldap/auth_ldap.cc:439
3754
msgid "Password to use when binding the DN"
3757
#: ../plugin/auth_ldap/auth_ldap.cc:447
3758
msgid "DN to use when searching"
3761
#: ../plugin/auth_ldap/auth_ldap.cc:455
3762
msgid "Attribute in LDAP with plain text password"
3765
#: ../plugin/auth_ldap/auth_ldap.cc:463
3766
msgid "Attribute in LDAP with MySQL hashed password"
3769
#: ../plugin/auth_ldap/auth_ldap.cc:471
3770
msgid "How often to empty the users cache, 0 to disable"
3773
#: ../plugin/console/console.cc:349
3774
msgid "Enable the console."
3777
#: ../plugin/console/console.cc:352
3778
msgid "Turn on extra debugging."
3781
#: ../plugin/console/console.cc:355
3782
msgid "User to use for auth."
3785
#: ../plugin/console/console.cc:358
3786
msgid "Password to use for auth."
3789
#: ../plugin/console/console.cc:361
3790
msgid "Default database to use."
3793
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:94
3794
#: ../plugin/mysql_protocol/mysql_protocol.cc:915
3795
msgid "Invalid value of port\n"
3798
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:103
3799
#: ../plugin/mysql_protocol/mysql_protocol.cc:924
3800
msgid "Invalid value for connect_timeout\n"
3803
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:112
3804
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
3805
msgid "Invalid value for read_timeout\n"
3808
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
3809
#: ../plugin/mysql_protocol/mysql_protocol.cc:942
3810
msgid "Invalid value for write_timeout\n"
3813
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
3814
#: ../plugin/mysql_protocol/mysql_protocol.cc:951
3815
msgid "Invalid value for retry_count"
3818
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
3819
#: ../plugin/mysql_protocol/mysql_protocol.cc:960
3820
msgid "Invalid value for buffer_length\n"
3823
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:161
3824
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:182
3826
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3830
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:164
3831
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:185
3832
#: ../plugin/mysql_protocol/mysql_protocol.cc:989
3833
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
3834
msgid "Connect Timeout."
3837
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:167
3838
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:188
3839
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
3840
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
3841
msgid "Read Timeout."
3844
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:169
3845
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:191
3846
#: ../plugin/mysql_protocol/mysql_protocol.cc:994
3847
#: ../plugin/mysql_protocol/mysql_protocol.cc:1017
3848
msgid "Write Timeout."
3851
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:171
3852
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:194
3853
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
3854
#: ../plugin/mysql_protocol/mysql_protocol.cc:1020
3855
msgid "Retry Count."
3858
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:173
3859
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:197
3860
#: ../plugin/mysql_protocol/mysql_protocol.cc:998
3861
#: ../plugin/mysql_protocol/mysql_protocol.cc:1023
3862
msgid "Buffer length."
3865
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:176
3866
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:200
3867
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
3868
#: ../plugin/mysql_protocol/mysql_protocol.cc:1026
3869
msgid "Address to bind to."
3872
#: ../plugin/haildb/haildb_engine.cc:1064
3873
#: ../plugin/haildb/haildb_engine.cc:1202
3874
#: ../plugin/haildb/haildb_engine.cc:1232
3876
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
3879
#: ../plugin/haildb/haildb_engine.cc:1083
3881
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
3884
#: ../plugin/haildb/haildb_engine.cc:1181
3885
#: ../plugin/haildb/haildb_engine.cc:1294
3886
#: ../plugin/haildb/haildb_engine.cc:1475
3887
#: ../plugin/haildb/haildb_engine.cc:2051
3889
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
3892
#: ../plugin/haildb/haildb_engine.cc:1333
3893
#: ../plugin/haildb/haildb_engine.cc:1349
3895
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
3898
#: ../plugin/haildb/haildb_engine.cc:2882
3899
msgid "Invalid value of additional-mem-pool-size"
3902
#: ../plugin/haildb/haildb_engine.cc:2893
3903
msgid "Invalid value of autoextend-increment"
3906
#: ../plugin/haildb/haildb_engine.cc:2902
3907
msgid "Invalid value of buffer-pool-size"
3910
#: ../plugin/haildb/haildb_engine.cc:2913
3911
msgid "Invalid value of io-capacity"
3914
#: ../plugin/haildb/haildb_engine.cc:2922
3915
msgid "Invalid value of fast-shutdown"
3918
#: ../plugin/haildb/haildb_engine.cc:2931
3919
msgid "Invalid value of flush-log-at-trx-commit"
3922
#: ../plugin/haildb/haildb_engine.cc:2940
3923
msgid "Invalid value of force-recovery"
3926
#: ../plugin/haildb/haildb_engine.cc:2949
3927
msgid "Invalid value of log-file-size"
3930
#: ../plugin/haildb/haildb_engine.cc:2960
3931
msgid "Invalid value of log-files-in-group"
3934
#: ../plugin/haildb/haildb_engine.cc:2969
3935
msgid "Invalid value of lock-wait-timeout"
3938
#: ../plugin/haildb/haildb_engine.cc:2978
3939
msgid "Invalid value of log-buffer-size"
3942
#: ../plugin/haildb/haildb_engine.cc:2989
3943
msgid "Invalid value of lru-old-blocks-pct"
3946
#: ../plugin/haildb/haildb_engine.cc:2998
3947
msgid "Invalid value of lru-block-access-recency"
3950
#: ../plugin/haildb/haildb_engine.cc:3007
3951
msgid "Invalid value of max-dirty-pages-pct"
3954
#: ../plugin/haildb/haildb_engine.cc:3016
3955
msgid "Invalid value of max-purge-lag"
3958
#: ../plugin/haildb/haildb_engine.cc:3025
3959
msgid "Invalid value of open-files"
3962
#: ../plugin/haildb/haildb_engine.cc:3034
3963
msgid "Invalid value of read-io-threads"
3966
#: ../plugin/haildb/haildb_engine.cc:3043
3967
msgid "Invalid value of sync_spin_loops"
3970
#: ../plugin/haildb/haildb_engine.cc:3246
3972
msgid "Error starting HailDB %d (%s)\n"
3975
#: ../plugin/haildb/haildb_engine.cc:3548
3976
msgid "Disable HailDB adaptive hash index (enabled by default)."
3979
#: ../plugin/haildb/haildb_engine.cc:3550
3980
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
3983
#: ../plugin/haildb/haildb_engine.cc:3553
3985
"Size of a memory pool HailDB uses to store data dictionary information and "
3986
"other internal data structures."
3989
#: ../plugin/haildb/haildb_engine.cc:3556
3990
msgid "Data file autoextend increment in megabytes"
3993
#: ../plugin/haildb/haildb_engine.cc:3559
3995
"The size of the memory buffer HailDB uses to cache data and indexes of its "
3999
#: ../plugin/haildb/haildb_engine.cc:3562
4000
msgid "The common part for HailDB table spaces."
4003
#: ../plugin/haildb/haildb_engine.cc:3564
4004
msgid "Disable HailDB checksums validation (enabled by default)."
4007
#: ../plugin/haildb/haildb_engine.cc:3566
4008
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4011
#: ../plugin/haildb/haildb_engine.cc:3569
4012
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4015
#: ../plugin/haildb/haildb_engine.cc:3572
4017
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4018
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4021
#: ../plugin/haildb/haildb_engine.cc:3575
4022
msgid "Stores each HailDB table to an .ibd file in the database dir."
4025
#: ../plugin/haildb/haildb_engine.cc:3578
4026
msgid "File format to use for new tables in .ibd files."
4029
#: ../plugin/haildb/haildb_engine.cc:3581
4031
"Set to 0 (write and flush once per second),1 (write and flush at each "
4032
"commit) or 2 (write at commit, flush once per second)."
4035
#: ../plugin/haildb/haildb_engine.cc:3584
4036
msgid "With which method to flush data."
4039
#: ../plugin/haildb/haildb_engine.cc:3587
4041
"Helps to save your data in case the disk image of the database becomes "
4045
#: ../plugin/haildb/haildb_engine.cc:3590
4046
#: ../plugin/haildb/haildb_engine.cc:3593
4047
msgid "Path to individual files and their sizes."
4050
#: ../plugin/haildb/haildb_engine.cc:3596
4051
msgid "Path to HailDB log files."
4054
#: ../plugin/haildb/haildb_engine.cc:3599
4055
msgid "Size of each log file in a log group."
4058
#: ../plugin/haildb/haildb_engine.cc:3602
4060
"Number of log files in the log group. HailDB writes to the files in a "
4061
"circular fashion. Value 3 is recommended here."
4064
#: ../plugin/haildb/haildb_engine.cc:3605
4066
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4067
"rolled back. Values above 100000000 disable the timeout."
4070
#: ../plugin/haildb/haildb_engine.cc:3608
4072
"The size of the buffer which HailDB uses to write log to the log files on "
4076
#: ../plugin/haildb/haildb_engine.cc:3611
4078
"Sets the point in the LRU list from where all pages are classified as old "
4082
#: ../plugin/haildb/haildb_engine.cc:3614
4084
"Milliseconds between accesses to a block at which it is made young. "
4085
"0=disabled (Advanced users)"
4088
#: ../plugin/haildb/haildb_engine.cc:3617
4089
msgid "Percentage of dirty pages allowed in bufferpool."
4092
#: ../plugin/haildb/haildb_engine.cc:3620
4093
msgid "Desired maximum length of the purge queue (0 = no limit)"
4096
#: ../plugin/haildb/haildb_engine.cc:3623
4098
"Roll back the complete transaction on lock wait timeout, for 4.x "
4099
"compatibility (disabled by default)"
4102
#: ../plugin/haildb/haildb_engine.cc:3626
4103
msgid "How many files at the maximum HailDB keeps open at the same time."
4106
#: ../plugin/haildb/haildb_engine.cc:3629
4107
msgid "Number of background read I/O threads in HailDB."
4110
#: ../plugin/haildb/haildb_engine.cc:3632
4111
msgid "Number of background write I/O threads in HailDB."
4114
#: ../plugin/haildb/haildb_engine.cc:3634
4116
"Disable if you want to reduce the number of messages written to the log "
4117
"(default: enabled)."
4120
#: ../plugin/haildb/haildb_engine.cc:3637
4121
msgid "Enable SHOW HAILDB STATUS output in the log"
4124
#: ../plugin/haildb/haildb_engine.cc:3640
4125
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4128
#: ../plugin/haildb/haildb_engine.cc:3642
4130
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4133
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4135
msgid "Failed to send error message to libnotify\n"
4138
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4139
msgid "Error Messages to stderr"
4142
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
4143
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4144
msgid "List of schemas to filter"
4147
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
4148
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4149
msgid "List of tables to filter"
4152
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4153
msgid "Regular expression to apply to schemas to filter"
4156
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4157
msgid "Regular expression to apply to tables to filter"
4160
#: ../plugin/hello_events/hello_events.cc:381
4161
msgid "Invalid value of before-write-position\n"
4164
#: ../plugin/hello_events/hello_events.cc:390
4165
#: ../plugin/hello_events/hello_events.cc:399
4166
msgid "Invalid value of before-update-position\n"
4169
#: ../plugin/hello_events/hello_events.cc:439
4170
#: ../plugin/hello_events/hello_events.cc:442
4171
#: ../plugin/hello_events/hello_events.cc:460
4172
msgid "A comma delimited list of databases to watch"
4175
#: ../plugin/hello_events/hello_events.cc:445
4176
#: ../plugin/hello_events/hello_events.cc:476
4177
msgid "Enable Example Events Plugin"
4180
#: ../plugin/hello_events/hello_events.cc:448
4181
#: ../plugin/hello_events/hello_events.cc:484
4182
msgid "Before write row event observer call position"
4185
#: ../plugin/hello_events/hello_events.cc:451
4186
#: ../plugin/hello_events/hello_events.cc:495
4187
#: ../plugin/pbms/src/parameters_ms.cc:601
4188
msgid "Before update row event observer call position"
4191
#: ../plugin/hello_events/hello_events.cc:454
4192
msgid "After drop database event observer call position"
4195
#: ../plugin/hello_events/hello_events.cc:468
4196
msgid "A comma delimited list of tables to watch"
4199
#: ../plugin/hello_events/hello_events.cc:518
4200
msgid "An example events Plugin"
4203
#: ../plugin/innobase/handler/data_dictionary.cc:202
4205
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4208
#: ../plugin/innobase/handler/ha_innodb.cc:1856
4209
msgid "Invalid value for io-capacity\n"
4212
#: ../plugin/innobase/handler/ha_innodb.cc:1874
4213
msgid "Invalid value for fast-shutdown\n"
4216
#: ../plugin/innobase/handler/ha_innodb.cc:1888
4217
msgid "Invalid value for flush-log-at-trx-commit\n"
4220
#: ../plugin/innobase/handler/ha_innodb.cc:1918
4221
msgid "Invalid value for max-dirty-pages-pct\n"
4224
#: ../plugin/innobase/handler/ha_innodb.cc:1927
4225
msgid "Invalid value for stats-sample-pages\n"
4228
#: ../plugin/innobase/handler/ha_innodb.cc:1938
4229
msgid "Invalid value for additional-mem-pool-size\n"
4232
#: ../plugin/innobase/handler/ha_innodb.cc:1948
4233
msgid "Invalid value for autoextend-increment\n"
4236
#: ../plugin/innobase/handler/ha_innodb.cc:1958
4237
msgid "Invalid value for buffer-pool-size\n"
4240
#: ../plugin/innobase/handler/ha_innodb.cc:1968
4241
msgid "Invalid value for commit-concurrency\n"
4244
#: ../plugin/innobase/handler/ha_innodb.cc:1977
4245
msgid "Invalid value for concurrency-tickets\n"
4248
#: ../plugin/innobase/handler/ha_innodb.cc:1986
4249
msgid "Invalid value for read-io-threads\n"
4252
#: ../plugin/innobase/handler/ha_innodb.cc:1995
4253
msgid "Invalid value for write-io-threads\n"
4256
#: ../plugin/innobase/handler/ha_innodb.cc:2004
4257
msgid "Invalid value for force-recovery\n"
4260
#: ../plugin/innobase/handler/ha_innodb.cc:2014
4261
#: ../plugin/innobase/handler/ha_innodb.cc:2024
4262
msgid "Invalid value for log-file-size\n"
4265
#: ../plugin/innobase/handler/ha_innodb.cc:2033
4266
msgid "Invalid value for log-files-in-group\n"
4269
#: ../plugin/innobase/handler/ha_innodb.cc:2042
4270
msgid "Invalid value for mirrored-log-groups\n"
4273
#: ../plugin/innobase/handler/ha_innodb.cc:2051
4274
msgid "Invalid value for open-files\n"
4277
#: ../plugin/innobase/handler/ha_innodb.cc:2060
4278
msgid "Invalid value for thread-concurrency\n"
4281
#: ../plugin/innobase/handler/ha_innodb.cc:2083
4282
msgid "Invalid value for read-ahead-threshold\n"
4285
#: ../plugin/innobase/handler/ha_innodb.cc:2097
4286
msgid "Invalid value for lock-wait-timeout\n"
4289
#: ../plugin/logging_gearman/logging_gearman.cc:199
4291
msgid "fail gearman_client_create(): %s"
4294
#: ../plugin/logging_gearman/logging_gearman.cc:210
4296
msgid "fail gearman_client_add_server(): %s"
4299
#: ../plugin/logging_gearman/logging_gearman.cc:309
4300
#: ../plugin/logging_gearman/logging_gearman.cc:316
4301
msgid "Enable logging to a gearman server"
4304
#: ../plugin/logging_gearman/logging_gearman.cc:325
4305
msgid "Hostname for logging to a Gearman server"
4308
#: ../plugin/logging_gearman/logging_gearman.cc:334
4309
msgid "Gearman Function to send logging to"
4312
#: ../plugin/logging_gearman/logging_gearman.cc:352
4313
msgid "Log queries to a Gearman server"
4316
#: ../plugin/logging_query/logging_query.cc:192
4318
msgid "fail open() fn=%s er=%s\n"
4321
#: ../plugin/logging_query/logging_query.cc:316
4322
msgid "Invalid value for threshold-slow"
4325
#: ../plugin/logging_query/logging_query.cc:325
4326
msgid "Invalid value for threshold-big-resultset"
4329
#: ../plugin/logging_query/logging_query.cc:334
4330
msgid "Invalid value for threshold-big-examined"
4333
#: ../plugin/logging_query/logging_query.cc:348
4334
#: ../plugin/logging_query/logging_query.cc:364
4335
msgid "Enable logging to CSV file"
4338
#: ../plugin/logging_query/logging_query.cc:351
4339
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
4340
#: ../plugin/syslog/module.cc:233
4341
msgid "Threshold for logging slow queries, in microseconds"
4344
#: ../plugin/logging_query/logging_query.cc:354
4345
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
4346
#: ../plugin/syslog/module.cc:236
4347
msgid "Threshold for logging big queries, for rows returned"
4350
#: ../plugin/logging_query/logging_query.cc:357
4351
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
4352
#: ../plugin/syslog/module.cc:239
4353
msgid "Threshold for logging big queries, for rows examined"
4356
#: ../plugin/logging_query/logging_query.cc:373
4357
msgid "File to log to"
4360
#: ../plugin/logging_query/logging_query.cc:382
4361
msgid "PCRE to match the query against"
4364
#: ../plugin/logging_query/logging_query.cc:439
4365
msgid "Log queries to a CSV file"
4368
#: ../plugin/logging_stats/logging_stats.cc:315
4369
msgid "Invalid value for max-user-count\n"
4372
#: ../plugin/logging_stats/logging_stats.cc:323
4373
msgid "Invalid value for bucket-count\n"
4376
#: ../plugin/logging_stats/logging_stats.cc:332
4377
msgid "Invalid value for scoreboard-size\n"
4380
#: ../plugin/logging_stats/logging_stats.cc:367
4381
#: ../plugin/logging_stats/logging_stats.cc:409
4382
msgid "Max number of users that will be logged"
4385
#: ../plugin/logging_stats/logging_stats.cc:378
4386
#: ../plugin/logging_stats/logging_stats.cc:412
4387
msgid "Max number of range locks to use for Scoreboard"
4390
#: ../plugin/logging_stats/logging_stats.cc:389
4391
#: ../plugin/logging_stats/logging_stats.cc:415
4392
msgid "Max number of concurrent sessions that will be logged"
4395
#: ../plugin/logging_stats/logging_stats.cc:400
4396
#: ../plugin/logging_stats/logging_stats.cc:416
4397
msgid "Enable Logging Statistics Collection"
4400
#: ../plugin/logging_stats/logging_stats.cc:433
4401
msgid "User Statistics as DATA_DICTIONARY tables"
4404
#: ../plugin/md5/md5.cc:99
4405
msgid "libgcrypt library version mismatch\n"
4408
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
4409
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
4410
#: ../plugin/memcached_stats/memcached_stats.cc:128
4411
#: ../plugin/memcached_stats/memcached_stats.cc:137
4412
msgid "List of memcached servers."
4415
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
4416
msgid "Invalid value of expiry\n"
4419
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
4420
msgid "Expiry time of memcached entries"
4423
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
4424
msgid "Enable Memcached Query Cache"
4427
#: ../plugin/memcached_stats/analysis_table.cc:76
4428
#: ../plugin/memcached_stats/stats_table.cc:144
4429
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4432
#: ../plugin/memcached_stats/memcached_stats.cc:152
4433
msgid "Memcached Stats as I_S tables"
4436
#: ../plugin/memcached_stats/stats_table.cc:76
4439
"Unable get stats from memcached server %s. Got error from "
4440
"memcached_stat_servername()."
4443
#: ../plugin/memcached_stats/stats_table.cc:151
4444
msgid "Unable to create memcached struct. Got error from memcached_create()."
4447
#: ../plugin/memcached_stats/stats_table.cc:159
4450
"Unable to create memcached server list. Got error from "
4451
"memcached_servers_parse(%s)."
4454
#: ../plugin/multi_thread/multi_thread.cc:69
4455
msgid "Unable to get thread stack size\n"
4458
#: ../plugin/multi_thread/multi_thread.cc:138
4459
msgid "Invalid value for max-threads\n"
4462
#: ../plugin/multi_thread/multi_thread.cc:151
4463
#: ../plugin/multi_thread/multi_thread.cc:158
4464
msgid "Maximum number of user threads available."
4467
#: ../plugin/myisam/ha_myisam.cc:530
4469
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4472
#: ../plugin/myisam/ha_myisam.cc:534
4474
msgid "Got an error from unknown thread, %s:%d"
4477
#: ../plugin/myisam/ha_myisam.cc:540
4478
msgid "Unknown thread accessing table"
4481
#: ../plugin/myisam/ha_myisam.cc:1496
4482
msgid "Invalid value for max-sort-file-size\n"
4485
#: ../plugin/myisam/ha_myisam.cc:1505
4486
msgid "Invalid value for sort-buffer-size\n"
4489
#: ../plugin/myisam/ha_myisam.cc:1519 ../plugin/myisam/ha_myisam.cc:1531
4491
"Don't use the fast sort index method to created index if the temporary file "
4492
"would get bigger than this."
4495
#: ../plugin/myisam/ha_myisam.cc:1524 ../plugin/myisam/ha_myisam.cc:1534
4497
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4498
"when creating indexes with CREATE INDEX or ALTER TABLE."
4501
#: ../plugin/myisam/my_handler_errors.cc:42
4502
msgid "Didn't find key on read or update"
4505
#: ../plugin/myisam/my_handler_errors.cc:43
4506
msgid "Duplicate key on write or update"
4509
#: ../plugin/myisam/my_handler_errors.cc:44
4510
msgid "Internal (unspecified) error in handler"
4513
#: ../plugin/myisam/my_handler_errors.cc:46
4515
"Someone has changed the row since it was read (while the table was locked to "
4519
#: ../plugin/myisam/my_handler_errors.cc:48
4520
msgid "Wrong index given to function"
4523
#: ../plugin/myisam/my_handler_errors.cc:49
4524
msgid "Index file is crashed"
4527
#: ../plugin/myisam/my_handler_errors.cc:50
4528
msgid "Record file is crashed"
4531
#: ../plugin/myisam/my_handler_errors.cc:51
4532
msgid "Out of memory in engine"
4535
#: ../plugin/myisam/my_handler_errors.cc:52
4536
msgid "Incorrect file format"
4539
#: ../plugin/myisam/my_handler_errors.cc:53
4540
msgid "Command not supported by database"
4543
#: ../plugin/myisam/my_handler_errors.cc:54
4544
msgid "Old database file"
4547
#: ../plugin/myisam/my_handler_errors.cc:55
4548
msgid "No record read before update"
4551
#: ../plugin/myisam/my_handler_errors.cc:56
4552
msgid "Record was already deleted (or record file crashed)"
4555
#: ../plugin/myisam/my_handler_errors.cc:57
4556
msgid "No more room in record file"
4559
#: ../plugin/myisam/my_handler_errors.cc:58
4560
msgid "No more room in index file"
4563
#: ../plugin/myisam/my_handler_errors.cc:59
4564
msgid "No more records (read after end of file)"
4567
#: ../plugin/myisam/my_handler_errors.cc:60
4568
msgid "Unsupported extension used for table"
4571
#: ../plugin/myisam/my_handler_errors.cc:61
4575
#: ../plugin/myisam/my_handler_errors.cc:62
4576
msgid "Wrong create options"
4579
#: ../plugin/myisam/my_handler_errors.cc:63
4580
msgid "Duplicate unique key or constraint on write or update"
4583
#: ../plugin/myisam/my_handler_errors.cc:64
4584
msgid "Unknown character set used in table"
4587
#: ../plugin/myisam/my_handler_errors.cc:65
4588
msgid "Conflicting table definitions in sub-tables of MERGE table"
4591
#: ../plugin/myisam/my_handler_errors.cc:66
4592
msgid "Table is crashed and last repair failed"
4595
#: ../plugin/myisam/my_handler_errors.cc:67
4596
msgid "Table was marked as crashed and should be repaired"
4599
#: ../plugin/myisam/my_handler_errors.cc:68
4600
msgid "Lock timed out; Retry transaction"
4603
#: ../plugin/myisam/my_handler_errors.cc:69
4604
msgid "Lock table is full; Restart program with a larger locktable"
4607
#: ../plugin/myisam/my_handler_errors.cc:70
4608
msgid "Updates are not allowed under a read only transactions"
4611
#: ../plugin/myisam/my_handler_errors.cc:71
4612
msgid "Lock deadlock; Retry transaction"
4615
#: ../plugin/myisam/my_handler_errors.cc:72
4616
msgid "Foreign key constraint is incorrectly formed"
4619
#: ../plugin/myisam/my_handler_errors.cc:73
4620
msgid "Cannot add a child row"
4623
#: ../plugin/myisam/my_handler_errors.cc:74
4624
msgid "Cannot delete a parent row"
4627
#: ../plugin/myisam/my_handler_errors.cc:75
4628
msgid "No savepoint with that name"
4631
#: ../plugin/myisam/my_handler_errors.cc:76
4632
msgid "Non unique key block size"
4635
#: ../plugin/myisam/my_handler_errors.cc:77
4636
msgid "The table does not exist in engine"
4639
#: ../plugin/myisam/my_handler_errors.cc:78
4640
msgid "The table already existed in storage engine"
4643
#: ../plugin/myisam/my_handler_errors.cc:79
4644
msgid "Could not connect to storage engine"
4647
#: ../plugin/myisam/my_handler_errors.cc:80
4648
msgid "Unexpected null pointer found when using spatial index"
4651
#: ../plugin/myisam/my_handler_errors.cc:81
4652
msgid "The table changed in storage engine"
4655
#: ../plugin/myisam/my_handler_errors.cc:82
4656
msgid "There's no partition in table for the given value"
4659
#: ../plugin/myisam/my_handler_errors.cc:83
4660
msgid "Row-based binlogging of row failed"
4663
#: ../plugin/myisam/my_handler_errors.cc:84
4664
msgid "Index needed in foreign key constraint"
4667
#: ../plugin/myisam/my_handler_errors.cc:85
4668
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4671
#: ../plugin/myisam/my_handler_errors.cc:86
4672
msgid "Table needs to be upgraded before it can be used"
4675
#: ../plugin/myisam/my_handler_errors.cc:87
4676
msgid "Table is read only"
4679
#: ../plugin/myisam/my_handler_errors.cc:88
4680
msgid "Failed to get next auto increment value"
4683
#: ../plugin/myisam/my_handler_errors.cc:89
4684
msgid "Failed to set row auto increment value"
4687
#: ../plugin/myisam/my_handler_errors.cc:90
4688
msgid "Unknown (generic) error from engine"
4691
#: ../plugin/myisam/my_handler_errors.cc:91
4692
msgid "Record is the same"
4695
#: ../plugin/myisam/my_handler_errors.cc:92
4696
msgid "It is not possible to log this statement"
4699
#: ../plugin/myisam/my_handler_errors.cc:93
4700
msgid "Tablespace exists"
4703
#: ../plugin/myisam/my_handler_errors.cc:94
4704
msgid "The event was corrupt, leading to illegal data being read"
4707
#: ../plugin/myisam/my_handler_errors.cc:95
4708
msgid "The table is of a new format not supported by this version"
4711
#: ../plugin/myisam/my_handler_errors.cc:96
4712
msgid "The event could not be processed no other handler error happened"
4715
#: ../plugin/myisam/my_handler_errors.cc:97
4716
msgid "Got a fatal error during initialzation of handler"
4719
#: ../plugin/myisam/my_handler_errors.cc:98
4720
msgid "File to short; Expected more data in file"
4723
#: ../plugin/myisam/my_handler_errors.cc:99
4724
msgid "Read page with wrong checksum"
4727
#. TODO: get a better message for these
4728
#: ../plugin/myisam/my_handler_errors.cc:101
4729
msgid "Lock or active transaction"
4732
#: ../plugin/myisam/my_handler_errors.cc:102
4733
msgid "No such table space"
4736
#: ../plugin/myisam/my_handler_errors.cc:103
4737
msgid "Tablespace not empty"
4740
#: ../plugin/mysql_protocol/mysql_protocol.cc:985
4741
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
4743
"Port number to use for connection or 0 for default to with MySQL protocol."
4746
#: ../plugin/pbms/src/parameters_ms.cc:574
4748
"A comma delimited list of tables to watch of the format: <database>."
4752
#: ../plugin/pbms/src/parameters_ms.cc:582
4753
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4756
#: ../plugin/pbms/src/parameters_ms.cc:590
4757
msgid "Before insert row event observer call position"
4760
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
4761
msgid "Failed to allocate enough memory to transaction message\n"
4764
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
4766
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4769
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
4771
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4774
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
4775
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
4776
msgid "Enable rabbitmq log"
4779
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
4780
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
4781
msgid "Host name to connect to"
4784
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
4785
msgid "RabbitMQ Port"
4788
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
4789
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
4790
msgid "RabbitMQ username"
4793
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
4794
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
4795
msgid "RabbitMQ password"
4798
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
4799
msgid "RabbitMQ virtualhost"
4802
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
4803
msgid "Name of RabbitMQ exchange to publish to"
4806
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
4807
msgid "Name of RabbitMQ routing key to use"
4810
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
4811
#: ../plugin/transaction_log/module.cc:308
4812
#: ../plugin/transaction_log/module.cc:361
4813
msgid "Name of the replicator plugin to use (default='default_replicator')"
4816
#: ../plugin/session_dictionary/processlist.cc:78
4820
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
4822
msgid "syslog facility \"%s\" not known, using \"local0\""
4825
#: ../plugin/syslog/errmsg.cc:49
4827
msgid "syslog priority \"%s\" not known, using \"warn\""
4830
#: ../plugin/syslog/logging.cc:72
4832
msgid "syslog priority \"%s\" not known, using \"info\""
4835
#: ../plugin/syslog/module.cc:61
4836
msgid "Invalid value for logging-threshold-slow\n"
4839
#: ../plugin/syslog/module.cc:70
4840
msgid "Invalid value for logging-threshold-big-resultset\n"
4843
#: ../plugin/syslog/module.cc:79
4844
msgid "Invalid value for logging-threshold-big-examined\n"
4847
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
4848
msgid "Syslog Ident"
4851
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
4852
msgid "Syslog Facility"
4855
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
4856
msgid "Enable logging to syslog of the query log"
4859
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
4860
msgid "Syslog Priority of query logging"
4863
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
4864
msgid "Enable logging to syslog of the error messages"
4867
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
4868
msgid "Syslog Priority of error messages"
4871
#: ../plugin/transaction_log/background_worker.cc:77
4873
msgid "Unable to create background worker thread. Got error %s.\n"
4876
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4877
#: ../plugin/transaction_log/print_transaction_message.cc:106
4878
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4880
msgid "Failed to open transaction log file %s. Got error: %s\n"
4883
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4884
#: ../plugin/transaction_log/print_transaction_message.cc:171
4885
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4887
msgid "Raw buffer read: %s.\n"
4890
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4891
#: ../plugin/transaction_log/print_transaction_message.cc:177
4892
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4894
msgid "Unable to parse transaction. Got error: %s.\n"
4897
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4898
#: ../plugin/transaction_log/print_transaction_message.cc:179
4899
#: ../plugin/transaction_log/transaction_log_reader.cc:163
4901
msgid "BUFFER: %s\n"
4904
#: ../plugin/transaction_log/module.cc:136
4905
msgid "Invalid value for sync-method\n"
4908
#: ../plugin/transaction_log/module.cc:145
4909
msgid "Invalid value for num-write-buffers\n"
4912
#: ../plugin/transaction_log/module.cc:179
4914
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
4917
#: ../plugin/transaction_log/module.cc:188
4919
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
4922
#: ../plugin/transaction_log/module.cc:200
4924
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
4927
#: ../plugin/transaction_log/module.cc:209
4929
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
4932
#: ../plugin/transaction_log/module.cc:224
4934
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
4937
#: ../plugin/transaction_log/module.cc:284
4938
#: ../plugin/transaction_log/module.cc:355
4939
msgid "Enable transaction log"
4942
#: ../plugin/transaction_log/module.cc:292
4943
#: ../plugin/transaction_log/module.cc:349
4944
msgid "DEBUGGING - Truncate transaction log"
4947
#: ../plugin/transaction_log/module.cc:300
4948
#: ../plugin/transaction_log/module.cc:358
4949
msgid "Path to the file to use for transaction log"
4952
#: ../plugin/transaction_log/module.cc:316
4953
#: ../plugin/transaction_log/module.cc:352
4954
msgid "Enable CRC32 Checksumming of each written transaction log entry"
4957
#: ../plugin/transaction_log/module.cc:324
4958
#: ../plugin/transaction_log/module.cc:364
4960
"0 == rely on operating system to sync log file (default), 1 == sync file at "
4961
"each transaction write, 2 == sync log file once per second"
4964
#: ../plugin/transaction_log/module.cc:337
4965
#: ../plugin/transaction_log/module.cc:367
4966
msgid "Number of slots for in-memory write buffers (default=8)."
4969
#: ../plugin/transaction_log/print_transaction_message.cc:135
4971
msgid "GPB message is not a valid type.\n"
4974
#: ../plugin/transaction_log/print_transaction_message.cc:155
4976
msgid "GPB message is not a valid size.\n"
4979
#: ../plugin/transaction_log/transaction_log.cc:114
4980
msgid "Failed to open transaction log file "
4983
#: ../plugin/transaction_log/transaction_log.cc:215
4986
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
4987
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
4990
#: ../plugin/transaction_log/transaction_log.cc:236
4992
msgid "Failed to sync log file. Got error: %s\n"