1
# Bengali 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-12-21 11:41-0500\n"
11
"PO-Revision-Date: 2010-12-14 00:33+0000\n"
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
"Language-Team: Bengali <bn@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2010-12-15 04:37+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: ../client/drizzle.cc:469
22
msgid "Synonym for `help'."
25
#: ../client/drizzle.cc:470
26
msgid "Clear command."
29
#: ../client/drizzle.cc:472
30
msgid "Reconnect to the server. Optional arguments are db and host."
33
#: ../client/drizzle.cc:474
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: ../client/drizzle.cc:476
39
msgid "Send command to drizzle server, display result vertically."
42
#: ../client/drizzle.cc:477
43
msgid "Exit drizzle. Same as quit."
46
#: ../client/drizzle.cc:478
47
msgid "Send command to drizzle server."
50
#: ../client/drizzle.cc:479
51
msgid "Display this help."
54
#: ../client/drizzle.cc:480
55
msgid "Disable pager, print to stdout."
58
#: ../client/drizzle.cc:481
59
msgid "Don't write into outfile."
62
#: ../client/drizzle.cc:483
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
#: ../client/drizzle.cc:484
67
msgid "Print current command."
70
#: ../client/drizzle.cc:485
71
msgid "Change your drizzle prompt."
74
#: ../client/drizzle.cc:486
78
#: ../client/drizzle.cc:487
79
msgid "Rebuild completion hash."
82
#: ../client/drizzle.cc:489
83
msgid "Execute an SQL script file. Takes a file name as an argument."
86
#: ../client/drizzle.cc:490
87
msgid "Get status information from the server."
90
#: ../client/drizzle.cc:492
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
#: ../client/drizzle.cc:494
95
msgid "Use another schema. Takes schema name as argument."
98
#: ../client/drizzle.cc:496
99
msgid "Shutdown the instance you are connected too."
102
#: ../client/drizzle.cc:498 ../client/drizzle.cc:1322
103
msgid "Show warnings after every statement."
106
#: ../client/drizzle.cc:500
107
msgid "Don't show warnings after every statement."
110
#: ../client/drizzle.cc:1150 ../client/drizzle.cc:3897
112
msgid "shutting down drizzled"
115
#: ../client/drizzle.cc:1152 ../client/drizzle.cc:3899
120
#: ../client/drizzle.cc:1161 ../client/drizzle.cc:1167
121
#: ../client/drizzle.cc:3908 ../client/drizzle.cc:3914
123
msgid "shutdown failed; error: '%s'"
126
#: ../client/drizzle.cc:1176 ../client/drizzle.cc:3923
131
#: ../client/drizzle.cc:1197
133
msgid "drizzled is alive\n"
136
#: ../client/drizzle.cc:1203
138
msgid "ping failed; error: '%s'"
141
#: ../client/drizzle.cc:1209
143
msgid "drizzled won't answer to ping, error: '%s'"
146
#: ../client/drizzle.cc:1258
147
msgid "Error: Invalid Value for connect_timeout"
150
#: ../client/drizzle.cc:1269
151
msgid "Error: Invalid Value for max_input_line"
154
#: ../client/drizzle.cc:1288 ../client/drizzledump.cc:475
155
msgid "Options used only in command line"
158
#: ../client/drizzle.cc:1290
159
msgid "Displays this help and exit."
162
#: ../client/drizzle.cc:1291
164
"Don't use history file. Disable interactive behavior. (Enables --silent)"
167
#: ../client/drizzle.cc:1293
168
msgid "Display column type information."
171
#: ../client/drizzle.cc:1295
173
"Preserve comments. Send comments to the server. The default is --skip-"
174
"comments (discard comments), enable with --comments"
177
#: ../client/drizzle.cc:1297
178
msgid "Print the output of a query (rows) vertically."
181
#: ../client/drizzle.cc:1299
182
msgid "Continue even if we get an sql error."
185
#: ../client/drizzle.cc:1301
187
"Enable named commands. Named commands mean this program's internal commands; "
188
"see drizzle> help . When enabled, the named commands can be used from any "
189
"line of the query, otherwise only from the first line, before an enter."
192
#: ../client/drizzle.cc:1303
193
msgid "Turn off beep on error."
196
#: ../client/drizzle.cc:1304
197
msgid "Do not write line numbers for errors."
200
#: ../client/drizzle.cc:1305
201
msgid "Do not write column names in results."
204
#: ../client/drizzle.cc:1307
206
"Don't write column names in results. WARNING: -N is deprecated, use long "
207
"version of this options instead."
210
#: ../client/drizzle.cc:1309
212
"Change the value of a variable. Please note that this option is deprecated; "
213
"you can set variables directly with --variable-name=value."
216
#: ../client/drizzle.cc:1311
217
msgid "Output in table format."
220
#: ../client/drizzle.cc:1313
221
msgid "Only allow UPDATE and DELETE that uses keys."
224
#: ../client/drizzle.cc:1315
225
msgid "Synonym for option --safe-updates, -U."
228
#: ../client/drizzle.cc:1317
229
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
232
#: ../client/drizzle.cc:1318 ../client/drizzledump.cc:499
233
#: ../drizzled/drizzled.cc:1236 ../drizzled/drizzled.cc:1861
234
msgid "Output version information and exit."
237
#: ../client/drizzle.cc:1320
238
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
241
#: ../client/drizzle.cc:1324
242
msgid "Number of lines before each import progress report."
245
#: ../client/drizzle.cc:1326
246
msgid "Ping the server to check if it's alive."
249
#: ../client/drizzle.cc:1328 ../drizzled/drizzled.cc:1155
250
msgid "Configuration file defaults are not used if no-defaults is set"
253
#: ../client/drizzle.cc:1331 ../client/drizzledump.cc:507
254
msgid "Options specific to the drizzle client"
257
#: ../client/drizzle.cc:1334
259
"Disable automatic rehashing. One doesn't need to use 'rehash' to get table "
260
"and field completion, but startup and reconnecting may take a longer time."
263
#: ../client/drizzle.cc:1336
265
"Automatically switch to vertical output mode if the result is wider than the "
269
#: ../client/drizzle.cc:1338
270
msgid "Database to use."
273
#: ../client/drizzle.cc:1340
277
#: ../client/drizzle.cc:1342
278
msgid "Delimiter to be used."
281
#: ../client/drizzle.cc:1344
282
msgid "Execute command and quit. (Disables --force and history file)"
285
#: ../client/drizzle.cc:1346
286
msgid "Enable LOAD DATA LOCAL INFILE."
289
#: ../client/drizzle.cc:1348
290
msgid "Flush buffer after each query."
293
#: ../client/drizzle.cc:1350
294
msgid "Ignore SIGINT (CTRL-C)"
297
#: ../client/drizzle.cc:1352
299
"Only update the default database. This is useful for skipping updates to "
300
"other database in the update log."
303
#: ../client/drizzle.cc:1354
305
"Pager to use to display results. If you don't supply an option the default "
306
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
307
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
308
"work in batch mode. Disable with --disable-pager. This option is disabled by "
312
#: ../client/drizzle.cc:1356
313
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
316
#: ../client/drizzle.cc:1358
317
msgid "Set the drizzle prompt to this value."
320
#: ../client/drizzle.cc:1360
322
"Don't cache result, print it row by row. This may slow down the server if "
323
"the output is suspended. Doesn't use history file."
326
#: ../client/drizzle.cc:1362
327
msgid "Write fields without conversion. Used with --batch."
330
#: ../client/drizzle.cc:1363
331
msgid "Do not reconnect if the connection is lost."
334
#: ../client/drizzle.cc:1365
335
msgid "Shutdown the server"
338
#: ../client/drizzle.cc:1366
340
"Be more silent. Print results with a tab as separator, each row on new line."
343
#: ../client/drizzle.cc:1368
345
"Append everything into outfile. See interactive help (\\h) also. Does not "
346
"work in batch mode. Disable with --disable-tee. This option is disabled by "
350
#: ../client/drizzle.cc:1370
351
msgid "Disable outfile. See interactive help (\\h) also."
354
#: ../client/drizzle.cc:1372
355
msgid "Number of seconds before connection timeout."
358
#: ../client/drizzle.cc:1374
359
msgid "Max length of input line"
362
#: ../client/drizzle.cc:1376
363
msgid "Automatic limit for SELECT when using --safe-updates"
366
#: ../client/drizzle.cc:1378
367
msgid "Automatic limit for rows in a join when using --safe-updates"
370
#: ../client/drizzle.cc:1381 ../client/drizzledump.cc:544
371
msgid "Options specific to the client"
374
#: ../client/drizzle.cc:1384
375
msgid "Connect to host"
378
#: ../client/drizzle.cc:1386
380
"Password to use when connecting to server. If password is not given it's "
381
"asked from the tty."
384
#: ../client/drizzle.cc:1388
386
"Port number to use for connection or 0 for default to, in order of "
387
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
390
#: ../client/drizzle.cc:1394 ../client/drizzledump.cc:553
391
#: ../plugin/transaction_log/utilities/transaction_reader.cc:475
392
msgid "User for login if not current user."
395
#: ../client/drizzle.cc:1396 ../client/drizzledump.cc:555
396
#: ../plugin/transaction_log/utilities/transaction_reader.cc:481
397
msgid "The protocol of connection (mysql or drizzle)."
400
#: ../client/drizzle.cc:1399 ../client/drizzledump.cc:567
401
msgid "Allowed Options"
404
#: ../client/drizzle.cc:1464 ../client/drizzle.cc:1471
406
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
409
#: ../client/drizzle.cc:1536 ../client/drizzle.cc:3793
410
msgid "DELIMITER cannot contain a backslash character"
413
#: ../client/drizzle.cc:1615 ../client/drizzledump.cc:666
414
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
415
#: ../client/drizzletest.cc:5671
416
msgid "Error: Unknown protocol"
419
#: ../client/drizzle.cc:1629
421
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
424
#: ../client/drizzle.cc:1675 ../client/drizzle.cc:4084
426
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
429
#: ../client/drizzle.cc:1681
432
"Copyright (C) 2008 Sun Microsystems\n"
433
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
434
"and you are welcome to modify and redistribute it under the GPL license\n"
437
#: ../client/drizzle.cc:1686
439
msgid "Usage: drizzle [OPTIONS] [schema]\n"
442
#: ../client/drizzle.cc:1740
444
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
447
#: ../client/drizzle.cc:1749
450
"Your Drizzle connection id is %u\n"
451
"Connection protocol: %s\n"
452
"Server version: %s\n"
455
#: ../client/drizzle.cc:1783
457
msgid "Reading history-file %s\n"
460
#: ../client/drizzle.cc:1787
462
msgid "Couldn't allocate memory for temp histfile!\n"
465
#: ../client/drizzle.cc:1794
466
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
469
#: ../client/drizzle.cc:1804
473
#: ../client/drizzle.cc:1817
475
msgid "Writing history-file %s\n"
478
#: ../client/drizzle.cc:1825
482
#: ../client/drizzle.cc:1825
486
#: ../client/drizzle.cc:1875
487
msgid "Query aborted by Ctrl+C\n"
490
#: ../client/drizzle.cc:1959
492
msgid "Processing line: %<PRIu32>\n"
495
#: ../client/drizzle.cc:2177
496
msgid "Unknown command: "
499
#: ../client/drizzle.cc:2348
500
msgid "Not found a delimiter within max_input_line of input"
503
#: ../client/drizzle.cc:2594
505
"Reading table information for completion of table and column names\n"
506
"You can turn off this feature to get a quicker startup with -A\n"
510
#: ../client/drizzle.cc:2633
511
msgid "No connection. Trying to reconnect..."
514
#: ../client/drizzle.cc:2639
515
msgid "Can't connect to the server\n"
518
#: ../client/drizzle.cc:2723
519
msgid "List of all Drizzle commands:"
522
#: ../client/drizzle.cc:2727
525
"Note that all text commands must be first on line and end with '%s' or \\g"
528
#: ../client/drizzle.cc:2785
529
msgid "No query specified\n"
532
#: ../client/drizzle.cc:2800
533
msgid "Ignoring query to other database"
536
#: ../client/drizzle.cc:2850
540
#: ../client/drizzle.cc:2863
542
msgid "%ld row in set"
543
msgid_plural "%ld rows in set"
547
#: ../client/drizzle.cc:2872
551
#: ../client/drizzle.cc:2874
553
msgid "Query OK, %ld row affected"
554
msgid_plural "Query OK, %ld rows affected"
558
#: ../client/drizzle.cc:2946
559
msgid "popen() failed! defaulting PAGER to stdout!\n"
562
#: ../client/drizzle.cc:2968
564
msgid "Error logging to file '%s'\n"
567
#: ../client/drizzle.cc:2973
569
msgid "Logging to file '%s'\n"
572
#: ../client/drizzle.cc:3057
581
"Collation: %s (%u)\n"
589
#: ../client/drizzle.cc:3524
591
msgid "No previous outfile available, you must give a filename!\n"
594
#: ../client/drizzle.cc:3529
596
msgid "Currently logging to file '%s'\n"
599
#: ../client/drizzle.cc:3549
601
msgid "No outfile specified!\n"
604
#: ../client/drizzle.cc:3562
605
msgid "Outfile disabled.\n"
608
#: ../client/drizzle.cc:3589
609
msgid "Default pager wasn't set, using stdout.\n"
612
#: ../client/drizzle.cc:3609
614
msgid "PAGER set to '%s'\n"
617
#: ../client/drizzle.cc:3620
618
msgid "PAGER set to stdout\n"
621
#: ../client/drizzle.cc:3703
623
msgid "Connection id: %u"
626
#: ../client/drizzle.cc:3705
628
msgid "Current schema: %.128s\n"
631
#: ../client/drizzle.cc:3706
636
#: ../client/drizzle.cc:3726
637
msgid "Usage: \\. <filename> | source <filename>"
640
#: ../client/drizzle.cc:3741
642
msgid "Failed to open file '%s', error: %d"
645
#: ../client/drizzle.cc:3749
646
msgid "Can't initialize LineBuffer"
649
#: ../client/drizzle.cc:3785
650
msgid "DELIMITER must be followed by a 'delimiter' character or string"
653
#: ../client/drizzle.cc:3818
654
msgid "USE must be followed by a schema name"
657
#: ../client/drizzle.cc:3886
658
msgid "Schema changed"
661
#: ../client/drizzle.cc:3932
662
msgid "Show warnings enabled."
665
#: ../client/drizzle.cc:3940
666
msgid "Show warnings disabled."
669
#: ../client/drizzle.cc:4091
673
"Connection id:\t\t%lu\n"
676
#: ../client/drizzle.cc:4103
678
msgid "Current schema:\t%s\n"
681
#: ../client/drizzle.cc:4104
683
msgid "Current user:\t\t%s\n"
686
#: ../client/drizzle.cc:4110
687
msgid "SSL:\t\t\tNot in use"
690
#: ../client/drizzle.cc:4115
696
#: ../client/drizzle.cc:4122
699
"All updates ignored to this schema\n"
702
#: ../client/drizzle.cc:4125
704
msgid "Current pager:\t\t%s\n"
707
#: ../client/drizzle.cc:4126
709
msgid "Using outfile:\t\t'%s'\n"
712
#: ../client/drizzle.cc:4127
714
msgid "Using delimiter:\t%s\n"
717
#: ../client/drizzle.cc:4128
719
msgid "Server version:\t\t%s\n"
722
#: ../client/drizzle.cc:4129
724
msgid "Protocol:\t\t%s\n"
727
#: ../client/drizzle.cc:4130
729
msgid "Protocol version:\t%d\n"
732
#: ../client/drizzle.cc:4131
734
msgid "Connection:\t\t%s\n"
737
#: ../client/drizzle.cc:4138
739
msgid "UNIX socket:\t\t%s\n"
742
#: ../client/drizzle.cc:4140
744
msgid "TCP port:\t\t%d\n"
747
#: ../client/drizzle.cc:4145
750
"Note that you are running in safe_update_mode:\n"
753
#: ../client/drizzle.cc:4147
756
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
758
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
760
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
761
" Max number of examined row combination in a join is set to: %"
766
#: ../client/drizzle.cc:4209 ../drizzled/option.cc:339
771
#: ../client/drizzle.cc:4252
773
msgid "ERROR %d (%s): "
776
#: ../client/drizzle.cc:4254
781
#: ../client/drizzle.cc:4257
785
#: ../client/drizzle.cc:4390
789
#: ../client/drizzle.cc:4392
793
#: ../client/drizzle.cc:4398
797
#: ../client/drizzle.cc:4404
801
#: ../client/drizzle.cc:4505
805
#: ../client/drizzle.cc:4625
807
msgid "Returning to default PROMPT of %s\n"
810
#: ../client/drizzle.cc:4630
811
msgid "Memory allocation error. Not changing prompt\n"
814
#: ../client/drizzle.cc:4635
816
msgid "PROMPT set to '%s'\n"
819
#: ../client/drizzledump.cc:230
820
msgid "Error inserting into destination database"
823
#: ../client/drizzledump.cc:254
825
msgid "Got errno %d on write"
828
#: ../client/drizzledump.cc:299
831
"%s: You can't use --single-transaction and --lock-all-tables at the same "
835
#: ../client/drizzledump.cc:306
837
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
840
#: ../client/drizzledump.cc:374
841
msgid "-- Retrieving database structures..."
844
#: ../client/drizzledump.cc:478
846
"Dump all the databases. This will be same as --databases with all databases "
850
#: ../client/drizzledump.cc:480
851
msgid "Dump all the tablespaces."
854
#: ../client/drizzledump.cc:482
855
msgid "Use complete insert statements."
858
#: ../client/drizzledump.cc:484
860
"Flush logs file in server before starting dump. Note that if you dump many "
861
"databases at once (using the option --databases= or --all-databases), the "
862
"logs will be flushed for each database dumped. The exception is when using --"
863
"lock-all-tables in this case the logs will be flushed only once, "
864
"corresponding to the moment all tables are locked. So if you want your dump "
865
"and the log flush to happen at the same exact moment you should use --lock-"
866
"all-tables or --flush-logs"
869
#: ../client/drizzledump.cc:486
870
msgid "Continue even if we get an sql-error."
873
#: ../client/drizzledump.cc:487
874
msgid "Display this help message and exit."
877
#: ../client/drizzledump.cc:489
879
"Locks all tables across all databases. This is achieved by taking a global "
880
"read lock for the duration of the whole dump. Automatically turns --single-"
884
#: ../client/drizzledump.cc:491
886
"Creates a consistent snapshot by dumping all tables in a single transaction. "
887
"Works ONLY for tables stored in storage engines which support "
888
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
889
"be consistent for other storage engines. While a --single-transaction dump "
890
"is in process, to ensure a valid dump file (correct table contents), no "
891
"other connection should use the following statements: ALTER TABLE, DROP "
892
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
896
#: ../client/drizzledump.cc:493
898
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
899
"extended-insert and --disable-keys."
902
#: ../client/drizzledump.cc:494
903
msgid "Overrides option --databases (-B)."
906
#: ../client/drizzledump.cc:496
907
msgid "Number of rows before each output progress report (requires --verbose)."
910
#: ../client/drizzledump.cc:498
911
msgid "Print info about the various stages."
914
#: ../client/drizzledump.cc:500
915
msgid "Turn off Comments"
918
#: ../client/drizzledump.cc:501
919
msgid "Turn off create-options"
922
#: ../client/drizzledump.cc:502
923
msgid "Turn off extended-insert"
926
#: ../client/drizzledump.cc:503
927
msgid "Turn off dump date at the end of the output"
930
#: ../client/drizzledump.cc:504
931
msgid "Do not read from the configuration files"
934
#: ../client/drizzledump.cc:510
935
msgid "Add a 'DROP DATABASE' before each create."
938
#: ../client/drizzledump.cc:511
939
msgid "Do not add a 'drop table' before each create."
942
#: ../client/drizzledump.cc:513
944
"Give less verbose output (useful for debugging). Disables structure comments "
945
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
946
"set-names --skip-disable-keys"
949
#: ../client/drizzledump.cc:515
951
"To dump several databases. Note the difference in usage; In this case no "
952
"tables are given. All name arguments are regarded as databasenames. 'USE "
953
"db_name;' will be included in the output."
956
#: ../client/drizzledump.cc:517
958
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
959
"will not be put in the output."
962
#: ../client/drizzledump.cc:519
964
"Do not dump the specified table. To specify more than one table to ignore, "
965
"use the directive multiple times, once for each table. Each table must be "
966
"specified with both database and table names, e.g. --ignore-table=database."
970
#: ../client/drizzledump.cc:521
971
msgid "Insert rows with INSERT IGNORE."
974
#: ../client/drizzledump.cc:523
975
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
978
#: ../client/drizzledump.cc:525
980
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
981
"above line will be added otherwise, if --databases or --all-databases option "
985
#: ../client/drizzledump.cc:527
986
msgid "No row information."
989
#: ../client/drizzledump.cc:529
990
msgid "Use REPLACE INTO instead of INSERT INTO."
993
#: ../client/drizzledump.cc:531
994
msgid "Where to send output to (stdout|database"
997
#: ../client/drizzledump.cc:533
999
"Hostname for destination db server (requires --destination-type=database)"
1002
#: ../client/drizzledump.cc:535
1004
"Port number for destination db server (requires --destination-type=database)"
1007
#: ../client/drizzledump.cc:537
1009
"User name for destination db server (resquires --destination-type=database)"
1012
#: ../client/drizzledump.cc:539
1014
"Password for destination db server (requires --destination-type=database)"
1017
#: ../client/drizzledump.cc:541
1019
"The database in the destination db server (requires --destination-"
1020
"type=database, not for use with --all-databases)"
1023
#: ../client/drizzledump.cc:547
1024
msgid "Connect to host."
1027
#: ../client/drizzledump.cc:549
1029
"Password to use when connecting to server. If password is not given it's "
1030
"solicited on the tty."
1033
#: ../client/drizzledump.cc:551
1034
#: ../plugin/transaction_log/utilities/transaction_reader.cc:477
1035
msgid "Port number to use for connection."
1038
#: ../client/drizzledump.cc:558
1039
msgid "Hidden Options"
1042
#: ../client/drizzledump.cc:560
1043
msgid "Used to select the database"
1046
#: ../client/drizzledump.cc:561
1047
msgid "Used to select the tables"
1050
#: ../client/drizzledump.cc:564
1051
msgid "Allowed Options + Hidden Options"
1054
#: ../client/drizzledump.cc:628
1056
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1059
#: ../client/drizzledump.cc:633
1061
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1062
"and you are welcome to modify and redistribute it under the GPL license\n"
1065
#: ../client/drizzledump.cc:634
1066
msgid "Dumps definitions and data from a Drizzle database server"
1069
#: ../client/drizzledump.cc:635
1071
msgid "Usage: %s [OPTIONS] database [tables]\n"
1074
#: ../client/drizzledump.cc:636
1076
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1079
#: ../client/drizzledump.cc:638
1081
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1084
#: ../client/drizzledump.cc:679 ../client/drizzleimport.cc:484
1085
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5683
1087
msgid "Value supplied for port is not valid.\n"
1090
#: ../client/drizzledump.cc:734
1092
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1095
#: ../client/drizzledump_data.cc:268
1096
msgid "-- Retrieving data for "
1099
#: ../client/drizzledump_data.cc:300
1100
msgid " rows dumped for table "
1103
#: ../client/drizzledump_data.cc:547
1104
msgid "-- Connecting to "
1107
#: ../client/drizzledump_data.cc:547
1108
msgid " using protocol "
1111
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1112
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1113
msgid "Error executing query: "
1116
#: ../client/drizzledump_data.cc:602
1117
msgid "Could not buffer result: "
1120
#: ../client/drizzledump_data.cc:648
1121
msgid "Error: Could not set db '"
1124
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1125
#: ../client/drizzledump_data.cc:673
1129
#: ../client/drizzledump_data.cc:682
1130
msgid "-- Disconnecting from "
1133
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1134
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1135
msgid "-- Retrieving table structures for "
1138
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1139
msgid "-- Retrieving fields for "
1142
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1143
msgid "-- Retrieving indexes for "
1146
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1147
msgid "-- Retrieving foreign keys for "
1150
#: ../client/drizzleslap.cc:2292
1152
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1155
#: ../client/drizzletest.cc:5424
1156
msgid "Error: Invalid Value for opt_max_connect_retries"
1159
#: ../client/drizzletest.cc:5434
1160
msgid "Error: Invalid Value for opt_tail_lines"
1163
#: ../client/drizzletest.cc:5444
1164
msgid "Error: Invalid Value for opt_sleep"
1167
#: ../client/drizzletest.cc:5635
1169
msgid "Could not open '%s' for reading: errno = %d"
1172
#: ../client/drizzletest.cc:5640
1174
msgid "Out of memory"
1177
#: ../drizzled/definition/table.cc:767
1179
msgid "Table %s has invalid/unknown collation: %d,%s"
1182
#: ../drizzled/definition/table.cc:1059
1184
msgid "ENUM column %s has greater than %d possible values"
1187
#: ../drizzled/definition/table.cc:1993
1189
msgid "Unknown collation '%s' in table '%-.64s' definition"
1192
#: ../drizzled/definition/table.cc:2000
1195
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
1199
#: ../drizzled/drizzled.cc:487
1203
#: ../drizzled/drizzled.cc:548
1204
msgid "One can only use the --user switch if running as root\n"
1207
#: ../drizzled/drizzled.cc:555
1209
"Fatal error: Please read \"Security\" section of the manual to find out how "
1210
"to run drizzled as root!\n"
1213
#: ../drizzled/drizzled.cc:575
1216
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1220
#: ../drizzled/drizzled.cc:600
1221
msgid "Set process group ID failed"
1224
#: ../drizzled/drizzled.cc:605
1225
msgid "Set process user ID failed"
1228
#: ../drizzled/drizzled.cc:617
1229
msgid "Process chroot failed"
1232
#: ../drizzled/drizzled.cc:729
1233
msgid "Error: Invalid Value for auto_increment_increment"
1236
#: ../drizzled/drizzled.cc:740
1237
msgid "Error: Invalid Value for auto_increment_offset"
1240
#: ../drizzled/drizzled.cc:751
1241
msgid "Error: Invalid Value for completion_type"
1244
#: ../drizzled/drizzled.cc:763
1245
msgid "Error: Invalid Value for div-precision-increment"
1248
#: ../drizzled/drizzled.cc:774
1249
msgid "Error: Invalid Value for group_concat_max_len"
1252
#: ../drizzled/drizzled.cc:785
1253
msgid "Error: Invalid Value for join_buffer_size"
1256
#: ../drizzled/drizzled.cc:797
1257
msgid "Error: Invalid Value for max_allowed_packet"
1260
#: ../drizzled/drizzled.cc:809
1261
msgid "Error: Invalid Value for max_connect_errors"
1264
#: ../drizzled/drizzled.cc:820
1265
msgid "Error: Invalid Value for max_error_count"
1268
#: ../drizzled/drizzled.cc:831
1269
msgid "Error: Invalid Value for max_heap_table_size"
1272
#: ../drizzled/drizzled.cc:843
1273
msgid "Error: Invalid Value for min_examined_row_limit"
1276
#: ../drizzled/drizzled.cc:854
1277
msgid "Error: Invalid Value for max_join_size"
1280
#: ../drizzled/drizzled.cc:865
1281
msgid "Error: Invalid Value for max_length_for_sort_data"
1284
#: ../drizzled/drizzled.cc:876
1285
msgid "Error: Invalid Value for max_seeks_for_key"
1288
#: ../drizzled/drizzled.cc:887
1289
msgid "Error: Invalid Value for max_sort_length"
1292
#: ../drizzled/drizzled.cc:898
1293
msgid "Error: Invalid Value for optimizer_search_depth"
1296
#: ../drizzled/drizzled.cc:909
1297
msgid "Error: Invalid Value for preload_buff_size"
1300
#: ../drizzled/drizzled.cc:920
1301
msgid "Error: Invalid Value for query_alloc_block_size"
1304
#: ../drizzled/drizzled.cc:932
1305
msgid "Error: Invalid Value for query_prealloc_size"
1308
#: ../drizzled/drizzled.cc:944
1309
msgid "Error: Invalid Value for range_alloc_block_size"
1312
#: ../drizzled/drizzled.cc:956
1313
msgid "Error: Invalid Value for read_buff_size"
1316
#: ../drizzled/drizzled.cc:968
1317
msgid "Error: Invalid Value for read_rnd_buff_size"
1320
#: ../drizzled/drizzled.cc:979
1321
msgid "Error: Invalid Value for sort_buff_size"
1324
#: ../drizzled/drizzled.cc:990
1325
msgid "Error: Invalid Value for table_def_size"
1328
#: ../drizzled/drizzled.cc:1001
1329
msgid "Error: Invalid Value for table_cache_size"
1332
#: ../drizzled/drizzled.cc:1012 ../drizzled/drizzled.cc:1028
1333
msgid "Error: Invalid Value for table_lock_wait_timeout"
1336
#: ../drizzled/drizzled.cc:1039
1338
"Error: Invalid Value for transaction_message_threshold valid values are "
1339
"between 131072 - 1048576 bytes"
1342
#: ../drizzled/drizzled.cc:1097
1344
msgid "Defaults file '%s' not found\n"
1347
#: ../drizzled/drizzled.cc:1139
1349
msgid "gethostname failed, using '%s' as hostname"
1352
#: ../drizzled/drizzled.cc:1153 ../drizzled/drizzled.cc:1744
1353
msgid "Display this help and exit."
1356
#: ../drizzled/drizzled.cc:1157
1357
msgid "Configuration file to use"
1360
#: ../drizzled/drizzled.cc:1159
1361
msgid "Base location for config files"
1364
#: ../drizzled/drizzled.cc:1161 ../drizzled/drizzled.cc:1968
1365
msgid "Directory for plugins."
1368
#: ../drizzled/drizzled.cc:1166 ../drizzled/drizzled.cc:1972
1370
"Optional comma separated list of plugins to load at startup in addition to "
1371
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1374
#: ../drizzled/drizzled.cc:1170 ../drizzled/drizzled.cc:1978
1376
"Optional comma separated list of plugins to not load at startup. Effectively "
1377
"removes a plugin from the list of plugins to be loaded. [for example: --"
1378
"plugin_remove=crc32,logger_gearman]"
1381
#: ../drizzled/drizzled.cc:1174 ../drizzled/drizzled.cc:1984
1383
"Optional comma separated list of plugins to load at starup instead of the "
1384
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1387
#: ../drizzled/drizzled.cc:1181 ../drizzled/drizzled.cc:1748
1388
msgid "Auto-increment columns are incremented by this"
1391
#: ../drizzled/drizzled.cc:1183 ../drizzled/drizzled.cc:1753
1393
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1397
#: ../drizzled/drizzled.cc:1185 ../drizzled/drizzled.cc:1759
1399
"Path to installation directory. All paths are usually resolved relative to "
1403
#: ../drizzled/drizzled.cc:1188 ../drizzled/drizzled.cc:1764
1404
msgid "Chroot drizzled daemon during startup."
1407
#: ../drizzled/drizzled.cc:1190 ../drizzled/drizzled.cc:1768
1408
msgid "Set the default collation."
1411
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1412
msgid "Default completion type."
1415
#: ../drizzled/drizzled.cc:1193 ../drizzled/drizzled.cc:1777
1416
msgid "Write core on errors."
1419
#: ../drizzled/drizzled.cc:1195 ../drizzled/drizzled.cc:1781
1420
msgid "Path to the database root."
1423
#: ../drizzled/drizzled.cc:1197
1424
msgid "Set the default storage engine for tables."
1427
#: ../drizzled/drizzled.cc:1199 ../drizzled/drizzled.cc:1788
1428
msgid "Set the default time zone."
1431
#: ../drizzled/drizzled.cc:1201 ../drizzled/drizzled.cc:1793
1432
msgid "Used for debugging; Use at your own risk!"
1435
#: ../drizzled/drizzled.cc:1203 ../drizzled/drizzled.cc:1798
1436
msgid "Set up signals usable for debugging"
1439
#: ../drizzled/drizzled.cc:1205 ../drizzled/drizzled.cc:1802
1440
msgid "Set the language used for the month names and the days of the week."
1443
#: ../drizzled/drizzled.cc:1207 ../drizzled/drizzled.cc:1807
1444
msgid "Log some not critical warnings to the log file."
1447
#: ../drizzled/drizzled.cc:1209 ../drizzled/drizzled.cc:1812
1448
msgid "Pid file used by drizzled."
1451
#: ../drizzled/drizzled.cc:1211
1452
msgid "Maximum time in seconds to wait for the port to become free. "
1455
#: ../drizzled/drizzled.cc:1213
1456
msgid "Include the SQL query in replicated protobuf messages."
1459
#: ../drizzled/drizzled.cc:1215 ../drizzled/drizzled.cc:1821
1461
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1462
"specified directory"
1465
#: ../drizzled/drizzled.cc:1218 ../drizzled/drizzled.cc:1826
1467
"Uniquely identifies the server instance in the community of replication "
1471
#: ../drizzled/drizzled.cc:1221 ../drizzled/drizzled.cc:1831
1472
msgid "Don't print a stack trace on failure."
1475
#: ../drizzled/drizzled.cc:1223 ../drizzled/drizzled.cc:1835
1476
msgid "Enable symbolic link support."
1479
#: ../drizzled/drizzled.cc:1225 ../drizzled/drizzled.cc:1844
1481
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1484
#: ../drizzled/drizzled.cc:1228 ../drizzled/drizzled.cc:1849
1485
msgid "Path for temporary files."
1488
#: ../drizzled/drizzled.cc:1230 ../drizzled/drizzled.cc:1853
1489
msgid "Default transaction isolation level."
1492
#: ../drizzled/drizzled.cc:1232
1494
"Max message size written to transaction log, valid values 131072 - 1048576 "
1498
#: ../drizzled/drizzled.cc:1234 ../drizzled/drizzled.cc:1857
1499
msgid "Run drizzled daemon as user."
1502
#: ../drizzled/drizzled.cc:1238 ../drizzled/drizzled.cc:1865
1504
"The number of outstanding connection requests Drizzle can have. This comes "
1505
"into play when the main Drizzle thread gets very many connection requests in "
1506
"a very short time."
1509
#: ../drizzled/drizzled.cc:1243 ../drizzled/drizzled.cc:1871
1511
"Size of tree cache used in bulk insert optimization. Note that this is a "
1515
#: ../drizzled/drizzled.cc:1246 ../drizzled/drizzled.cc:1877
1517
"Precision of the result of '/' operator will be increased on that value."
1520
#: ../drizzled/drizzled.cc:1249 ../drizzled/drizzled.cc:1883
1521
msgid "The maximum length of the result of function group_concat."
1524
#: ../drizzled/drizzled.cc:1251 ../drizzled/drizzled.cc:1888
1525
msgid "The size of the buffer that is used for full joins."
1528
#: ../drizzled/drizzled.cc:1254
1530
"A global cap on the amount of memory that can be allocated by session join "
1531
"buffers (0 means unlimited)"
1534
#: ../drizzled/drizzled.cc:1256 ../drizzled/drizzled.cc:1894
1535
msgid "Max packetlength to send/receive from to server."
1538
#: ../drizzled/drizzled.cc:1258 ../drizzled/drizzled.cc:1899
1540
"If there is more than this number of interrupted connections from a host "
1541
"this host will be blocked from further connections."
1544
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1904
1545
msgid "Max number of errors/warnings to store for a statement."
1548
#: ../drizzled/drizzled.cc:1263 ../drizzled/drizzled.cc:1909
1549
msgid "Don't allow creation of heap tables bigger than this."
1552
#: ../drizzled/drizzled.cc:1265 ../drizzled/drizzled.cc:1915
1554
"Joins that are probably going to read more than max_join_size records return "
1558
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1921
1559
msgid "Max number of bytes in sorted records."
1562
#: ../drizzled/drizzled.cc:1270 ../drizzled/drizzled.cc:1926
1563
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1566
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1931
1568
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1569
"max_sort_length bytes of each value are used; the rest are ignored)."
1572
#: ../drizzled/drizzled.cc:1276 ../drizzled/drizzled.cc:1938
1573
msgid "After this many write locks, allow some read locks to run in between."
1576
#: ../drizzled/drizzled.cc:1278 ../drizzled/drizzled.cc:1942
1578
"Don't log queries which examine less than min_examined_row_limit rows to "
1582
#: ../drizzled/drizzled.cc:1281
1584
"Do not apply any heuristic(s) during query optimization to prune, thus "
1585
"perform an exhaustive search from the optimizer search space."
1588
#: ../drizzled/drizzled.cc:1284 ../drizzled/drizzled.cc:1956
1590
"Maximum depth of search performed by the query optimizer. Values larger than "
1591
"the number of relations in a query result in better query plans, but take "
1592
"longer to compile a query. Smaller values than the number of tables in a "
1593
"relation result in faster optimization, but may produce very bad query "
1594
"plans. If set to 0, the system will automatically pick a reasonable value; "
1595
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1596
"(used for testing/comparison)."
1599
#: ../drizzled/drizzled.cc:1293 ../drizzled/drizzled.cc:1990
1600
msgid "The size of the buffer that is allocated when preloading indexes"
1603
#: ../drizzled/drizzled.cc:1296 ../drizzled/drizzled.cc:1995
1604
msgid "Allocation block size for query parsing and execution"
1607
#: ../drizzled/drizzled.cc:1299 ../drizzled/drizzled.cc:2000
1608
msgid "Persistent buffer for query parsing and execution"
1611
#: ../drizzled/drizzled.cc:1302 ../drizzled/drizzled.cc:2006
1612
msgid "Allocation block size for storing ranges during optimization"
1615
#: ../drizzled/drizzled.cc:1305 ../drizzled/drizzled.cc:2012
1617
"Each thread that does a sequential scan allocates a buffer of this size for "
1618
"each table it scans. If you do many sequential scans, you may want to "
1619
"increase this value."
1622
#: ../drizzled/drizzled.cc:1310
1623
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1626
#: ../drizzled/drizzled.cc:1313 ../drizzled/drizzled.cc:2020
1628
"When reading rows in sorted order after a sort, the rows are read through "
1629
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1633
#: ../drizzled/drizzled.cc:1318
1634
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1637
#: ../drizzled/drizzled.cc:1320 ../drizzled/drizzled.cc:2028
1638
msgid "Select scheduler to be used (by default multi-thread)."
1641
#: ../drizzled/drizzled.cc:1323 ../drizzled/drizzled.cc:2033
1642
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1645
#: ../drizzled/drizzled.cc:1326
1647
"A global cap on the amount of memory that can be allocated by session sort "
1648
"buffers (0 means unlimited)"
1651
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2039
1652
msgid "The number of cached table definitions."
1655
#: ../drizzled/drizzled.cc:1330 ../drizzled/drizzled.cc:2043
1656
msgid "The number of cached open tables."
1659
#: ../drizzled/drizzled.cc:1332 ../drizzled/drizzled.cc:2047
1661
"Timeout in seconds to wait for a table level lock before returning an error. "
1662
"Used only if the connection has active cursors."
1665
#: ../drizzled/drizzled.cc:1335 ../drizzled/drizzled.cc:2052
1666
msgid "The stack size for each thread."
1669
#: ../drizzled/drizzled.cc:1338 ../drizzled/drizzled.cc:2058
1671
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1672
"automatically convert it to an on-disk MyISAM table."
1675
#: ../drizzled/drizzled.cc:1361
1676
msgid "Duplicate entry for command line option\n"
1679
#: ../drizzled/drizzled.cc:1408 ../drizzled/drizzled.cc:1426
1680
#: ../drizzled/drizzled.cc:1460 ../drizzled/drizzled.cc:1468
1681
#: ../drizzled/drizzled.cc:1488
1685
"Use --help to get a list of available options\n"
1688
#: ../drizzled/drizzled.cc:1438
1689
msgid "Failed to initialize plugins\n"
1692
#: ../drizzled/drizzled.cc:1476
1696
"Use --help to get a list of available options\n"
1699
#: ../drizzled/drizzled.cc:1525
1700
msgid "Error getting default charset"
1703
#: ../drizzled/drizzled.cc:1555
1704
msgid "Error setting collation"
1707
#: ../drizzled/drizzled.cc:1563
1709
msgid "Unknown locale: '%s'"
1712
#: ../drizzled/drizzled.cc:1583
1713
msgid "Could not initialize table cache\n"
1716
#: ../drizzled/drizzled.cc:1598
1717
msgid "XA cache initialization failed: Out of memory\n"
1720
#: ../drizzled/drizzled.cc:1628
1721
msgid "No scheduler found, cannot continue!\n"
1724
#: ../drizzled/drizzled.cc:1652
1726
msgid "Unknown/unsupported storage engine: %s\n"
1729
#: ../drizzled/drizzled.cc:1784
1730
msgid "Set the default storage engine (table type) for tables."
1733
#: ../drizzled/drizzled.cc:1816
1735
"Maximum time in seconds to wait for the port to become free. (Default: no "
1739
#: ../drizzled/drizzled.cc:1948
1741
"Controls the heuristic(s) applied during query optimization to prune less-"
1742
"promising partial plans from the optimizer search space. Meaning: false - do "
1743
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1744
"based on number of retrieved rows."
1747
#: ../drizzled/drizzled.cc:2084
1749
"Copyright (C) 2008 Sun Microsystems\n"
1750
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1751
"and you are welcome to modify and redistribute it under the GPL license\n"
1755
#: ../drizzled/drizzled.cc:2091
1757
msgid "Usage: %s [OPTIONS]\n"
1760
#: ../drizzled/drizzled.cc:2214
1763
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1767
#: ../drizzled/drizzled.cc:2231
1768
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1771
#: ../drizzled/drizzled.cc:2244
1772
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1775
#: ../drizzled/drizzled.cc:2257
1776
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1779
#: ../drizzled/drizzled.cc:2270
1780
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1783
#: ../drizzled/error.cc:114
1785
msgid "Unknown error %d"
1788
#: ../drizzled/error.cc:189
1792
#: ../drizzled/error.cc:190
1796
#: ../drizzled/error.cc:191
1798
msgid "Can't create file '%-.200s' (errno: %d)"
1801
#: ../drizzled/error.cc:192
1803
msgid "Can't create table '%-.200s' (errno: %d)"
1806
#: ../drizzled/error.cc:193
1808
msgid "Can't create schema '%-.192s' (errno: %d)"
1811
#: ../drizzled/error.cc:194
1813
msgid "Can't create schema '%-.192s'; schema exists"
1816
#: ../drizzled/error.cc:195
1818
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1821
#: ../drizzled/error.cc:196
1823
msgid "Error on delete of '%-.192s' (errno: %d)"
1826
#: ../drizzled/error.cc:197
1828
msgid "Can't get status of '%-.200s' (errno: %d)"
1831
#: ../drizzled/error.cc:198
1833
msgid "Can't lock file (errno: %d)"
1836
#: ../drizzled/error.cc:199
1838
msgid "Can't open file: '%-.200s' (errno: %d)"
1841
#: ../drizzled/error.cc:200
1843
msgid "Can't find file: '%-.200s' (errno: %d)"
1846
#: ../drizzled/error.cc:201
1848
msgid "Can't read dir of '%-.192s' (errno: %d)"
1851
#: ../drizzled/error.cc:202
1853
msgid "Record has changed since last read in table '%-.192s'"
1856
#: ../drizzled/error.cc:203
1858
msgid "Disk full (%s); waiting for someone to free some space..."
1861
#: ../drizzled/error.cc:204
1863
msgid "Can't write; duplicate key in table '%-.192s'"
1866
#: ../drizzled/error.cc:205
1868
msgid "Error on close of '%-.192s' (errno: %d)"
1871
#: ../drizzled/error.cc:206
1873
msgid "Error reading file '%-.200s' (errno: %d)"
1876
#: ../drizzled/error.cc:207
1878
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1881
#: ../drizzled/error.cc:208
1883
msgid "Error writing file '%-.200s' (errno: %d)"
1886
#: ../drizzled/error.cc:209
1888
msgid "'%-.192s' is locked against change"
1891
#: ../drizzled/error.cc:210
1892
msgid "Sort aborted"
1895
#: ../drizzled/error.cc:211
1897
msgid "Got error %d from storage engine"
1900
#: ../drizzled/error.cc:212
1902
msgid "Table storage engine for '%-.192s' doesn't have this option"
1905
#: ../drizzled/error.cc:213
1907
msgid "Can't find record in '%-.192s'"
1910
#: ../drizzled/error.cc:214
1912
msgid "Incorrect information in file: '%-.200s'"
1915
#: ../drizzled/error.cc:215
1917
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1920
#: ../drizzled/error.cc:216
1922
msgid "Old key file for table '%-.192s'; repair it!"
1925
#: ../drizzled/error.cc:217
1927
msgid "Table '%-.192s' is read only"
1930
#: ../drizzled/error.cc:218
1932
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1935
#: ../drizzled/error.cc:219
1936
msgid "Out of sort memory; increase server sort buffer size"
1939
#: ../drizzled/error.cc:220
1940
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1943
#: ../drizzled/error.cc:221
1944
msgid "Global join memory constraint hit; increase join-heap-threshold"
1947
#: ../drizzled/error.cc:222
1948
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1951
#: ../drizzled/error.cc:223
1952
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1955
#: ../drizzled/error.cc:224
1957
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1960
#: ../drizzled/error.cc:225
1961
msgid "Too many connections"
1964
#: ../drizzled/error.cc:226
1966
"Out of memory; check if drizzled or some other process uses all available "
1967
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1968
"memory or you can add more swap space"
1971
#: ../drizzled/error.cc:227
1972
msgid "Can't get hostname for your address"
1975
#: ../drizzled/error.cc:228
1976
msgid "Bad handshake"
1979
#: ../drizzled/error.cc:229
1981
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
1984
#: ../drizzled/error.cc:230
1986
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1989
#: ../drizzled/error.cc:231
1990
msgid "No schema selected"
1993
#: ../drizzled/error.cc:232
1994
msgid "Unknown command"
1997
#: ../drizzled/error.cc:233
1999
msgid "Column '%-.192s' cannot be null"
2002
#: ../drizzled/error.cc:234
2004
msgid "Unknown schema '%-.192s'"
2007
#: ../drizzled/error.cc:235
2009
msgid "Table '%-.192s' already exists"
2012
#: ../drizzled/error.cc:236
2014
msgid "Unknown table '%-.100s'"
2017
#: ../drizzled/error.cc:237
2019
msgid "Column '%-.192s' in %-.192s is ambiguous"
2022
#: ../drizzled/error.cc:238
2023
msgid "Server shutdown in progress"
2026
#: ../drizzled/error.cc:239
2028
msgid "Unknown column '%-.192s' in '%-.192s'"
2031
#: ../drizzled/error.cc:240
2033
msgid "'%-.192s' isn't in GROUP BY"
2036
#: ../drizzled/error.cc:241
2038
msgid "Can't group on '%-.192s'"
2041
#: ../drizzled/error.cc:242
2042
msgid "Statement has sum functions and columns in same statement"
2045
#: ../drizzled/error.cc:243
2046
msgid "Column count doesn't match value count"
2049
#: ../drizzled/error.cc:244
2051
msgid "Identifier name '%-.100s' is too long"
2054
#: ../drizzled/error.cc:245
2056
msgid "Duplicate column name '%-.192s'"
2059
#: ../drizzled/error.cc:246
2061
msgid "Duplicate key name '%-.192s'"
2064
#: ../drizzled/error.cc:247
2066
msgid "Duplicate entry '%-.192s' for key %d"
2069
#: ../drizzled/error.cc:248
2071
msgid "Incorrect column specifier for column '%-.192s'"
2074
#: ../drizzled/error.cc:249
2076
msgid "%s near '%-.80s' at line %d"
2079
#: ../drizzled/error.cc:250
2080
msgid "Query was empty"
2083
#: ../drizzled/error.cc:251
2085
msgid "Not unique table/alias: '%-.192s'"
2088
#: ../drizzled/error.cc:252
2090
msgid "Invalid default value for '%-.192s'"
2093
#: ../drizzled/error.cc:253
2094
msgid "Multiple primary key defined"
2097
#: ../drizzled/error.cc:254
2099
msgid "Too many keys specified; max %d keys allowed"
2102
#: ../drizzled/error.cc:255
2104
msgid "Too many key parts specified; max %d parts allowed"
2107
#: ../drizzled/error.cc:256
2109
msgid "Specified key was too long; max key length is %d bytes"
2112
#: ../drizzled/error.cc:257
2114
msgid "Key column '%-.192s' doesn't exist in table"
2117
#: ../drizzled/error.cc:258
2120
"BLOB column '%-.192s' can't be used in key specification with the used table "
2124
#: ../drizzled/error.cc:259
2127
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2131
#: ../drizzled/error.cc:260
2133
"Incorrect table definition; there can be only one auto column and it must be "
2137
#: ../drizzled/error.cc:261
2139
msgid "%s: Normal shutdown\n"
2142
#: ../drizzled/error.cc:262
2144
msgid "%s: Got signal %d. Aborting!\n"
2147
#: ../drizzled/error.cc:263
2149
msgid "%s: Shutdown complete\n"
2152
#: ../drizzled/error.cc:264
2154
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2157
#: ../drizzled/error.cc:265
2158
msgid "Can't create IP socket"
2161
#: ../drizzled/error.cc:266
2164
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2168
#: ../drizzled/error.cc:267
2171
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2175
#: ../drizzled/error.cc:268
2177
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2180
#: ../drizzled/error.cc:269
2183
"The file '%-.128s' must be in the schema directory or be readable by all"
2186
#: ../drizzled/error.cc:270
2188
msgid "File '%-.200s' already exists"
2191
#: ../drizzled/error.cc:271
2193
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2196
#: ../drizzled/error.cc:272
2198
"Incorrect prefix key; the used key part isn't a string, the used length is "
2199
"longer than the key part, or the storage engine doesn't support unique "
2203
#: ../drizzled/error.cc:273
2204
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2207
#: ../drizzled/error.cc:274
2209
msgid "Can't DROP '%-.192s'; check that column/key exists"
2212
#: ../drizzled/error.cc:275
2214
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2217
#: ../drizzled/error.cc:276
2219
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2222
#. KILL session errors
2223
#: ../drizzled/error.cc:279
2225
msgid "Unknown session id: %lu"
2228
#: ../drizzled/error.cc:280
2230
msgid "You are not the owner of session %lu"
2233
#: ../drizzled/error.cc:281
2234
msgid "You cannot kill the session you are connected from."
2237
#: ../drizzled/error.cc:284
2238
msgid "No tables used"
2241
#: ../drizzled/error.cc:285
2243
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2246
#: ../drizzled/error.cc:286
2248
msgid "Incorrect schema name '%-.100s'"
2251
#: ../drizzled/error.cc:287
2253
msgid "Incorrect table name '%-.100s'"
2256
#: ../drizzled/error.cc:288
2258
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2259
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2262
#: ../drizzled/error.cc:289
2263
msgid "Unknown error"
2266
#: ../drizzled/error.cc:290
2268
msgid "Unknown procedure '%-.192s'"
2271
#: ../drizzled/error.cc:291
2273
msgid "Incorrect parameter count to procedure '%-.192s'"
2276
#: ../drizzled/error.cc:292
2278
msgid "Unknown table '%-.192s' in %-.32s"
2281
#: ../drizzled/error.cc:293
2283
msgid "Column '%-.192s' specified twice"
2286
#: ../drizzled/error.cc:294
2287
msgid "Invalid use of group function"
2290
#: ../drizzled/error.cc:295
2293
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2296
#: ../drizzled/error.cc:296
2297
msgid "A table must have at least 1 column"
2300
#: ../drizzled/error.cc:297
2302
msgid "The table '%-.192s' is full"
2305
#: ../drizzled/error.cc:298
2307
msgid "Too many tables; Drizzle can only use %d tables in a join"
2310
#: ../drizzled/error.cc:299
2311
msgid "Too many columns"
2314
#: ../drizzled/error.cc:300
2317
"Row size too large. The maximum row size for the used table type, not "
2318
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2321
#: ../drizzled/error.cc:301
2322
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2325
#: ../drizzled/error.cc:302
2328
"Table handler doesn't support NULL in given index. Please change column "
2329
"'%-.192s' to be NOT NULL or use another handler"
2332
#: ../drizzled/error.cc:303
2333
msgid "No paths allowed for plugin library"
2336
#: ../drizzled/error.cc:304
2338
msgid "Plugin '%-.192s' already exists"
2341
#: ../drizzled/error.cc:305
2343
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2346
#: ../drizzled/error.cc:306
2348
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2351
#: ../drizzled/error.cc:307
2353
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2356
#: ../drizzled/error.cc:308
2359
"Can't create a new thread (errno %d); if you are not out of available "
2360
"memory, you can consult the manual for a possible OS-dependent bug"
2363
#: ../drizzled/error.cc:309
2365
msgid "Column count doesn't match value count at row %ld"
2368
#: ../drizzled/error.cc:310
2370
msgid "Can't reopen table: '%-.192s'"
2373
#: ../drizzled/error.cc:311
2375
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2376
"illegal if there is no GROUP BY clause"
2379
#: ../drizzled/error.cc:312
2381
msgid "Table '%-.192s.%-.192s' doesn't exist"
2384
#: ../drizzled/error.cc:313
2386
"You have an error in your SQL syntax; check the manual that corresponds to "
2387
"your Drizzle server version for the right syntax to use"
2390
#: ../drizzled/error.cc:314
2391
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2394
#: ../drizzled/error.cc:315
2395
msgid "Got packets out of order"
2398
#: ../drizzled/error.cc:316
2399
msgid "The used table type doesn't support BLOB/TEXT columns"
2402
#: ../drizzled/error.cc:317
2403
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2406
#: ../drizzled/error.cc:318
2408
msgid "Incorrect column name '%-.100s'"
2411
#: ../drizzled/error.cc:319
2413
msgid "The used storage engine can't index column '%-.192s'"
2416
#: ../drizzled/error.cc:320
2418
"Unable to open underlying table which is differently defined or of non-"
2419
"MyISAM type or doesn't exist"
2422
#: ../drizzled/error.cc:321
2424
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2427
#: ../drizzled/error.cc:322
2430
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2433
#: ../drizzled/error.cc:323
2435
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2439
#: ../drizzled/error.cc:324
2440
msgid "Result consisted of more than one row"
2443
#: ../drizzled/error.cc:325
2444
msgid "This table type requires a primary key"
2447
#: ../drizzled/error.cc:326
2449
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2452
#: ../drizzled/error.cc:327
2453
msgid "Can't open table"
2456
#: ../drizzled/error.cc:328
2458
msgid "The storage engine for the table doesn't support %s"
2461
#: ../drizzled/error.cc:329
2463
msgid "Got error %d during COMMIT"
2466
#: ../drizzled/error.cc:330
2468
msgid "Got error %d during ROLLBACK"
2471
#. This is a very incorrect place to use the PRIi64 macro as the
2472
#. program that looks over the source for the N_() macros does not
2473
#. (obviously) do macro expansion, so the string is entirely wrong for
2474
#. what it is trying to output for every language except english.
2475
#: ../drizzled/error.cc:335
2478
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2482
#: ../drizzled/error.cc:336
2484
"Can't execute the given command because you have active locked tables or an "
2485
"active transaction"
2488
#: ../drizzled/error.cc:337
2490
msgid "Unknown system variable '%-.64s'"
2493
#: ../drizzled/error.cc:338
2495
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2498
#: ../drizzled/error.cc:339
2501
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2504
#: ../drizzled/error.cc:340
2505
msgid "Some non-transactional changed tables couldn't be rolled back"
2508
#: ../drizzled/error.cc:341
2509
msgid "You may only use constant expressions with SET"
2512
#: ../drizzled/error.cc:342
2513
msgid "Lock wait timeout exceeded; try restarting transaction"
2516
#: ../drizzled/error.cc:343
2517
msgid "The total number of locks exceeds the lock table size"
2520
#: ../drizzled/error.cc:344
2521
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2524
#: ../drizzled/error.cc:345
2525
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2528
#: ../drizzled/error.cc:346
2530
msgid "Incorrect arguments to %s"
2533
#: ../drizzled/error.cc:347
2534
msgid "Deadlock found when trying to get lock; try restarting transaction"
2537
#: ../drizzled/error.cc:348
2538
msgid "The used table type doesn't support FULLTEXT indexes"
2541
#: ../drizzled/error.cc:349
2542
msgid "Cannot add foreign key constraint"
2545
#: ../drizzled/error.cc:350
2546
msgid "Cannot add or update a child row: a foreign key constraint fails"
2549
#: ../drizzled/error.cc:351
2550
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2553
#: ../drizzled/error.cc:352
2555
msgid "Incorrect usage of %s and %s"
2558
#: ../drizzled/error.cc:353
2559
msgid "The used SELECT statements have a different number of columns"
2562
#: ../drizzled/error.cc:354
2563
msgid "Can't execute the query because you have a conflicting read lock"
2566
#: ../drizzled/error.cc:355
2569
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2572
#: ../drizzled/error.cc:356
2575
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2578
#: ../drizzled/error.cc:357
2580
msgid "Variable '%-.64s' doesn't have a default value"
2583
#: ../drizzled/error.cc:358
2585
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2588
#: ../drizzled/error.cc:359
2590
msgid "Incorrect argument type to variable '%-.64s'"
2593
#: ../drizzled/error.cc:360
2595
msgid "Variable '%-.64s' can only be set, not read"
2598
#: ../drizzled/error.cc:361
2600
msgid "Incorrect usage/placement of '%s'"
2603
#: ../drizzled/error.cc:362
2605
msgid "This version of Drizzle doesn't yet support '%s'"
2608
#: ../drizzled/error.cc:363
2610
msgid "Variable '%-.192s' is a %s variable"
2613
#: ../drizzled/error.cc:364
2615
msgid "Incorrect foreign key definition for '%-.192s': %s"
2618
#: ../drizzled/error.cc:365
2619
msgid "Key reference and table reference don't match"
2622
#: ../drizzled/error.cc:366
2624
msgid "Operand should contain %d column(s)"
2627
#: ../drizzled/error.cc:367
2628
msgid "Subquery returns more than 1 row"
2631
#: ../drizzled/error.cc:368
2633
msgid "Converting column '%s' from %s to %s"
2636
#: ../drizzled/error.cc:369
2638
msgid "Reference '%-.64s' not supported (%s)"
2641
#: ../drizzled/error.cc:370
2642
msgid "Every derived table must have its own alias"
2645
#: ../drizzled/error.cc:371
2647
msgid "Select %u was reduced during optimization"
2650
#: ../drizzled/error.cc:372
2652
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2655
#: ../drizzled/error.cc:373
2656
msgid "All parts of a SPATIAL index must be NOT NULL"
2659
#: ../drizzled/error.cc:374
2661
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2664
#: ../drizzled/error.cc:375
2667
"Uncompressed data size too large; the maximum size is %d (based on "
2668
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2671
#: ../drizzled/error.cc:376
2672
msgid "ZLIB: Not enough memory"
2675
#: ../drizzled/error.cc:377
2677
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2678
"data was corrupted)"
2681
#: ../drizzled/error.cc:378
2682
msgid "ZLIB: Input data corrupted"
2685
#: ../drizzled/error.cc:379
2687
msgid "%d line(s) were cut by GROUP_CONCAT()"
2690
#: ../drizzled/error.cc:380
2692
msgid "Row %ld doesn't contain data for all columns"
2695
#: ../drizzled/error.cc:381
2698
"Row %ld was truncated; it contained more data than there were input columns"
2701
#: ../drizzled/error.cc:382
2704
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2707
#: ../drizzled/error.cc:383
2709
msgid "Out of range value for column '%s' at row %ld"
2712
#: ../drizzled/error.cc:384
2714
msgid "Data truncated for column '%s' at row %ld"
2717
#: ../drizzled/error.cc:385
2719
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2722
#: ../drizzled/error.cc:386
2724
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2727
#: ../drizzled/error.cc:387
2729
msgid "Illegal mix of collations for operation '%s'"
2732
#: ../drizzled/error.cc:388
2735
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2739
#: ../drizzled/error.cc:389
2741
msgid "Unknown collation: '%-.64s'"
2744
#: ../drizzled/error.cc:390
2747
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2751
#: ../drizzled/error.cc:391
2753
msgid "Incorrect index name '%-.100s'"
2756
#: ../drizzled/error.cc:392
2758
msgid "Incorrect catalog name '%-.100s'"
2761
#: ../drizzled/error.cc:393
2763
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2766
#: ../drizzled/error.cc:394
2768
msgid "Unknown table engine '%s'"
2771
#: ../drizzled/error.cc:395
2773
msgid "The target table %-.100s of the %s is not updatable"
2776
#: ../drizzled/error.cc:396
2779
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2783
#: ../drizzled/error.cc:397
2786
"The Drizzle server is running with the %s option so it cannot execute this "
2790
#: ../drizzled/error.cc:398
2792
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2795
#: ../drizzled/error.cc:399
2797
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2800
#: ../drizzled/error.cc:400
2802
"Incorrect table definition; there can be only one TIMESTAMP column with "
2803
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2806
#: ../drizzled/error.cc:401
2808
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2811
#: ../drizzled/error.cc:402
2813
msgid "Got error %d '%-.100s' from %s"
2816
#: ../drizzled/error.cc:403
2818
msgid "Got temporary error %d '%-.100s' from %s"
2821
#: ../drizzled/error.cc:404
2823
msgid "Unknown or incorrect time zone: '%-.64s'"
2826
#: ../drizzled/error.cc:405
2828
msgid "Invalid %s character string: '%.64s'"
2831
#: ../drizzled/error.cc:406
2833
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2836
#: ../drizzled/error.cc:407
2838
msgid "%s %s does not exist"
2841
#: ../drizzled/error.cc:408
2842
msgid "Query execution was interrupted"
2845
#: ../drizzled/error.cc:409
2848
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2849
"(s) or definer/invoker of view lack rights to use them"
2852
#: ../drizzled/error.cc:410
2854
msgid "Field '%-.192s' doesn't have a default value"
2857
#: ../drizzled/error.cc:411
2858
msgid "Division by 0"
2861
#: ../drizzled/error.cc:412
2863
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2866
#: ../drizzled/error.cc:413
2868
msgid "Illegal %s '%-.192s' value found during parsing"
2871
#: ../drizzled/error.cc:414
2873
msgid "Key part '%-.192s' length cannot be 0"
2876
#: ../drizzled/error.cc:415
2879
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2883
#: ../drizzled/error.cc:416
2885
msgid "Data too long for column '%s' at row %ld"
2888
#: ../drizzled/error.cc:417
2891
"%s: ready for connections.\n"
2892
"Version: '%s' %s\n"
2895
#: ../drizzled/error.cc:418
2896
msgid "Can't load value from file with fixed size rows to variable"
2899
#: ../drizzled/error.cc:419
2901
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2904
#: ../drizzled/error.cc:420
2905
msgid "Table definition has changed, please retry transaction"
2908
#: ../drizzled/error.cc:421
2910
msgid "Not allowed to return a result set from a %s"
2913
#: ../drizzled/error.cc:422
2914
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2917
#: ../drizzled/error.cc:423
2919
"Explicit or implicit commit is not allowed in stored function or trigger."
2922
#: ../drizzled/error.cc:424
2924
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2927
#: ../drizzled/error.cc:425
2929
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2932
#: ../drizzled/error.cc:426
2935
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2939
#: ../drizzled/error.cc:427
2940
msgid "Trigger in wrong schema"
2943
#: ../drizzled/error.cc:428
2946
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2947
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2950
#: ../drizzled/error.cc:429
2952
msgid "Display width out of range for column '%-.192s' (max = %d)"
2955
#: ../drizzled/error.cc:430
2957
msgid "Datetime function: %-.32s field overflow"
2960
#: ../drizzled/error.cc:431
2963
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2966
#: ../drizzled/error.cc:432
2969
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2972
#: ../drizzled/error.cc:433
2973
msgid "No data - zero rows fetched, selected, or processed"
2976
#: ../drizzled/error.cc:434
2978
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2981
#: ../drizzled/error.cc:435
2983
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2986
#: ../drizzled/error.cc:436
2987
msgid "The used table type doesn't support SPATIAL indexes"
2990
#: ../drizzled/error.cc:437
2992
msgid "Leading spaces are removed from name '%s'"
2995
#: ../drizzled/error.cc:438
2996
msgid "Failed to read auto-increment value from storage engine"
2999
#: ../drizzled/error.cc:439
3001
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3004
#: ../drizzled/error.cc:440
3005
msgid "Too high level of nesting for select"
3008
#: ../drizzled/error.cc:441
3010
msgid "Name '%-.64s' has become ''"
3013
#: ../drizzled/error.cc:442
3015
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3016
"optional and non-empty FIELDS ENCLOSED BY"
3019
#: ../drizzled/error.cc:443
3022
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3025
#: ../drizzled/error.cc:444
3027
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3030
#: ../drizzled/error.cc:445
3032
msgid "Incorrect %-.32s value: '%-.128s'"
3035
#: ../drizzled/error.cc:446
3037
msgid "Table has no partition for value %-.64s"
3040
#: ../drizzled/error.cc:447
3041
msgid "Writing one row to the row-based binary log failed"
3044
#: ../drizzled/error.cc:448
3046
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3049
#: ../drizzled/error.cc:449
3052
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3053
"d would lead to a duplicate entry"
3056
#: ../drizzled/error.cc:450
3058
"Transaction isolation level can't be changed while a transaction is in "
3062
#: ../drizzled/error.cc:451
3064
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3067
#: ../drizzled/error.cc:452
3069
msgid "Incorrect parameters in the call to native function '%-.192s'"
3072
#: ../drizzled/error.cc:453
3074
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3077
#: ../drizzled/error.cc:454
3079
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3082
#: ../drizzled/error.cc:455
3084
msgid "Received an invalid value '%s' for a UNIX timestamp."
3087
#: ../drizzled/error.cc:456
3089
msgid "Received an invalid datetime value '%s'."
3092
#: ../drizzled/error.cc:457
3094
msgid "Received a NULL argument for function '%s'."
3097
#: ../drizzled/error.cc:458
3099
msgid "Received an out-of-range argument '%s' for function '%s'."
3102
#: ../drizzled/error.cc:459
3104
msgid "Received an invalid enum value '%s'."
3107
#: ../drizzled/error.cc:460
3108
msgid "Tables which are replicated require a primary key."
3111
#: ../drizzled/error.cc:461
3113
msgid "Corrupt or invalid table definition: %s"
3116
#: ../drizzled/error.cc:462
3118
msgid "Corrupt or invalid schema definition for %s : %s"
3121
#: ../drizzled/error.cc:463
3123
msgid "Schema does not exist: %s"
3126
#: ../drizzled/error.cc:464
3128
msgid "Error altering schema: %s"
3131
#: ../drizzled/error.cc:465
3133
msgid "Error droppping Schema : %s"
3136
#: ../drizzled/error.cc:466
3137
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3140
#: ../drizzled/error.cc:467
3142
msgid "Unknown table engine option key/pair %s = %s."
3145
#: ../drizzled/error.cc:468
3147
msgid "Unknown schema engine option key/pair %s = %s."
3150
#: ../drizzled/error.cc:470
3151
msgid "Admin access not allowed from this username/IP address."
3154
#. User lock/barrier error messages
3155
#: ../drizzled/error.cc:473
3156
msgid "wait() can not be called on session owning user defined barrier."
3159
#: ../drizzled/error.cc:474
3160
msgid "Unknown user defined barrier requested."
3163
#: ../drizzled/error.cc:475
3164
msgid "Session does not own user defined barrier."
3167
#: ../drizzled/error.cc:476
3168
msgid "Session can not wait on a user defined lock owned by the session."
3171
#: ../drizzled/error.cc:477
3172
msgid "Session does not own user defined lock."
3175
#: ../drizzled/error.cc:479
3176
msgid "Invalid name for user defined barrier."
3179
#: ../drizzled/error.cc:480
3180
msgid "Invalid name for user defined lock."
3183
#: ../drizzled/error.cc:482
3185
"Either a DEFAULt value or NULL NULL description is required for a new column "
3186
"if table is not empty"
3189
#: ../drizzled/error.cc:485
3191
msgid "Can't unlock file (Errcode: %d)"
3194
#: ../drizzled/error.cc:486
3196
msgid "Can't change size of file (Errcode: %d)"
3199
#: ../drizzled/error.cc:487
3201
msgid "Can't open stream from handle (Errcode: %d)"
3204
#: ../drizzled/error.cc:488
3206
msgid "Warning: '%s' had %d links"
3209
#: ../drizzled/error.cc:489
3211
msgid "Warning: %d files and %d streams is left open\n"
3214
#: ../drizzled/error.cc:490
3216
msgid "Can't create directory '%s' (Errcode: %d)"
3219
#: ../drizzled/error.cc:491
3222
"Character set '%s' is not a compiled character set and is not specified in "
3226
#: ../drizzled/error.cc:492
3228
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3231
#: ../drizzled/error.cc:493
3233
msgid "Can't read value for symlink '%s' (Error %d)"
3236
#: ../drizzled/error.cc:494
3238
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3241
#: ../drizzled/error.cc:495
3243
msgid "Error on realpath() on '%s' (Error %d)"
3246
#: ../drizzled/error.cc:496
3248
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3251
#: ../drizzled/error.cc:497
3254
"Collation '%s' is not a compiled collation and is not specified in the %s "
3258
#: ../drizzled/error.cc:498
3260
msgid "File '%s' (fileno: %d) was not closed"
3264
#: ../drizzled/error.cc:501
3265
msgid "Received an invalid UUID value"
3268
#: ../drizzled/error.cc:502
3269
msgid "The UUID was not created with a valid time"
3272
#: ../drizzled/identifier/schema.cc:56 ../drizzled/identifier/table.cc:215
3274
"Schema name cannot be encoded and fit within filesystem name length "
3278
#: ../drizzled/identifier/table.cc:232
3280
"Table name cannot be encoded and fit within filesystem name length "
3286
#. * Since clients still use this code, we use fprintf here.
3287
#. * This fprintf needs to be turned into errmsg_printf
3288
#. * as soon as the client programs no longer use mysys
3289
#. * and can use the pluggable error message system.
3291
#: ../drizzled/internal/default.cc:687
3293
msgid "error: could not open directory: %s\n"
3296
#: ../drizzled/main.cc:160
3298
"setrlimit could not change the size of core files to 'infinity'; We may not "
3299
"be able to generate a core file on signals"
3302
#: ../drizzled/main.cc:272
3304
msgid "Data directory %s does not exist\n"
3307
#: ../drizzled/main.cc:283
3309
msgid "Local catalog %s/local does not exist\n"
3312
#: ../drizzled/message/transaction_writer.cc:365
3314
msgid "Usage: %s TRANSACTION_LOG\n"
3317
#: ../drizzled/message/transaction_writer.cc:371
3319
msgid "Cannot open file: %s\n"
3322
#: ../drizzled/module/library.cc:149
3325
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3326
"the current running version of Drizzle: %<PRIu64>."
3329
#: ../drizzled/module/loader.cc:180
3332
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3336
#: ../drizzled/module/loader.cc:227
3338
msgid "Plugin '%s' init function returned error.\n"
3341
#: ../drizzled/module/loader.cc:454
3343
msgid "Couldn't load plugin library named '%s'.\n"
3346
#: ../drizzled/module/loader.cc:464
3348
msgid "Couldn't load plugin named '%s'.\n"
3351
#: ../drizzled/module/registry.h:102
3353
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3356
#: ../drizzled/module/registry.h:111
3358
msgid "Fatal error: Failed initializing %s plugin.\n"
3361
#: ../drizzled/option.cc:84
3365
#: ../drizzled/option.cc:86
3369
#: ../drizzled/option.cc:337
3371
msgid "%s: %s: Option '%s' used, but is disabled\n"
3374
#: ../drizzled/option.cc:339
3378
#: ../drizzled/option.cc:441
3380
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3383
#: ../drizzled/option.cc:769
3385
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3388
#: ../drizzled/option.cc:962
3390
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3393
#: ../drizzled/option.cc:1194
3395
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3398
#: ../drizzled/option.cc:1214
3402
"Variables (--variable-name=value)\n"
3403
"and boolean options {false|true} Value (after reading options)\n"
3404
"--------------------------------- -----------------------------\n"
3407
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3408
msgid "(No default value)"
3411
#: ../drizzled/option.cc:1249
3415
#: ../drizzled/option.cc:1249
3419
#: ../drizzled/option.cc:1282
3421
msgid "(Disabled)\n"
3424
#: ../drizzled/plugin/error_message.cc:81
3426
msgid "errmsg plugin '%s' errmsg() failed"
3429
#: ../drizzled/plugin/event_observer.cc:133
3432
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3433
"'%s' from EventObserver plugin '%s'"
3436
#: ../drizzled/plugin/event_observer.cc:200
3438
"EventObserver::registerTableEvents(): Table already has events registered on "
3439
"it: probable programming error."
3442
#: ../drizzled/plugin/event_observer.cc:335
3444
"EventObserver::registerSessionEvents(): Session already has events "
3445
"registered on it: probable programming error."
3448
#: ../drizzled/plugin/event_observer.cc:387
3450
msgid "EventIterate event handler '%s' failed for event '%s'"
3453
#: ../drizzled/plugin/function.cc:46
3455
msgid "A function named %s already exists!\n"
3458
#: ../drizzled/plugin/function.cc:55
3459
msgid "Could not add Function!\n"
3462
#: ../drizzled/plugin/listen.cc:67
3463
msgid "Error getting file descriptors"
3466
#: ../drizzled/plugin/listen.cc:85
3467
msgid "No sockets could be bound for listening"
3470
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:315
3472
msgid "pipe() failed with errno %d"
3475
#: ../drizzled/plugin/listen.cc:121
3477
msgid "poll() failed with errno %d"
3480
#: ../drizzled/plugin/listen_tcp.cc:59
3482
msgid "accept() failed with errno %d"
3485
#: ../drizzled/plugin/listen_tcp.cc:95
3487
msgid "getaddrinfo() failed with error %s"
3490
#: ../drizzled/plugin/listen_tcp.cc:127
3492
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3495
#: ../drizzled/plugin/listen_tcp.cc:138
3497
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3500
#: ../drizzled/plugin/listen_tcp.cc:147
3502
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3505
#: ../drizzled/plugin/listen_tcp.cc:156
3507
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3510
#: ../drizzled/plugin/listen_tcp.cc:165
3512
msgid "setsockopt(SO_LINGER) failed with errno %d"
3515
#: ../drizzled/plugin/listen_tcp.cc:174
3517
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3520
#: ../drizzled/plugin/listen_tcp.cc:195
3522
msgid "Retrying bind() on %u\n"
3525
#: ../drizzled/plugin/listen_tcp.cc:202
3527
msgid "bind() failed with errno: %d\n"
3530
#: ../drizzled/plugin/listen_tcp.cc:205
3531
msgid "Do you already have another drizzled running?\n"
3534
#: ../drizzled/plugin/listen_tcp.cc:212
3536
msgid "listen() failed with errno %d\n"
3539
#: ../drizzled/plugin/listen_tcp.cc:218
3541
msgid "Listening on %s:%s\n"
3544
#: ../drizzled/plugin/logging.cc:65
3546
msgid "logging '%s' pre() failed"
3549
#: ../drizzled/plugin/logging.cc:90
3551
msgid "logging '%s' post() failed"
3554
#: ../drizzled/plugin/logging.cc:114
3556
msgid "logging '%s' postEnd() failed"
3559
#: ../drizzled/plugin/logging.cc:137
3561
msgid "logging '%s' resetCurrentScoreboard() failed"
3564
#: ../drizzled/plugin/scheduler.cc:62
3567
"Attempted to register a scheduler %s, but a scheduler has already been "
3568
"registered with that name.\n"
3571
#: ../drizzled/plugin/scheduler.cc:99
3573
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3576
#: ../drizzled/plugin/schema_engine.cc:131
3578
msgid "Error while loading database options: '%s':"
3581
#: ../drizzled/plugin/xa_resource_manager.cc:115
3583
msgid "Found %d prepared transaction(s) in resource manager."
3586
#: ../drizzled/plugin/xa_resource_manager.cc:182
3587
msgid "Starting crash recovery..."
3590
#: ../drizzled/plugin/xa_resource_manager.cc:192
3592
msgid "Found %d prepared XA transactions"
3595
#: ../drizzled/plugin/xa_resource_manager.cc:197
3598
"Found %d prepared transactions! It means that drizzled was not shut down "
3599
"properly last time and critical recovery information (last binlog or %s "
3600
"file) was manually deleted after a crash. You have to start drizzled with "
3601
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3604
#: ../drizzled/plugin/xa_resource_manager.cc:207
3605
msgid "Crash recovery finished."
3608
#: ../drizzled/replication_services.cc:94
3610
"You registered a TransactionApplier plugin but no TransactionReplicator "
3611
"plugins were registered.\n"
3614
#: ../drizzled/replication_services.cc:125
3617
"You registered a TransactionApplier plugin but no TransactionReplicator "
3618
"plugins were registered that match the requested replicator name of '%s'.\n"
3619
"We have deactivated the TransactionApplier '%s'.\n"
3622
#: ../drizzled/session.cc:1989 ../drizzled/session.cc:2007
3624
msgid "Could not remove temporary table: '%s', error: %d"
3627
#: ../drizzled/signal_handler.cc:52
3629
msgid "Got signal %d from thread %<PRIu32>"
3632
#: ../drizzled/signal_handler.cc:118
3634
msgid "Fatal signal %d while backtracing\n"
3637
#: ../drizzled/signal_handler.cc:127
3639
msgid "Fatal: time() call failed\n"
3642
#: ../drizzled/signal_handler.cc:133
3645
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3646
"This could be because you hit a bug. It is also possible that this binary\n"
3647
" or one of the libraries it was linked against is corrupt, improperly "
3649
" or misconfigured. This error can also be caused by malfunctioning "
3653
#: ../drizzled/signal_handler.cc:141
3656
"We will try our best to scrape up some info that will hopefully help "
3658
"the problem, but since we have already crashed, something is definitely "
3660
"and this may fail.\n"
3664
#: ../drizzled/signal_handler.cc:148
3667
"It is possible that drizzled could use up to \n"
3668
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3670
"Hope that's ok; if not, decrease some variables in the equation.\n"
3674
#: ../drizzled/sql_table.cc:1908
3676
msgid "Unknown - internal error %d during operation"
3679
#: ../drizzled/statement/alter_table.cc:1492
3682
"order_st BY ignored because there is a user-defined clustered index in the "
3686
#: ../drizzled/sys_var.cc:1560
3688
msgid "Variable named %s already exists!\n"
3691
#: ../drizzled/sys_var.cc:1569
3693
msgid "Could not add Variable: %s\n"
3696
#: ../drizzled/sys_var.cc:1668
3697
msgid "Failed to initialize system variables"
3700
#: ../drizzled/table.cc:1690
3702
msgid "Got error %d when reading table '%s'"
3705
#: ../drizzled/tztime.cc:173
3707
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3710
#: ../plugin/auth_file/auth_file.cc:227
3712
msgid "Could not load auth file: %s\n"
3715
#: ../plugin/auth_file/auth_file.cc:243
3716
msgid "File to load for usernames and passwords"
3719
#: ../plugin/auth_http/auth_http.cc:135
3721
"auth_http plugin loaded but required option url not specified. Against which "
3722
"URL are you intending on authenticating?\n"
3725
#: ../plugin/auth_http/auth_http.cc:151
3726
msgid "URL for HTTP Auth check"
3729
#: ../plugin/auth_ldap/auth_ldap.cc:291
3731
msgid "Reconnect failed: %s\n"
3734
#: ../plugin/auth_ldap/auth_ldap.cc:310
3736
msgid "ldap_search_ext_s failed: %s\n"
3739
#: ../plugin/auth_ldap/auth_ldap.cc:416
3741
msgid "Could not load auth ldap: %s\n"
3744
#: ../plugin/auth_ldap/auth_ldap.cc:437
3745
msgid "URI of the LDAP server to contact"
3748
#: ../plugin/auth_ldap/auth_ldap.cc:439
3749
msgid "DN to use when binding to the LDAP server"
3752
#: ../plugin/auth_ldap/auth_ldap.cc:441
3753
msgid "Password to use when binding the DN"
3756
#: ../plugin/auth_ldap/auth_ldap.cc:443
3757
msgid "DN to use when searching"
3760
#: ../plugin/auth_ldap/auth_ldap.cc:445
3761
msgid "Attribute in LDAP with plain text password"
3764
#: ../plugin/auth_ldap/auth_ldap.cc:447
3765
msgid "Attribute in LDAP with MySQL hashed password"
3768
#: ../plugin/auth_ldap/auth_ldap.cc:449
3769
msgid "How often to empty the users cache, 0 to disable"
3772
#: ../plugin/blitzdb/ha_blitz.cc:1507
3773
msgid "Estimated number of rows that a BlitzDB table will store."
3776
#: ../plugin/console/console.cc:351
3777
msgid "Enable the console."
3780
#: ../plugin/console/console.cc:354
3781
msgid "Turn on extra debugging."
3784
#: ../plugin/console/console.cc:357
3785
msgid "User to use for auth."
3788
#: ../plugin/console/console.cc:360
3789
msgid "Password to use for auth."
3792
#: ../plugin/console/console.cc:363
3793
msgid "Default database to use."
3796
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
3798
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3802
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
3803
#: ../plugin/mysql_protocol/mysql_protocol.cc:1006
3804
msgid "Connect Timeout."
3807
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
3808
#: ../plugin/mysql_protocol/mysql_protocol.cc:1009
3809
msgid "Read Timeout."
3812
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
3813
#: ../plugin/mysql_protocol/mysql_protocol.cc:1012
3814
msgid "Write Timeout."
3817
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
3818
#: ../plugin/mysql_protocol/mysql_protocol.cc:1015
3819
msgid "Retry Count."
3822
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
3823
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
3824
msgid "Buffer length."
3827
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
3828
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
3829
msgid "Address to bind to."
3832
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
3833
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
3834
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
3835
msgid "Maximum simultaneous connections."
3838
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
3839
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
3840
msgid "A restrictive IP address list for incoming admin connections."
3843
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
3844
msgid "Failed to send error message to libnotify\n"
3847
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
3848
msgid "Error Messages to stderr"
3851
#: ../plugin/filtered_replicator/filtered_replicator.cc:576
3852
msgid "List of schemas to filter"
3855
#: ../plugin/filtered_replicator/filtered_replicator.cc:579
3856
msgid "List of tables to filter"
3859
#: ../plugin/filtered_replicator/filtered_replicator.cc:582
3860
msgid "Regular expression to apply to schemas to filter"
3863
#: ../plugin/filtered_replicator/filtered_replicator.cc:585
3864
msgid "Regular expression to apply to tables to filter"
3867
#: ../plugin/haildb/haildb_engine.cc:1072
3868
#: ../plugin/haildb/haildb_engine.cc:1210
3869
#: ../plugin/haildb/haildb_engine.cc:1240
3871
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
3874
#: ../plugin/haildb/haildb_engine.cc:1091
3876
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
3879
#: ../plugin/haildb/haildb_engine.cc:1189
3880
#: ../plugin/haildb/haildb_engine.cc:1302
3881
#: ../plugin/haildb/haildb_engine.cc:1483
3882
#: ../plugin/haildb/haildb_engine.cc:2148
3884
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
3887
#: ../plugin/haildb/haildb_engine.cc:1341
3888
#: ../plugin/haildb/haildb_engine.cc:1357
3890
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
3893
#: ../plugin/haildb/haildb_engine.cc:3343
3895
msgid "Error starting HailDB %d (%s)\n"
3898
#: ../plugin/haildb/haildb_engine.cc:3372
3899
msgid "Disable HailDB adaptive hash index (enabled by default)."
3902
#: ../plugin/haildb/haildb_engine.cc:3374
3903
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
3906
#: ../plugin/haildb/haildb_engine.cc:3377
3908
"Size of a memory pool HailDB uses to store data dictionary information and "
3909
"other internal data structures."
3912
#: ../plugin/haildb/haildb_engine.cc:3380
3913
msgid "Data file autoextend increment in megabytes"
3916
#: ../plugin/haildb/haildb_engine.cc:3383
3918
"The size of the memory buffer HailDB uses to cache data and indexes of its "
3922
#: ../plugin/haildb/haildb_engine.cc:3386
3923
msgid "The common part for HailDB table spaces."
3926
#: ../plugin/haildb/haildb_engine.cc:3388
3927
msgid "Disable HailDB checksums validation (enabled by default)."
3930
#: ../plugin/haildb/haildb_engine.cc:3390
3931
msgid "Disable HailDB doublewrite buffer (enabled by default)."
3934
#: ../plugin/haildb/haildb_engine.cc:3393
3935
msgid "Number of IOPs the server can do. Tunes the background IO rate"
3938
#: ../plugin/haildb/haildb_engine.cc:3396
3940
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
3941
"are 0, 1 (faster) or 2 (fastest - crash-like)."
3944
#: ../plugin/haildb/haildb_engine.cc:3399
3945
msgid "Stores each HailDB table to an .ibd file in the database dir."
3948
#: ../plugin/haildb/haildb_engine.cc:3402
3949
msgid "File format to use for new tables in .ibd files."
3952
#: ../plugin/haildb/haildb_engine.cc:3405
3954
"Set to 0 (write and flush once per second),1 (write and flush at each "
3955
"commit) or 2 (write at commit, flush once per second)."
3958
#: ../plugin/haildb/haildb_engine.cc:3408
3959
msgid "With which method to flush data."
3962
#: ../plugin/haildb/haildb_engine.cc:3411
3964
"Helps to save your data in case the disk image of the database becomes "
3968
#: ../plugin/haildb/haildb_engine.cc:3414
3969
msgid "Path to individual files and their sizes."
3972
#: ../plugin/haildb/haildb_engine.cc:3417
3973
msgid "Path to HailDB log files."
3976
#: ../plugin/haildb/haildb_engine.cc:3420
3977
msgid "Size of each log file in a log group."
3980
#: ../plugin/haildb/haildb_engine.cc:3423
3982
"Number of log files in the log group. HailDB writes to the files in a "
3983
"circular fashion. Value 3 is recommended here."
3986
#: ../plugin/haildb/haildb_engine.cc:3426
3988
"Timeout in seconds an HailDB transaction may wait for a lock before being "
3989
"rolled back. Values above 100000000 disable the timeout."
3992
#: ../plugin/haildb/haildb_engine.cc:3429
3994
"The size of the buffer which HailDB uses to write log to the log files on "
3998
#: ../plugin/haildb/haildb_engine.cc:3432
4000
"Sets the point in the LRU list from where all pages are classified as old "
4004
#: ../plugin/haildb/haildb_engine.cc:3435
4006
"Milliseconds between accesses to a block at which it is made young. "
4007
"0=disabled (Advanced users)"
4010
#: ../plugin/haildb/haildb_engine.cc:3438
4011
msgid "Percentage of dirty pages allowed in bufferpool."
4014
#: ../plugin/haildb/haildb_engine.cc:3441
4015
msgid "Desired maximum length of the purge queue (0 = no limit)"
4018
#: ../plugin/haildb/haildb_engine.cc:3444
4020
"Roll back the complete transaction on lock wait timeout, for 4.x "
4021
"compatibility (disabled by default)"
4024
#: ../plugin/haildb/haildb_engine.cc:3447
4025
msgid "How many files at the maximum HailDB keeps open at the same time."
4028
#: ../plugin/haildb/haildb_engine.cc:3450
4029
msgid "Number of background read I/O threads in HailDB."
4032
#: ../plugin/haildb/haildb_engine.cc:3453
4033
msgid "Number of background write I/O threads in HailDB."
4036
#: ../plugin/haildb/haildb_engine.cc:3455
4038
"Disable if you want to reduce the number of messages written to the log "
4039
"(default: enabled)."
4042
#: ../plugin/haildb/haildb_engine.cc:3458
4043
msgid "Enable SHOW HAILDB STATUS output in the log"
4046
#: ../plugin/haildb/haildb_engine.cc:3461
4047
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4050
#: ../plugin/haildb/haildb_engine.cc:3463
4052
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4055
#: ../plugin/hello_events/hello_events.cc:401
4056
msgid "Enable Example Events Plugin"
4059
#: ../plugin/hello_events/hello_events.cc:404
4060
#: ../plugin/hello_events/hello_events.cc:407
4061
msgid "A comma delimited list of databases to watch"
4064
#: ../plugin/hello_events/hello_events.cc:410
4065
msgid "Before write row event observer call position"
4068
#: ../plugin/hello_events/hello_events.cc:413
4069
#: ../plugin/pbms/src/parameters_ms.cc:461
4070
msgid "Before update row event observer call position"
4073
#: ../plugin/hello_events/hello_events.cc:416
4074
msgid "After drop database event observer call position"
4077
#: ../plugin/hello_events/hello_events.cc:427
4078
msgid "An example events Plugin"
4081
#: ../plugin/innobase/handler/data_dictionary.cc:762
4083
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4086
#: ../plugin/innobase/handler/ha_innodb.cc:1915
4088
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4092
#: ../plugin/innobase/handler/ha_innodb.cc:2178
4094
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4098
#: ../plugin/innobase/handler/ha_innodb.cc:2222
4101
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4102
"or its equivalent numeric id"
4105
#: ../plugin/innobase/handler/ha_innodb.cc:9353
4106
msgid "Enable internal replication log."
4109
#: ../plugin/innobase/handler/ha_innodb.cc:9356
4111
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4112
"rolled back. Values above 100000000 disable the timeout."
4115
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4116
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4119
#: ../plugin/innobase/handler/ha_innodb.cc:9362
4121
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4122
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4125
#: ../plugin/innobase/handler/replication_dictionary.cc:111
4126
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4127
#: ../plugin/transaction_log/print_transaction_message.cc:177
4128
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4130
msgid "Unable to parse transaction. Got error: %s.\n"
4133
#: ../plugin/logging_gearman/logging_gearman.cc:186
4135
msgid "fail gearman_client_create(): %s"
4138
#: ../plugin/logging_gearman/logging_gearman.cc:197
4140
msgid "fail gearman_client_add_server(): %s"
4143
#: ../plugin/logging_gearman/logging_gearman.cc:303
4144
msgid "Hostname for logging to a Gearman server"
4147
#: ../plugin/logging_gearman/logging_gearman.cc:306
4148
msgid "Gearman Function to send logging to"
4151
#: ../plugin/logging_gearman/logging_gearman.cc:317
4152
msgid "Log queries to a Gearman server"
4155
#: ../plugin/logging_query/logging_query.cc:178
4157
msgid "fail open() fn=%s er=%s\n"
4160
#: ../plugin/logging_query/logging_query.cc:320
4161
msgid "Enable logging to CSV file"
4164
#: ../plugin/logging_query/logging_query.cc:323
4165
msgid "File to log to"
4168
#: ../plugin/logging_query/logging_query.cc:326
4169
msgid "PCRE to match the query against"
4172
#: ../plugin/logging_query/logging_query.cc:329 ../plugin/syslog/module.cc:107
4173
msgid "Threshold for logging slow queries, in microseconds"
4176
#: ../plugin/logging_query/logging_query.cc:332 ../plugin/syslog/module.cc:110
4177
msgid "Threshold for logging big queries, for rows returned"
4180
#: ../plugin/logging_query/logging_query.cc:335 ../plugin/syslog/module.cc:113
4181
msgid "Threshold for logging big queries, for rows examined"
4184
#: ../plugin/logging_query/logging_query.cc:346
4185
msgid "Log queries to a CSV file"
4188
#: ../plugin/logging_stats/logging_stats.cc:373
4189
msgid "Max number of users that will be logged"
4192
#: ../plugin/logging_stats/logging_stats.cc:376
4193
msgid "Max number of range locks to use for Scoreboard"
4196
#: ../plugin/logging_stats/logging_stats.cc:379
4197
msgid "Max number of concurrent sessions that will be logged"
4200
#: ../plugin/logging_stats/logging_stats.cc:380
4201
msgid "Enable Logging Statistics Collection"
4204
#: ../plugin/logging_stats/logging_stats.cc:389
4205
msgid "User Statistics as DATA_DICTIONARY tables"
4208
#: ../plugin/md5/md5.cc:99
4209
msgid "libgcrypt library version mismatch\n"
4212
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4213
#: ../plugin/memcached_stats/memcached_stats.cc:87
4214
msgid "List of memcached servers."
4217
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4218
msgid "Expiry time of memcached entries"
4221
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4222
msgid "Enable Memcached Query Cache"
4225
#: ../plugin/memcached_stats/analysis_table.cc:78
4226
#: ../plugin/memcached_stats/stats_table.cc:144
4227
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4230
#: ../plugin/memcached_stats/memcached_stats.cc:98
4231
msgid "Memcached Stats as I_S tables"
4234
#: ../plugin/memcached_stats/stats_table.cc:74
4237
"Unable get stats from memcached server %s. Got error from "
4238
"memcached_stat_servername()."
4241
#: ../plugin/memcached_stats/stats_table.cc:151
4242
msgid "Unable to create memcached struct. Got error from memcached_create()."
4245
#: ../plugin/memcached_stats/stats_table.cc:159
4248
"Unable to create memcached server list. Got error from "
4249
"memcached_servers_parse(%s)."
4252
#: ../plugin/multi_thread/multi_thread.cc:85
4253
msgid "Unable to get thread stack size\n"
4256
#: ../plugin/multi_thread/multi_thread.cc:177
4257
msgid "Maximum number of user threads available."
4260
#: ../plugin/myisam/ha_myisam.cc:533
4262
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4265
#: ../plugin/myisam/ha_myisam.cc:537
4267
msgid "Got an error from unknown thread, %s:%d"
4270
#: ../plugin/myisam/ha_myisam.cc:543
4271
msgid "Unknown thread accessing table"
4274
#: ../plugin/myisam/ha_myisam.cc:1507
4276
"Don't use the fast sort index method to created index if the temporary file "
4277
"would get bigger than this."
4280
#: ../plugin/myisam/ha_myisam.cc:1510
4282
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4283
"when creating indexes with CREATE INDEX or ALTER TABLE."
4286
#: ../plugin/myisam/my_handler_errors.cc:42
4287
msgid "Didn't find key on read or update"
4290
#: ../plugin/myisam/my_handler_errors.cc:43
4291
msgid "Duplicate key on write or update"
4294
#: ../plugin/myisam/my_handler_errors.cc:44
4295
msgid "Internal (unspecified) error in handler"
4298
#: ../plugin/myisam/my_handler_errors.cc:46
4300
"Someone has changed the row since it was read (while the table was locked to "
4304
#: ../plugin/myisam/my_handler_errors.cc:48
4305
msgid "Wrong index given to function"
4308
#: ../plugin/myisam/my_handler_errors.cc:49
4309
msgid "Index file is crashed"
4312
#: ../plugin/myisam/my_handler_errors.cc:50
4313
msgid "Record file is crashed"
4316
#: ../plugin/myisam/my_handler_errors.cc:51
4317
msgid "Out of memory in engine"
4320
#: ../plugin/myisam/my_handler_errors.cc:52
4321
msgid "Incorrect file format"
4324
#: ../plugin/myisam/my_handler_errors.cc:53
4325
msgid "Command not supported by database"
4328
#: ../plugin/myisam/my_handler_errors.cc:54
4329
msgid "Old database file"
4332
#: ../plugin/myisam/my_handler_errors.cc:55
4333
msgid "No record read before update"
4336
#: ../plugin/myisam/my_handler_errors.cc:56
4337
msgid "Record was already deleted (or record file crashed)"
4340
#: ../plugin/myisam/my_handler_errors.cc:57
4341
msgid "No more room in record file"
4344
#: ../plugin/myisam/my_handler_errors.cc:58
4345
msgid "No more room in index file"
4348
#: ../plugin/myisam/my_handler_errors.cc:59
4349
msgid "No more records (read after end of file)"
4352
#: ../plugin/myisam/my_handler_errors.cc:60
4353
msgid "Unsupported extension used for table"
4356
#: ../plugin/myisam/my_handler_errors.cc:61
4360
#: ../plugin/myisam/my_handler_errors.cc:62
4361
msgid "Wrong create options"
4364
#: ../plugin/myisam/my_handler_errors.cc:63
4365
msgid "Duplicate unique key or constraint on write or update"
4368
#: ../plugin/myisam/my_handler_errors.cc:64
4369
msgid "Unknown character set used in table"
4372
#: ../plugin/myisam/my_handler_errors.cc:65
4373
msgid "Conflicting table definitions in sub-tables of MERGE table"
4376
#: ../plugin/myisam/my_handler_errors.cc:66
4377
msgid "Table is crashed and last repair failed"
4380
#: ../plugin/myisam/my_handler_errors.cc:67
4381
msgid "Table was marked as crashed and should be repaired"
4384
#: ../plugin/myisam/my_handler_errors.cc:68
4385
msgid "Lock timed out; Retry transaction"
4388
#: ../plugin/myisam/my_handler_errors.cc:69
4389
msgid "Lock table is full; Restart program with a larger locktable"
4392
#: ../plugin/myisam/my_handler_errors.cc:70
4393
msgid "Updates are not allowed under a read only transactions"
4396
#: ../plugin/myisam/my_handler_errors.cc:71
4397
msgid "Lock deadlock; Retry transaction"
4400
#: ../plugin/myisam/my_handler_errors.cc:72
4401
msgid "Foreign key constraint is incorrectly formed"
4404
#: ../plugin/myisam/my_handler_errors.cc:73
4405
msgid "Cannot add a child row"
4408
#: ../plugin/myisam/my_handler_errors.cc:74
4409
msgid "Cannot delete a parent row"
4412
#: ../plugin/myisam/my_handler_errors.cc:75
4413
msgid "No savepoint with that name"
4416
#: ../plugin/myisam/my_handler_errors.cc:76
4417
msgid "Non unique key block size"
4420
#: ../plugin/myisam/my_handler_errors.cc:77
4421
msgid "The table does not exist in engine"
4424
#: ../plugin/myisam/my_handler_errors.cc:78
4425
msgid "The table already existed in storage engine"
4428
#: ../plugin/myisam/my_handler_errors.cc:79
4429
msgid "Could not connect to storage engine"
4432
#: ../plugin/myisam/my_handler_errors.cc:80
4433
msgid "Unexpected null pointer found when using spatial index"
4436
#: ../plugin/myisam/my_handler_errors.cc:81
4437
msgid "The table changed in storage engine"
4440
#: ../plugin/myisam/my_handler_errors.cc:82
4441
msgid "There's no partition in table for the given value"
4444
#: ../plugin/myisam/my_handler_errors.cc:83
4445
msgid "Row-based binlogging of row failed"
4448
#: ../plugin/myisam/my_handler_errors.cc:84
4449
msgid "Index needed in foreign key constraint"
4452
#: ../plugin/myisam/my_handler_errors.cc:85
4453
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4456
#: ../plugin/myisam/my_handler_errors.cc:86
4457
msgid "Table needs to be upgraded before it can be used"
4460
#: ../plugin/myisam/my_handler_errors.cc:87
4461
msgid "Table is read only"
4464
#: ../plugin/myisam/my_handler_errors.cc:88
4465
msgid "Failed to get next auto increment value"
4468
#: ../plugin/myisam/my_handler_errors.cc:89
4469
msgid "Failed to set row auto increment value"
4472
#: ../plugin/myisam/my_handler_errors.cc:90
4473
msgid "Unknown (generic) error from engine"
4476
#: ../plugin/myisam/my_handler_errors.cc:91
4477
msgid "Record is the same"
4480
#: ../plugin/myisam/my_handler_errors.cc:92
4481
msgid "It is not possible to log this statement"
4484
#: ../plugin/myisam/my_handler_errors.cc:93
4485
msgid "Tablespace exists"
4488
#: ../plugin/myisam/my_handler_errors.cc:94
4489
msgid "The event was corrupt, leading to illegal data being read"
4492
#: ../plugin/myisam/my_handler_errors.cc:95
4493
msgid "The table is of a new format not supported by this version"
4496
#: ../plugin/myisam/my_handler_errors.cc:96
4497
msgid "The event could not be processed no other handler error happened"
4500
#: ../plugin/myisam/my_handler_errors.cc:97
4501
msgid "Got a fatal error during initialzation of handler"
4504
#: ../plugin/myisam/my_handler_errors.cc:98
4505
msgid "File to short; Expected more data in file"
4508
#: ../plugin/myisam/my_handler_errors.cc:99
4509
msgid "Read page with wrong checksum"
4512
#. TODO: get a better message for these
4513
#: ../plugin/myisam/my_handler_errors.cc:101
4514
msgid "Lock or active transaction"
4517
#: ../plugin/myisam/my_handler_errors.cc:102
4518
msgid "No such table space"
4521
#: ../plugin/myisam/my_handler_errors.cc:103
4522
msgid "Tablespace not empty"
4525
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
4527
"Port number to use for connection or 0 for default to with MySQL protocol."
4530
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
4532
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4533
"the file is stale and should be removed?"
4536
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
4537
msgid "Path used for MySQL UNIX Socket Protocol."
4540
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
4541
msgid "Clobber socket file if one is there already."
4544
#: ../plugin/pbms/src/parameters_ms.cc:426
4545
msgid "Port number to use for connection or 0 for default PBMS port "
4548
#: ../plugin/pbms/src/parameters_ms.cc:429
4549
msgid "The maximum size of a BLOB repository file."
4552
#: ../plugin/pbms/src/parameters_ms.cc:432
4553
msgid "The maximum size of a temorary BLOB log file."
4556
#: ../plugin/pbms/src/parameters_ms.cc:435
4558
"A ':' delimited list of metadata header names to be used to initialize the "
4559
"pbms_metadata_header table when a database is created."
4562
#: ../plugin/pbms/src/parameters_ms.cc:439
4563
msgid "The percentage of garbage in a repository file before it is compacted."
4566
#: ../plugin/pbms/src/parameters_ms.cc:442
4568
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
4569
"after this time, unless committed to the database."
4572
#: ../plugin/pbms/src/parameters_ms.cc:445
4574
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
4578
#: ../plugin/pbms/src/parameters_ms.cc:448
4579
msgid "The next backup ID to use when backing up a PBMS database."
4582
#: ../plugin/pbms/src/parameters_ms.cc:451
4584
"A comma delimited list of tables to watch of the format: <database>."
4588
#: ../plugin/pbms/src/parameters_ms.cc:453
4589
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4592
#: ../plugin/pbms/src/parameters_ms.cc:457
4593
msgid "Before insert row event observer call position"
4596
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4597
msgid "Could not open socket, is rabbitmq running?"
4600
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
4601
msgid "Failed to allocate enough memory to transaction message\n"
4604
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
4606
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4609
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
4611
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4614
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
4615
msgid "Host name to connect to"
4618
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
4619
msgid "Port to connect to"
4622
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
4623
msgid "RabbitMQ virtualhost"
4626
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
4627
msgid "RabbitMQ username"
4630
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
4631
msgid "RabbitMQ password"
4634
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
4635
#: ../plugin/transaction_log/module.cc:270
4636
msgid "Name of the replicator plugin to use (default='default_replicator')"
4639
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
4640
msgid "Name of RabbitMQ exchange to publish to"
4643
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
4644
msgid "Name of RabbitMQ routing key to use"
4647
#: ../plugin/session_dictionary/processlist.cc:78
4651
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4653
msgid "syslog facility \"%s\" not known, using \"local0\""
4656
#: ../plugin/syslog/errmsg.cc:50
4658
msgid "syslog priority \"%s\" not known, using \"warn\""
4661
#: ../plugin/syslog/logging.cc:63
4663
msgid "syslog priority \"%s\" not known, using \"info\""
4666
#: ../plugin/syslog/module.cc:95
4667
msgid "Syslog Ident"
4670
#: ../plugin/syslog/module.cc:98
4671
msgid "Syslog Facility"
4674
#: ../plugin/syslog/module.cc:101
4675
msgid "Enable logging to syslog of the query log"
4678
#: ../plugin/syslog/module.cc:104
4679
msgid "Syslog Priority of query logging"
4682
#: ../plugin/syslog/module.cc:116
4683
msgid "Enable logging to syslog of the error messages"
4686
#: ../plugin/syslog/module.cc:119
4687
msgid "Syslog Priority of error messages"
4690
#: ../plugin/transaction_log/background_worker.cc:77
4692
msgid "Unable to create background worker thread. Got error %s.\n"
4695
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4696
#: ../plugin/transaction_log/print_transaction_message.cc:106
4697
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4699
msgid "Failed to open transaction log file %s. Got error: %s\n"
4702
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4703
#: ../plugin/transaction_log/print_transaction_message.cc:169
4704
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4705
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4707
msgid "Could not read transaction message.\n"
4710
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
4711
#: ../plugin/transaction_log/print_transaction_message.cc:170
4712
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4714
msgid "GPB ERROR: %s.\n"
4717
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4718
#: ../plugin/transaction_log/print_transaction_message.cc:171
4719
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4721
msgid "Raw buffer read: %s.\n"
4724
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4725
#: ../plugin/transaction_log/print_transaction_message.cc:179
4726
#: ../plugin/transaction_log/transaction_log_reader.cc:163
4728
msgid "BUFFER: %s\n"
4731
#: ../plugin/transaction_log/module.cc:171
4733
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
4736
#: ../plugin/transaction_log/module.cc:180
4738
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
4741
#: ../plugin/transaction_log/module.cc:192
4743
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
4746
#: ../plugin/transaction_log/module.cc:201
4748
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
4751
#: ../plugin/transaction_log/module.cc:216
4753
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
4756
#: ../plugin/transaction_log/module.cc:258
4757
msgid "DEBUGGING - Truncate transaction log"
4760
#: ../plugin/transaction_log/module.cc:261
4761
msgid "Enable CRC32 Checksumming of each written transaction log entry"
4764
#: ../plugin/transaction_log/module.cc:264
4765
msgid "Enable transaction log"
4768
#: ../plugin/transaction_log/module.cc:267
4769
msgid "Path to the file to use for transaction log"
4772
#: ../plugin/transaction_log/module.cc:273
4774
"0 == rely on operating system to sync log file (default), 1 == sync file at "
4775
"each transaction write, 2 == sync log file once per second"
4778
#: ../plugin/transaction_log/module.cc:276
4779
msgid "Number of slots for in-memory write buffers (default=8)."
4782
#: ../plugin/transaction_log/print_transaction_message.cc:135
4784
msgid "GPB message is not a valid type.\n"
4787
#: ../plugin/transaction_log/print_transaction_message.cc:155
4789
msgid "GPB message is not a valid size.\n"
4792
#: ../plugin/transaction_log/transaction_log.cc:114
4793
msgid "Failed to open transaction log file "
4796
#: ../plugin/transaction_log/transaction_log.cc:215
4799
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
4800
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
4803
#: ../plugin/transaction_log/transaction_log.cc:236
4805
msgid "Failed to sync log file. Got error: %s\n"
4808
#: ../plugin/transaction_log/transaction_log_reader.cc:119
4809
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
4811
msgid "Attempted to read record bigger than INT_MAX\n"
4814
#: ../plugin/transaction_log/transaction_log_reader.cc:139
4816
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4819
#: ../plugin/transaction_log/transaction_log_reader.cc:174
4821
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
4824
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
4825
msgid "Cannot open file: "
4828
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
4829
msgid "Could not skip to position "
4832
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
4833
msgid "Found a non-transaction message in log. Currently, not supported.\n"
4836
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
4837
msgid "Memory allocation failure trying to allocate "
4840
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
4844
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
4848
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
4854
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
4855
msgid "Unable to parse command. Got error: "
4858
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
4865
#: ../plugin/transaction_log/utilities/transaction_reader.cc:472
4866
msgid "Display help and exit"
4869
#: ../plugin/transaction_log/utilities/transaction_reader.cc:473
4870
msgid "Read from the innodb transaction log"
4873
#: ../plugin/transaction_log/utilities/transaction_reader.cc:479
4874
msgid "Password to use when connecting to server"
4877
#: ../plugin/transaction_log/utilities/transaction_reader.cc:482
4878
msgid "Perform checksum"
4881
#: ../plugin/transaction_log/utilities/transaction_reader.cc:483
4882
msgid "Ignore event messages"
4885
#: ../plugin/transaction_log/utilities/transaction_reader.cc:484
4886
msgid "Transaction log file"
4889
#: ../plugin/transaction_log/utilities/transaction_reader.cc:485
4890
msgid "Print raw Protobuf messages instead of SQL"
4893
#: ../plugin/transaction_log/utilities/transaction_reader.cc:488
4894
msgid "Start reading from the given file position"
4897
#: ../plugin/transaction_log/utilities/transaction_reader.cc:491
4898
msgid "Only output for the given transaction ID and later"
4901
#: ../plugin/transaction_log/utilities/transaction_reader.cc:494
4902
msgid "Only output for the given transaction ID"
4905
#: ../plugin/transaction_log/utilities/transaction_reader.cc:495
4906
msgid "Summarize message contents"
4909
#: ../plugin/transaction_log/utilities/transaction_reader.cc:529
4910
msgid "Cannot use --start-pos and --transaction-id together\n"
4913
#: ../plugin/transaction_log/utilities/transaction_reader.cc:535
4914
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
4917
#: ../plugin/transaction_log/utilities/transaction_reader.cc:635
4918
msgid "Checksum failed. Wanted "
4921
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637