1
# Telugu translation for drizzle
2
# Copyright (C) 2009 Rosetta Contributors and Canonical Ltd 2009
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: \n"
10
"POT-Creation-Date: 2010-12-07 12:00-0500\n"
11
"PO-Revision-Date: 2009-10-13 03:37+0000\n"
12
"Last-Translator: వీవెన్ (Veeven) <Unknown>\n"
13
"Language-Team: Telugu <te@li.org>\n"
16
"Content-Type: text/plain; charset=UTF-8\n"
17
"Content-Transfer-Encoding: 8bit\n"
18
"Plural-Forms: nplurals=2; plural=n != 1;\n"
19
"X-Launchpad-Export-Date: 2010-03-12 17:32+0000\n"
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: ../client/drizzle.cc:469
23
msgid "Synonym for `help'."
26
#: ../client/drizzle.cc:470
27
msgid "Clear command."
30
#: ../client/drizzle.cc:472
31
msgid "Reconnect to the server. Optional arguments are db and host."
34
#: ../client/drizzle.cc:474
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: ../client/drizzle.cc:476
40
msgid "Send command to drizzle server, display result vertically."
43
#: ../client/drizzle.cc:477
44
msgid "Exit drizzle. Same as quit."
47
#: ../client/drizzle.cc:478
48
msgid "Send command to drizzle server."
51
#: ../client/drizzle.cc:479
52
msgid "Display this help."
53
msgstr "ఈ సహాయాన్ని చూపిస్తుంది."
55
#: ../client/drizzle.cc:480
56
msgid "Disable pager, print to stdout."
59
#: ../client/drizzle.cc:481
60
msgid "Don't write into outfile."
63
#: ../client/drizzle.cc:483
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
#: ../client/drizzle.cc:484
68
msgid "Print current command."
71
#: ../client/drizzle.cc:485
72
msgid "Change your drizzle prompt."
75
#: ../client/drizzle.cc:486
79
#: ../client/drizzle.cc:487
80
msgid "Rebuild completion hash."
83
#: ../client/drizzle.cc:489
84
msgid "Execute an SQL script file. Takes a file name as an argument."
87
#: ../client/drizzle.cc:490
88
msgid "Get status information from the server."
91
#: ../client/drizzle.cc:492
92
msgid "Set outfile [to_outfile]. Append everything into given outfile."
95
#: ../client/drizzle.cc:494
96
msgid "Use another database. Takes database name as argument."
99
#: ../client/drizzle.cc:496
100
msgid "Shutdown the instance you are connected too."
103
#: ../client/drizzle.cc:498 ../client/drizzle.cc:1322
104
msgid "Show warnings after every statement."
107
#: ../client/drizzle.cc:500
108
msgid "Don't show warnings after every statement."
111
#: ../client/drizzle.cc:1150 ../client/drizzle.cc:3917
113
msgid "shutting down drizzled"
116
#: ../client/drizzle.cc:1152 ../client/drizzle.cc:3919
121
#: ../client/drizzle.cc:1161 ../client/drizzle.cc:1167
122
#: ../client/drizzle.cc:3928 ../client/drizzle.cc:3934
124
msgid "shutdown failed; error: '%s'"
127
#: ../client/drizzle.cc:1176 ../client/drizzle.cc:3943
132
#: ../client/drizzle.cc:1197
134
msgid "drizzled is alive\n"
137
#: ../client/drizzle.cc:1203
139
msgid "ping failed; error: '%s'"
142
#: ../client/drizzle.cc:1209
144
msgid "drizzled won't answer to ping, error: '%s'"
147
#: ../client/drizzle.cc:1258
148
msgid "Error: Invalid Value for connect_timeout"
151
#: ../client/drizzle.cc:1269
152
msgid "Error: Invalid Value for max_input_line"
155
#: ../client/drizzle.cc:1288 ../client/drizzledump.cc:475
156
msgid "Options used only in command line"
159
#: ../client/drizzle.cc:1290
161
msgid "Displays this help and exit."
162
msgstr "ఈ సహాయాన్ని చూపిస్తుంది."
164
#: ../client/drizzle.cc:1291
166
"Don't use history file. Disable interactive behavior. (Enables --silent)"
169
#: ../client/drizzle.cc:1293
170
msgid "Display column type information."
173
#: ../client/drizzle.cc:1295
175
"Preserve comments. Send comments to the server. The default is --skip-"
176
"comments (discard comments), enable with --comments"
179
#: ../client/drizzle.cc:1297
180
msgid "Print the output of a query (rows) vertically."
183
#: ../client/drizzle.cc:1299
184
msgid "Continue even if we get an sql error."
187
#: ../client/drizzle.cc:1301
189
"Enable named commands. Named commands mean this program's internal commands; "
190
"see drizzle> help . When enabled, the named commands can be used from any "
191
"line of the query, otherwise only from the first line, before an enter."
194
#: ../client/drizzle.cc:1303
195
msgid "Turn off beep on error."
198
#: ../client/drizzle.cc:1304
199
msgid "Do not write line numbers for errors."
202
#: ../client/drizzle.cc:1305
203
msgid "Do not write column names in results."
206
#: ../client/drizzle.cc:1307
208
"Don't write column names in results. WARNING: -N is deprecated, use long "
209
"version of this options instead."
212
#: ../client/drizzle.cc:1309
214
"Change the value of a variable. Please note that this option is deprecated; "
215
"you can set variables directly with --variable-name=value."
218
#: ../client/drizzle.cc:1311
219
msgid "Output in table format."
222
#: ../client/drizzle.cc:1313
223
msgid "Only allow UPDATE and DELETE that uses keys."
226
#: ../client/drizzle.cc:1315
227
msgid "Synonym for option --safe-updates, -U."
230
#: ../client/drizzle.cc:1317
231
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
234
#: ../client/drizzle.cc:1318 ../client/drizzledump.cc:499
235
#: ../drizzled/drizzled.cc:1236 ../drizzled/drizzled.cc:1861
236
msgid "Output version information and exit."
239
#: ../client/drizzle.cc:1320
240
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
243
#: ../client/drizzle.cc:1324
244
msgid "Number of lines before each import progress report."
247
#: ../client/drizzle.cc:1326
248
msgid "Ping the server to check if it's alive."
251
#: ../client/drizzle.cc:1328 ../drizzled/drizzled.cc:1155
252
msgid "Configuration file defaults are not used if no-defaults is set"
255
#: ../client/drizzle.cc:1331 ../client/drizzledump.cc:507
256
msgid "Options specific to the drizzle client"
259
#: ../client/drizzle.cc:1334
261
"Disable automatic rehashing. One doesn't need to use 'rehash' to get table "
262
"and field completion, but startup and reconnecting may take a longer time."
265
#: ../client/drizzle.cc:1336
267
"Automatically switch to vertical output mode if the result is wider than the "
271
#: ../client/drizzle.cc:1338
272
msgid "Database to use."
275
#: ../client/drizzle.cc:1340
279
#: ../client/drizzle.cc:1342
280
msgid "Delimiter to be used."
283
#: ../client/drizzle.cc:1344
284
msgid "Execute command and quit. (Disables --force and history file)"
287
#: ../client/drizzle.cc:1346
288
msgid "Enable LOAD DATA LOCAL INFILE."
291
#: ../client/drizzle.cc:1348
292
msgid "Flush buffer after each query."
295
#: ../client/drizzle.cc:1350
296
msgid "Ignore SIGINT (CTRL-C)"
299
#: ../client/drizzle.cc:1352
301
"Only update the default database. This is useful for skipping updates to "
302
"other database in the update log."
305
#: ../client/drizzle.cc:1354
307
"Pager to use to display results. If you don't supply an option the default "
308
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
309
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
310
"work in batch mode. Disable with --disable-pager. This option is disabled by "
314
#: ../client/drizzle.cc:1356
315
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
318
#: ../client/drizzle.cc:1358
319
msgid "Set the drizzle prompt to this value."
322
#: ../client/drizzle.cc:1360
324
"Don't cache result, print it row by row. This may slow down the server if "
325
"the output is suspended. Doesn't use history file."
328
#: ../client/drizzle.cc:1362
329
msgid "Write fields without conversion. Used with --batch."
332
#: ../client/drizzle.cc:1363
333
msgid "Do not reconnect if the connection is lost."
336
#: ../client/drizzle.cc:1365
337
msgid "Shutdown the server"
340
#: ../client/drizzle.cc:1366
342
"Be more silent. Print results with a tab as separator, each row on new line."
345
#: ../client/drizzle.cc:1368
347
"Append everything into outfile. See interactive help (\\h) also. Does not "
348
"work in batch mode. Disable with --disable-tee. This option is disabled by "
352
#: ../client/drizzle.cc:1370
353
msgid "Disable outfile. See interactive help (\\h) also."
356
#: ../client/drizzle.cc:1372
357
msgid "Number of seconds before connection timeout."
360
#: ../client/drizzle.cc:1374
361
msgid "Max length of input line"
364
#: ../client/drizzle.cc:1376
365
msgid "Automatic limit for SELECT when using --safe-updates"
368
#: ../client/drizzle.cc:1378
369
msgid "Automatic limit for rows in a join when using --safe-updates"
372
#: ../client/drizzle.cc:1381 ../client/drizzledump.cc:544
373
msgid "Options specific to the client"
376
#: ../client/drizzle.cc:1384
377
msgid "Connect to host"
380
#: ../client/drizzle.cc:1386
382
"Password to use when connecting to server. If password is not given it's "
383
"asked from the tty."
386
#: ../client/drizzle.cc:1388
388
"Port number to use for connection or 0 for default to, in order of "
389
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
392
#: ../client/drizzle.cc:1390 ../client/drizzledump.cc:553
393
#: ../plugin/transaction_log/utilities/transaction_reader.cc:431
394
msgid "User for login if not current user."
397
#: ../client/drizzle.cc:1392 ../client/drizzledump.cc:555
398
#: ../plugin/transaction_log/utilities/transaction_reader.cc:437
399
msgid "The protocol of connection (mysql or drizzle)."
402
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:567
403
msgid "Allowed Options"
406
#: ../client/drizzle.cc:1454 ../client/drizzle.cc:1461
408
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
411
#: ../client/drizzle.cc:1526 ../client/drizzle.cc:3813
412
msgid "DELIMITER cannot contain a backslash character"
415
#: ../client/drizzle.cc:1605 ../client/drizzledump.cc:666
416
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
417
#: ../client/drizzletest.cc:5611
418
msgid "Error: Unknown protocol"
421
#: ../client/drizzle.cc:1619
423
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
426
#: ../client/drizzle.cc:1665 ../client/drizzle.cc:4097
428
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
431
#: ../client/drizzle.cc:1671
434
"Copyright (C) 2008 Sun Microsystems\n"
435
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
436
"and you are welcome to modify and redistribute it under the GPL license\n"
439
#: ../client/drizzle.cc:1676
441
msgid "Usage: drizzle [OPTIONS] [database]\n"
444
#: ../client/drizzle.cc:1730
446
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
449
#: ../client/drizzle.cc:1739
452
"Your Drizzle connection id is %u\n"
453
"Connection protocol: %s\n"
454
"Server version: %s\n"
457
#: ../client/drizzle.cc:1773
459
msgid "Reading history-file %s\n"
462
#: ../client/drizzle.cc:1777
464
msgid "Couldn't allocate memory for temp histfile!\n"
467
#: ../client/drizzle.cc:1784
468
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
471
#: ../client/drizzle.cc:1794
475
#: ../client/drizzle.cc:1807
477
msgid "Writing history-file %s\n"
480
#: ../client/drizzle.cc:1815
484
#: ../client/drizzle.cc:1815
488
#: ../client/drizzle.cc:1865
489
msgid "Query aborted by Ctrl+C\n"
492
#: ../client/drizzle.cc:1949
494
msgid "Processing line: %<PRIu32>\n"
497
#: ../client/drizzle.cc:2167
498
msgid "Unknown command: "
501
#: ../client/drizzle.cc:2338
502
msgid "Not found a delimiter within max_input_line of input"
505
#: ../client/drizzle.cc:2587
507
"Reading table information for completion of table and column names\n"
508
"You can turn off this feature to get a quicker startup with -A\n"
512
#: ../client/drizzle.cc:2653
513
msgid "No connection. Trying to reconnect..."
516
#: ../client/drizzle.cc:2659
517
msgid "Can't connect to the server\n"
520
#: ../client/drizzle.cc:2743
521
msgid "List of all Drizzle commands:"
524
#: ../client/drizzle.cc:2747
527
"Note that all text commands must be first on line and end with '%s' or \\g"
530
#: ../client/drizzle.cc:2805
531
msgid "No query specified\n"
534
#: ../client/drizzle.cc:2820
535
msgid "Ignoring query to other database"
538
#: ../client/drizzle.cc:2870
542
#: ../client/drizzle.cc:2883
544
msgid "%ld row in set"
545
msgid_plural "%ld rows in set"
549
#: ../client/drizzle.cc:2892
553
#: ../client/drizzle.cc:2894
555
msgid "Query OK, %ld row affected"
556
msgid_plural "Query OK, %ld rows affected"
560
#: ../client/drizzle.cc:2966
561
msgid "popen() failed! defaulting PAGER to stdout!\n"
564
#: ../client/drizzle.cc:2988
566
msgid "Error logging to file '%s'\n"
569
#: ../client/drizzle.cc:2993
571
msgid "Logging to file '%s'\n"
574
#: ../client/drizzle.cc:3077
583
"Collation: %s (%u)\n"
591
#: ../client/drizzle.cc:3544
593
msgid "No previous outfile available, you must give a filename!\n"
596
#: ../client/drizzle.cc:3549
598
msgid "Currently logging to file '%s'\n"
601
#: ../client/drizzle.cc:3569
603
msgid "No outfile specified!\n"
606
#: ../client/drizzle.cc:3582
607
msgid "Outfile disabled.\n"
610
#: ../client/drizzle.cc:3609
611
msgid "Default pager wasn't set, using stdout.\n"
614
#: ../client/drizzle.cc:3629
616
msgid "PAGER set to '%s'\n"
619
#: ../client/drizzle.cc:3640
620
msgid "PAGER set to stdout\n"
623
#: ../client/drizzle.cc:3723
625
msgid "Connection id: %u"
628
#: ../client/drizzle.cc:3725
630
msgid "Current database: %.128s\n"
633
#: ../client/drizzle.cc:3726
638
#: ../client/drizzle.cc:3746
639
msgid "Usage: \\. <filename> | source <filename>"
642
#: ../client/drizzle.cc:3761
644
msgid "Failed to open file '%s', error: %d"
647
#: ../client/drizzle.cc:3769
648
msgid "Can't initialize LineBuffer"
651
#: ../client/drizzle.cc:3805
652
msgid "DELIMITER must be followed by a 'delimiter' character or string"
655
#: ../client/drizzle.cc:3838
656
msgid "USE must be followed by a database name"
659
#: ../client/drizzle.cc:3906
660
msgid "Database changed"
663
#: ../client/drizzle.cc:3952
664
msgid "Show warnings enabled."
667
#: ../client/drizzle.cc:3960
668
msgid "Show warnings disabled."
671
#: ../client/drizzle.cc:4104
675
"Connection id:\t\t%lu\n"
678
#: ../client/drizzle.cc:4116
680
msgid "Current database:\t%s\n"
683
#: ../client/drizzle.cc:4117
685
msgid "Current user:\t\t%s\n"
688
#: ../client/drizzle.cc:4123
689
msgid "SSL:\t\t\tNot in use"
692
#: ../client/drizzle.cc:4128
698
#: ../client/drizzle.cc:4135
701
"All updates ignored to this database\n"
704
#: ../client/drizzle.cc:4138
706
msgid "Current pager:\t\t%s\n"
709
#: ../client/drizzle.cc:4139
711
msgid "Using outfile:\t\t'%s'\n"
714
#: ../client/drizzle.cc:4140
716
msgid "Using delimiter:\t%s\n"
719
#: ../client/drizzle.cc:4141
721
msgid "Server version:\t\t%s\n"
724
#: ../client/drizzle.cc:4142
726
msgid "Protocol:\t\t%s\n"
729
#: ../client/drizzle.cc:4143
731
msgid "Protocol version:\t%d\n"
734
#: ../client/drizzle.cc:4144
736
msgid "Connection:\t\t%s\n"
739
#: ../client/drizzle.cc:4151
741
msgid "UNIX socket:\t\t%s\n"
744
#: ../client/drizzle.cc:4153
746
msgid "TCP port:\t\t%d\n"
749
#: ../client/drizzle.cc:4158
752
"Note that you are running in safe_update_mode:\n"
755
#: ../client/drizzle.cc:4160
758
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
760
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
762
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
763
" Max number of examined row combination in a join is set to: "
768
#: ../client/drizzle.cc:4222 ../drizzled/option.cc:339
773
#: ../client/drizzle.cc:4265
775
msgid "ERROR %d (%s): "
778
#: ../client/drizzle.cc:4267
783
#: ../client/drizzle.cc:4270
787
#: ../client/drizzle.cc:4403
791
#: ../client/drizzle.cc:4405
795
#: ../client/drizzle.cc:4411
799
#: ../client/drizzle.cc:4417
803
#: ../client/drizzle.cc:4518
807
#: ../client/drizzle.cc:4638
809
msgid "Returning to default PROMPT of %s\n"
812
#: ../client/drizzle.cc:4643
813
msgid "Memory allocation error. Not changing prompt\n"
816
#: ../client/drizzle.cc:4648
818
msgid "PROMPT set to '%s'\n"
821
#: ../client/drizzledump.cc:230
822
msgid "Error inserting into destination database"
825
#: ../client/drizzledump.cc:254
827
msgid "Got errno %d on write"
830
#: ../client/drizzledump.cc:299
833
"%s: You can't use --single-transaction and --lock-all-tables at the same "
837
#: ../client/drizzledump.cc:306
839
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
842
#: ../client/drizzledump.cc:374
843
msgid "-- Retrieving database structures..."
846
#: ../client/drizzledump.cc:478
848
"Dump all the databases. This will be same as --databases with all databases "
852
#: ../client/drizzledump.cc:480
853
msgid "Dump all the tablespaces."
856
#: ../client/drizzledump.cc:482
857
msgid "Use complete insert statements."
860
#: ../client/drizzledump.cc:484
862
"Flush logs file in server before starting dump. Note that if you dump many "
863
"databases at once (using the option --databases= or --all-databases), the "
864
"logs will be flushed for each database dumped. The exception is when using --"
865
"lock-all-tables in this case the logs will be flushed only once, "
866
"corresponding to the moment all tables are locked. So if you want your dump "
867
"and the log flush to happen at the same exact moment you should use --lock-"
868
"all-tables or --flush-logs"
871
#: ../client/drizzledump.cc:486
872
msgid "Continue even if we get an sql-error."
875
#: ../client/drizzledump.cc:487
877
msgid "Display this help message and exit."
878
msgstr "ఈ సహాయాన్ని చూపిస్తుంది."
880
#: ../client/drizzledump.cc:489
882
"Locks all tables across all databases. This is achieved by taking a global "
883
"read lock for the duration of the whole dump. Automatically turns --single-"
887
#: ../client/drizzledump.cc:491
889
"Creates a consistent snapshot by dumping all tables in a single transaction. "
890
"Works ONLY for tables stored in storage engines which support "
891
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
892
"be consistent for other storage engines. While a --single-transaction dump "
893
"is in process, to ensure a valid dump file (correct table contents), no "
894
"other connection should use the following statements: ALTER TABLE, DROP "
895
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
899
#: ../client/drizzledump.cc:493
901
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
902
"extended-insert and --disable-keys."
905
#: ../client/drizzledump.cc:494
906
msgid "Overrides option --databases (-B)."
909
#: ../client/drizzledump.cc:496
910
msgid "Number of rows before each output progress report (requires --verbose)."
913
#: ../client/drizzledump.cc:498
914
msgid "Print info about the various stages."
917
#: ../client/drizzledump.cc:500
918
msgid "Turn off Comments"
921
#: ../client/drizzledump.cc:501
922
msgid "Turn off create-options"
925
#: ../client/drizzledump.cc:502
926
msgid "Turn off extended-insert"
929
#: ../client/drizzledump.cc:503
930
msgid "Turn off dump date at the end of the output"
933
#: ../client/drizzledump.cc:504
934
msgid "Do not read from the configuration files"
937
#: ../client/drizzledump.cc:510
938
msgid "Add a 'DROP DATABASE' before each create."
941
#: ../client/drizzledump.cc:511
942
msgid "Do not add a 'drop table' before each create."
945
#: ../client/drizzledump.cc:513
947
"Give less verbose output (useful for debugging). Disables structure comments "
948
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
949
"set-names --skip-disable-keys"
952
#: ../client/drizzledump.cc:515
954
"To dump several databases. Note the difference in usage; In this case no "
955
"tables are given. All name arguments are regarded as databasenames. 'USE "
956
"db_name;' will be included in the output."
959
#: ../client/drizzledump.cc:517
961
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
962
"will not be put in the output."
965
#: ../client/drizzledump.cc:519
967
"Do not dump the specified table. To specify more than one table to ignore, "
968
"use the directive multiple times, once for each table. Each table must be "
969
"specified with both database and table names, e.g. --ignore-table=database."
973
#: ../client/drizzledump.cc:521
974
msgid "Insert rows with INSERT IGNORE."
977
#: ../client/drizzledump.cc:523
978
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
981
#: ../client/drizzledump.cc:525
983
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
984
"above line will be added otherwise, if --databases or --all-databases option "
988
#: ../client/drizzledump.cc:527
989
msgid "No row information."
992
#: ../client/drizzledump.cc:529
993
msgid "Use REPLACE INTO instead of INSERT INTO."
996
#: ../client/drizzledump.cc:531
997
msgid "Where to send output to (stdout|database"
1000
#: ../client/drizzledump.cc:533
1002
"Hostname for destination db server (requires --destination-type=database)"
1005
#: ../client/drizzledump.cc:535
1007
"Port number for destination db server (requires --destination-type=database)"
1010
#: ../client/drizzledump.cc:537
1012
"User name for destination db server (resquires --destination-type=database)"
1015
#: ../client/drizzledump.cc:539
1017
"Password for destination db server (requires --destination-type=database)"
1020
#: ../client/drizzledump.cc:541
1022
"The database in the destination db server (requires --destination-"
1023
"type=database, not for use with --all-databases)"
1026
#: ../client/drizzledump.cc:547
1027
msgid "Connect to host."
1030
#: ../client/drizzledump.cc:549
1032
"Password to use when connecting to server. If password is not given it's "
1033
"solicited on the tty."
1036
#: ../client/drizzledump.cc:551
1037
#: ../plugin/transaction_log/utilities/transaction_reader.cc:433
1038
msgid "Port number to use for connection."
1041
#: ../client/drizzledump.cc:558
1042
msgid "Hidden Options"
1045
#: ../client/drizzledump.cc:560
1046
msgid "Used to select the database"
1049
#: ../client/drizzledump.cc:561
1050
msgid "Used to select the tables"
1053
#: ../client/drizzledump.cc:564
1054
msgid "Allowed Options + Hidden Options"
1057
#: ../client/drizzledump.cc:628
1059
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1062
#: ../client/drizzledump.cc:633
1064
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1065
"and you are welcome to modify and redistribute it under the GPL license\n"
1068
#: ../client/drizzledump.cc:634
1069
msgid "Dumps definitions and data from a Drizzle database server"
1072
#: ../client/drizzledump.cc:635
1074
msgid "Usage: %s [OPTIONS] database [tables]\n"
1077
#: ../client/drizzledump.cc:636
1079
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1082
#: ../client/drizzledump.cc:638
1084
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1087
#: ../client/drizzledump.cc:679 ../client/drizzleimport.cc:484
1088
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5623
1090
msgid "Value supplied for port is not valid.\n"
1093
#: ../client/drizzledump.cc:734
1095
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1098
#: ../client/drizzledump_data.cc:263
1099
msgid "-- Retrieving data for "
1102
#: ../client/drizzledump_data.cc:295
1103
msgid " rows dumped for table "
1106
#: ../client/drizzledump_data.cc:542
1107
msgid "-- Connecting to "
1110
#: ../client/drizzledump_data.cc:542
1111
msgid " using protocol "
1114
#: ../client/drizzledump_data.cc:583 ../client/drizzledump_data.cc:589
1115
#: ../client/drizzledump_data.cc:620 ../client/drizzledump_data.cc:626
1116
msgid "Error executing query: "
1119
#: ../client/drizzledump_data.cc:597
1120
msgid "Could not buffer result: "
1123
#: ../client/drizzledump_data.cc:643
1124
msgid "Error: Could not set db '"
1127
#: ../client/drizzledump_data.cc:657 ../client/drizzledump_data.cc:662
1128
#: ../client/drizzledump_data.cc:668
1132
#: ../client/drizzledump_data.cc:677
1133
msgid "-- Disconnecting from "
1136
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1137
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1138
msgid "-- Retrieving table structures for "
1141
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1142
msgid "-- Retrieving fields for "
1145
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:277
1146
msgid "-- Retrieving indexes for "
1149
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:322
1150
msgid "-- Retrieving foreign keys for "
1153
#: ../client/drizzleslap.cc:2292
1155
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1158
#: ../client/drizzletest.cc:5364
1159
msgid "Error: Invalid Value for opt_max_connect_retries"
1162
#: ../client/drizzletest.cc:5374
1163
msgid "Error: Invalid Value for opt_tail_lines"
1166
#: ../client/drizzletest.cc:5384
1167
msgid "Error: Invalid Value for opt_sleep"
1170
#: ../client/drizzletest.cc:5575
1172
msgid "Could not open '%s' for reading: errno = %d"
1175
#: ../client/drizzletest.cc:5580
1177
msgid "Out of memory"
1180
#: ../drizzled/definition/table.cc:763
1182
msgid "Table %s has invalid/unknown collation: %d,%s"
1185
#: ../drizzled/definition/table.cc:1055
1187
msgid "ENUM column %s has greater than %d possible values"
1190
#: ../drizzled/definition/table.cc:1973
1192
msgid "Unknown collation '%s' in table '%-.64s' definition"
1195
#: ../drizzled/definition/table.cc:1980
1198
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
1202
#: ../drizzled/drizzled.cc:487
1206
#: ../drizzled/drizzled.cc:548
1207
msgid "One can only use the --user switch if running as root\n"
1210
#: ../drizzled/drizzled.cc:555
1212
"Fatal error: Please read \"Security\" section of the manual to find out how "
1213
"to run drizzled as root!\n"
1216
#: ../drizzled/drizzled.cc:575
1219
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1223
#: ../drizzled/drizzled.cc:600
1224
msgid "Set process group ID failed"
1227
#: ../drizzled/drizzled.cc:605
1228
msgid "Set process user ID failed"
1231
#: ../drizzled/drizzled.cc:617
1232
msgid "Process chroot failed"
1235
#: ../drizzled/drizzled.cc:729
1236
msgid "Error: Invalid Value for auto_increment_increment"
1239
#: ../drizzled/drizzled.cc:740
1240
msgid "Error: Invalid Value for auto_increment_offset"
1243
#: ../drizzled/drizzled.cc:751
1244
msgid "Error: Invalid Value for completion_type"
1247
#: ../drizzled/drizzled.cc:763
1248
msgid "Error: Invalid Value for div-precision-increment"
1251
#: ../drizzled/drizzled.cc:774
1252
msgid "Error: Invalid Value for group_concat_max_len"
1255
#: ../drizzled/drizzled.cc:785
1256
msgid "Error: Invalid Value for join_buffer_size"
1259
#: ../drizzled/drizzled.cc:797
1260
msgid "Error: Invalid Value for max_allowed_packet"
1263
#: ../drizzled/drizzled.cc:809
1264
msgid "Error: Invalid Value for max_connect_errors"
1267
#: ../drizzled/drizzled.cc:820
1268
msgid "Error: Invalid Value for max_error_count"
1271
#: ../drizzled/drizzled.cc:831
1272
msgid "Error: Invalid Value for max_heap_table_size"
1275
#: ../drizzled/drizzled.cc:843
1276
msgid "Error: Invalid Value for min_examined_row_limit"
1279
#: ../drizzled/drizzled.cc:854
1280
msgid "Error: Invalid Value for max_join_size"
1283
#: ../drizzled/drizzled.cc:865
1284
msgid "Error: Invalid Value for max_length_for_sort_data"
1287
#: ../drizzled/drizzled.cc:876
1288
msgid "Error: Invalid Value for max_seeks_for_key"
1291
#: ../drizzled/drizzled.cc:887
1292
msgid "Error: Invalid Value for max_sort_length"
1295
#: ../drizzled/drizzled.cc:898
1296
msgid "Error: Invalid Value for optimizer_search_depth"
1299
#: ../drizzled/drizzled.cc:909
1300
msgid "Error: Invalid Value for preload_buff_size"
1303
#: ../drizzled/drizzled.cc:920
1304
msgid "Error: Invalid Value for query_alloc_block_size"
1307
#: ../drizzled/drizzled.cc:932
1308
msgid "Error: Invalid Value for query_prealloc_size"
1311
#: ../drizzled/drizzled.cc:944
1312
msgid "Error: Invalid Value for range_alloc_block_size"
1315
#: ../drizzled/drizzled.cc:956
1316
msgid "Error: Invalid Value for read_buff_size"
1319
#: ../drizzled/drizzled.cc:968
1320
msgid "Error: Invalid Value for read_rnd_buff_size"
1323
#: ../drizzled/drizzled.cc:979
1324
msgid "Error: Invalid Value for sort_buff_size"
1327
#: ../drizzled/drizzled.cc:990
1328
msgid "Error: Invalid Value for table_def_size"
1331
#: ../drizzled/drizzled.cc:1001
1332
msgid "Error: Invalid Value for table_cache_size"
1335
#: ../drizzled/drizzled.cc:1012 ../drizzled/drizzled.cc:1028
1336
msgid "Error: Invalid Value for table_lock_wait_timeout"
1339
#: ../drizzled/drizzled.cc:1039
1341
"Error: Invalid Value for transaction_message_threshold valid values are "
1342
"between 131072 - 1048576 bytes"
1345
#: ../drizzled/drizzled.cc:1097
1347
msgid "Defaults file '%s' not found\n"
1350
#: ../drizzled/drizzled.cc:1139
1352
msgid "gethostname failed, using '%s' as hostname"
1355
#: ../drizzled/drizzled.cc:1153 ../drizzled/drizzled.cc:1744
1356
msgid "Display this help and exit."
1359
#: ../drizzled/drizzled.cc:1157
1360
msgid "Configuration file to use"
1363
#: ../drizzled/drizzled.cc:1159
1364
msgid "Base location for config files"
1367
#: ../drizzled/drizzled.cc:1161 ../drizzled/drizzled.cc:1968
1368
msgid "Directory for plugins."
1371
#: ../drizzled/drizzled.cc:1166 ../drizzled/drizzled.cc:1972
1373
"Optional comma separated list of plugins to load at startup in addition to "
1374
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1377
#: ../drizzled/drizzled.cc:1170 ../drizzled/drizzled.cc:1978
1379
"Optional comma separated list of plugins to not load at startup. Effectively "
1380
"removes a plugin from the list of plugins to be loaded. [for example: --"
1381
"plugin_remove=crc32,logger_gearman]"
1384
#: ../drizzled/drizzled.cc:1174 ../drizzled/drizzled.cc:1984
1386
"Optional comma separated list of plugins to load at starup instead of the "
1387
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1390
#: ../drizzled/drizzled.cc:1181 ../drizzled/drizzled.cc:1748
1391
msgid "Auto-increment columns are incremented by this"
1394
#: ../drizzled/drizzled.cc:1183 ../drizzled/drizzled.cc:1753
1396
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1400
#: ../drizzled/drizzled.cc:1185 ../drizzled/drizzled.cc:1759
1402
"Path to installation directory. All paths are usually resolved relative to "
1406
#: ../drizzled/drizzled.cc:1188 ../drizzled/drizzled.cc:1764
1407
msgid "Chroot drizzled daemon during startup."
1410
#: ../drizzled/drizzled.cc:1190 ../drizzled/drizzled.cc:1768
1411
msgid "Set the default collation."
1414
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1415
msgid "Default completion type."
1418
#: ../drizzled/drizzled.cc:1193 ../drizzled/drizzled.cc:1777
1419
msgid "Write core on errors."
1422
#: ../drizzled/drizzled.cc:1195 ../drizzled/drizzled.cc:1781
1423
msgid "Path to the database root."
1426
#: ../drizzled/drizzled.cc:1197
1427
msgid "Set the default storage engine for tables."
1430
#: ../drizzled/drizzled.cc:1199 ../drizzled/drizzled.cc:1788
1431
msgid "Set the default time zone."
1434
#: ../drizzled/drizzled.cc:1201 ../drizzled/drizzled.cc:1793
1435
msgid "Used for debugging; Use at your own risk!"
1438
#: ../drizzled/drizzled.cc:1203 ../drizzled/drizzled.cc:1798
1439
msgid "Set up signals usable for debugging"
1442
#: ../drizzled/drizzled.cc:1205 ../drizzled/drizzled.cc:1802
1443
msgid "Set the language used for the month names and the days of the week."
1446
#: ../drizzled/drizzled.cc:1207 ../drizzled/drizzled.cc:1807
1447
msgid "Log some not critical warnings to the log file."
1450
#: ../drizzled/drizzled.cc:1209 ../drizzled/drizzled.cc:1812
1451
msgid "Pid file used by drizzled."
1454
#: ../drizzled/drizzled.cc:1211
1455
msgid "Maximum time in seconds to wait for the port to become free. "
1458
#: ../drizzled/drizzled.cc:1213
1459
msgid "Include the SQL query in replicated protobuf messages."
1462
#: ../drizzled/drizzled.cc:1215 ../drizzled/drizzled.cc:1821
1464
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1465
"specified directory"
1468
#: ../drizzled/drizzled.cc:1218 ../drizzled/drizzled.cc:1826
1470
"Uniquely identifies the server instance in the community of replication "
1474
#: ../drizzled/drizzled.cc:1221 ../drizzled/drizzled.cc:1831
1475
msgid "Don't print a stack trace on failure."
1478
#: ../drizzled/drizzled.cc:1223 ../drizzled/drizzled.cc:1835
1479
msgid "Enable symbolic link support."
1482
#: ../drizzled/drizzled.cc:1225 ../drizzled/drizzled.cc:1844
1484
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1487
#: ../drizzled/drizzled.cc:1228 ../drizzled/drizzled.cc:1849
1488
msgid "Path for temporary files."
1491
#: ../drizzled/drizzled.cc:1230 ../drizzled/drizzled.cc:1853
1492
msgid "Default transaction isolation level."
1495
#: ../drizzled/drizzled.cc:1232
1497
"Max message size written to transaction log, valid values 131072 - 1048576 "
1501
#: ../drizzled/drizzled.cc:1234 ../drizzled/drizzled.cc:1857
1502
msgid "Run drizzled daemon as user."
1505
#: ../drizzled/drizzled.cc:1238 ../drizzled/drizzled.cc:1865
1507
"The number of outstanding connection requests Drizzle can have. This comes "
1508
"into play when the main Drizzle thread gets very many connection requests in "
1509
"a very short time."
1512
#: ../drizzled/drizzled.cc:1243 ../drizzled/drizzled.cc:1871
1514
"Size of tree cache used in bulk insert optimization. Note that this is a "
1518
#: ../drizzled/drizzled.cc:1246 ../drizzled/drizzled.cc:1877
1520
"Precision of the result of '/' operator will be increased on that value."
1523
#: ../drizzled/drizzled.cc:1249 ../drizzled/drizzled.cc:1883
1524
msgid "The maximum length of the result of function group_concat."
1527
#: ../drizzled/drizzled.cc:1251 ../drizzled/drizzled.cc:1888
1528
msgid "The size of the buffer that is used for full joins."
1531
#: ../drizzled/drizzled.cc:1254
1533
"A global cap on the amount of memory that can be allocated by session join "
1534
"buffers (0 means unlimited)"
1537
#: ../drizzled/drizzled.cc:1256 ../drizzled/drizzled.cc:1894
1538
msgid "Max packetlength to send/receive from to server."
1541
#: ../drizzled/drizzled.cc:1258 ../drizzled/drizzled.cc:1899
1543
"If there is more than this number of interrupted connections from a host "
1544
"this host will be blocked from further connections."
1547
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1904
1548
msgid "Max number of errors/warnings to store for a statement."
1551
#: ../drizzled/drizzled.cc:1263 ../drizzled/drizzled.cc:1909
1552
msgid "Don't allow creation of heap tables bigger than this."
1555
#: ../drizzled/drizzled.cc:1265 ../drizzled/drizzled.cc:1915
1557
"Joins that are probably going to read more than max_join_size records return "
1561
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1921
1562
msgid "Max number of bytes in sorted records."
1565
#: ../drizzled/drizzled.cc:1270 ../drizzled/drizzled.cc:1926
1566
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1569
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1931
1571
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1572
"max_sort_length bytes of each value are used; the rest are ignored)."
1575
#: ../drizzled/drizzled.cc:1276 ../drizzled/drizzled.cc:1938
1576
msgid "After this many write locks, allow some read locks to run in between."
1579
#: ../drizzled/drizzled.cc:1278 ../drizzled/drizzled.cc:1942
1581
"Don't log queries which examine less than min_examined_row_limit rows to "
1585
#: ../drizzled/drizzled.cc:1281
1587
"Do not apply any heuristic(s) during query optimization to prune, thus "
1588
"perform an exhaustive search from the optimizer search space."
1591
#: ../drizzled/drizzled.cc:1284 ../drizzled/drizzled.cc:1956
1593
"Maximum depth of search performed by the query optimizer. Values larger than "
1594
"the number of relations in a query result in better query plans, but take "
1595
"longer to compile a query. Smaller values than the number of tables in a "
1596
"relation result in faster optimization, but may produce very bad query "
1597
"plans. If set to 0, the system will automatically pick a reasonable value; "
1598
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1599
"(used for testing/comparison)."
1602
#: ../drizzled/drizzled.cc:1293 ../drizzled/drizzled.cc:1990
1603
msgid "The size of the buffer that is allocated when preloading indexes"
1606
#: ../drizzled/drizzled.cc:1296 ../drizzled/drizzled.cc:1995
1607
msgid "Allocation block size for query parsing and execution"
1610
#: ../drizzled/drizzled.cc:1299 ../drizzled/drizzled.cc:2000
1611
msgid "Persistent buffer for query parsing and execution"
1614
#: ../drizzled/drizzled.cc:1302 ../drizzled/drizzled.cc:2006
1615
msgid "Allocation block size for storing ranges during optimization"
1618
#: ../drizzled/drizzled.cc:1305 ../drizzled/drizzled.cc:2012
1620
"Each thread that does a sequential scan allocates a buffer of this size for "
1621
"each table it scans. If you do many sequential scans, you may want to "
1622
"increase this value."
1625
#: ../drizzled/drizzled.cc:1310
1626
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1629
#: ../drizzled/drizzled.cc:1313 ../drizzled/drizzled.cc:2020
1631
"When reading rows in sorted order after a sort, the rows are read through "
1632
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1636
#: ../drizzled/drizzled.cc:1318
1637
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1640
#: ../drizzled/drizzled.cc:1320 ../drizzled/drizzled.cc:2028
1641
msgid "Select scheduler to be used (by default multi-thread)."
1644
#: ../drizzled/drizzled.cc:1323 ../drizzled/drizzled.cc:2033
1645
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1648
#: ../drizzled/drizzled.cc:1326
1650
"A global cap on the amount of memory that can be allocated by session sort "
1651
"buffers (0 means unlimited)"
1654
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2039
1655
msgid "The number of cached table definitions."
1658
#: ../drizzled/drizzled.cc:1330 ../drizzled/drizzled.cc:2043
1659
msgid "The number of cached open tables."
1662
#: ../drizzled/drizzled.cc:1332 ../drizzled/drizzled.cc:2047
1664
"Timeout in seconds to wait for a table level lock before returning an error. "
1665
"Used only if the connection has active cursors."
1668
#: ../drizzled/drizzled.cc:1335 ../drizzled/drizzled.cc:2052
1669
msgid "The stack size for each thread."
1672
#: ../drizzled/drizzled.cc:1338 ../drizzled/drizzled.cc:2058
1674
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1675
"automatically convert it to an on-disk MyISAM table."
1678
#: ../drizzled/drizzled.cc:1361
1679
msgid "Duplicate entry for command line option\n"
1682
#: ../drizzled/drizzled.cc:1408 ../drizzled/drizzled.cc:1426
1683
#: ../drizzled/drizzled.cc:1460 ../drizzled/drizzled.cc:1468
1684
#: ../drizzled/drizzled.cc:1488
1688
"Use --help to get a list of available options\n"
1691
#: ../drizzled/drizzled.cc:1438
1692
msgid "Failed to initialize plugins\n"
1695
#: ../drizzled/drizzled.cc:1476
1699
"Use --help to get a list of available options\n"
1702
#: ../drizzled/drizzled.cc:1525
1703
msgid "Error getting default charset"
1706
#: ../drizzled/drizzled.cc:1555
1707
msgid "Error setting collation"
1710
#: ../drizzled/drizzled.cc:1563
1712
msgid "Unknown locale: '%s'"
1715
#: ../drizzled/drizzled.cc:1583
1716
msgid "Could not initialize table cache\n"
1719
#: ../drizzled/drizzled.cc:1598
1720
msgid "XA cache initialization failed: Out of memory\n"
1723
#: ../drizzled/drizzled.cc:1628
1724
msgid "No scheduler found, cannot continue!\n"
1727
#: ../drizzled/drizzled.cc:1652
1729
msgid "Unknown/unsupported storage engine: %s\n"
1732
#: ../drizzled/drizzled.cc:1784
1733
msgid "Set the default storage engine (table type) for tables."
1736
#: ../drizzled/drizzled.cc:1816
1738
"Maximum time in seconds to wait for the port to become free. (Default: no "
1742
#: ../drizzled/drizzled.cc:1948
1744
"Controls the heuristic(s) applied during query optimization to prune less-"
1745
"promising partial plans from the optimizer search space. Meaning: false - do "
1746
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1747
"based on number of retrieved rows."
1750
#: ../drizzled/drizzled.cc:2084
1752
"Copyright (C) 2008 Sun Microsystems\n"
1753
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1754
"and you are welcome to modify and redistribute it under the GPL license\n"
1758
#: ../drizzled/drizzled.cc:2091
1760
msgid "Usage: %s [OPTIONS]\n"
1763
#: ../drizzled/drizzled.cc:2214
1766
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1770
#: ../drizzled/drizzled.cc:2231
1771
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1774
#: ../drizzled/drizzled.cc:2244
1775
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1778
#: ../drizzled/drizzled.cc:2257
1779
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1782
#: ../drizzled/drizzled.cc:2270
1783
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1786
#: ../drizzled/error.cc:131
1788
msgid "Unknown error %d"
1791
#: ../drizzled/error.cc:207
1795
#: ../drizzled/error.cc:208
1799
#: ../drizzled/error.cc:209
1801
msgid "Can't create file '%-.200s' (errno: %d)"
1804
#: ../drizzled/error.cc:210
1806
msgid "Can't create table '%-.200s' (errno: %d)"
1809
#: ../drizzled/error.cc:211
1811
msgid "Can't create schema '%-.192s' (errno: %d)"
1814
#: ../drizzled/error.cc:212
1816
msgid "Can't create schema '%-.192s'; schema exists"
1819
#: ../drizzled/error.cc:213
1821
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1824
#: ../drizzled/error.cc:214
1826
msgid "Error on delete of '%-.192s' (errno: %d)"
1829
#: ../drizzled/error.cc:215
1831
msgid "Can't get status of '%-.200s' (errno: %d)"
1834
#: ../drizzled/error.cc:216
1836
msgid "Can't lock file (errno: %d)"
1839
#: ../drizzled/error.cc:217
1841
msgid "Can't open file: '%-.200s' (errno: %d)"
1844
#: ../drizzled/error.cc:218
1846
msgid "Can't find file: '%-.200s' (errno: %d)"
1849
#: ../drizzled/error.cc:219
1851
msgid "Can't read dir of '%-.192s' (errno: %d)"
1854
#: ../drizzled/error.cc:220
1856
msgid "Record has changed since last read in table '%-.192s'"
1859
#: ../drizzled/error.cc:221
1861
msgid "Disk full (%s); waiting for someone to free some space..."
1864
#: ../drizzled/error.cc:222
1866
msgid "Can't write; duplicate key in table '%-.192s'"
1869
#: ../drizzled/error.cc:223
1871
msgid "Error on close of '%-.192s' (errno: %d)"
1874
#: ../drizzled/error.cc:224
1876
msgid "Error reading file '%-.200s' (errno: %d)"
1879
#: ../drizzled/error.cc:225
1881
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1884
#: ../drizzled/error.cc:226
1886
msgid "Error writing file '%-.200s' (errno: %d)"
1889
#: ../drizzled/error.cc:227
1891
msgid "'%-.192s' is locked against change"
1894
#: ../drizzled/error.cc:228
1895
msgid "Sort aborted"
1898
#: ../drizzled/error.cc:229
1900
msgid "Got error %d from storage engine"
1903
#: ../drizzled/error.cc:230
1905
msgid "Table storage engine for '%-.192s' doesn't have this option"
1908
#: ../drizzled/error.cc:231
1910
msgid "Can't find record in '%-.192s'"
1913
#: ../drizzled/error.cc:232
1915
msgid "Incorrect information in file: '%-.200s'"
1918
#: ../drizzled/error.cc:233
1920
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1923
#: ../drizzled/error.cc:234
1925
msgid "Old key file for table '%-.192s'; repair it!"
1928
#: ../drizzled/error.cc:235
1930
msgid "Table '%-.192s' is read only"
1933
#: ../drizzled/error.cc:236
1935
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1938
#: ../drizzled/error.cc:237
1939
msgid "Out of sort memory; increase server sort buffer size"
1942
#: ../drizzled/error.cc:238
1943
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1946
#: ../drizzled/error.cc:239
1947
msgid "Global join memory constraint hit; increase join-heap-threshold"
1950
#: ../drizzled/error.cc:240
1951
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1954
#: ../drizzled/error.cc:241
1955
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1958
#: ../drizzled/error.cc:242
1960
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1963
#: ../drizzled/error.cc:243
1964
msgid "Too many connections"
1967
#: ../drizzled/error.cc:244
1969
"Out of memory; check if drizzled or some other process uses all available "
1970
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1971
"memory or you can add more swap space"
1974
#: ../drizzled/error.cc:245
1975
msgid "Can't get hostname for your address"
1978
#: ../drizzled/error.cc:246
1979
msgid "Bad handshake"
1982
#: ../drizzled/error.cc:247
1984
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
1987
#: ../drizzled/error.cc:248
1989
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1992
#: ../drizzled/error.cc:249
1993
msgid "No schema selected"
1996
#: ../drizzled/error.cc:250
1997
msgid "Unknown command"
2000
#: ../drizzled/error.cc:251
2002
msgid "Column '%-.192s' cannot be null"
2005
#: ../drizzled/error.cc:252
2007
msgid "Unknown schema '%-.192s'"
2010
#: ../drizzled/error.cc:253
2012
msgid "Table '%-.192s' already exists"
2015
#: ../drizzled/error.cc:254
2017
msgid "Unknown table '%-.100s'"
2020
#: ../drizzled/error.cc:255
2022
msgid "Column '%-.192s' in %-.192s is ambiguous"
2025
#: ../drizzled/error.cc:256
2026
msgid "Server shutdown in progress"
2029
#: ../drizzled/error.cc:257
2031
msgid "Unknown column '%-.192s' in '%-.192s'"
2034
#: ../drizzled/error.cc:258
2036
msgid "'%-.192s' isn't in GROUP BY"
2039
#: ../drizzled/error.cc:259
2041
msgid "Can't group on '%-.192s'"
2044
#: ../drizzled/error.cc:260
2045
msgid "Statement has sum functions and columns in same statement"
2048
#: ../drizzled/error.cc:261
2049
msgid "Column count doesn't match value count"
2052
#: ../drizzled/error.cc:262
2054
msgid "Identifier name '%-.100s' is too long"
2057
#: ../drizzled/error.cc:263
2059
msgid "Duplicate column name '%-.192s'"
2062
#: ../drizzled/error.cc:264
2064
msgid "Duplicate key name '%-.192s'"
2067
#: ../drizzled/error.cc:265
2069
msgid "Duplicate entry '%-.192s' for key %d"
2072
#: ../drizzled/error.cc:266
2074
msgid "Incorrect column specifier for column '%-.192s'"
2077
#: ../drizzled/error.cc:267
2079
msgid "%s near '%-.80s' at line %d"
2082
#: ../drizzled/error.cc:268
2083
msgid "Query was empty"
2086
#: ../drizzled/error.cc:269
2088
msgid "Not unique table/alias: '%-.192s'"
2091
#: ../drizzled/error.cc:270
2093
msgid "Invalid default value for '%-.192s'"
2096
#: ../drizzled/error.cc:271
2097
msgid "Multiple primary key defined"
2100
#: ../drizzled/error.cc:272
2102
msgid "Too many keys specified; max %d keys allowed"
2105
#: ../drizzled/error.cc:273
2107
msgid "Too many key parts specified; max %d parts allowed"
2110
#: ../drizzled/error.cc:274
2112
msgid "Specified key was too long; max key length is %d bytes"
2115
#: ../drizzled/error.cc:275
2117
msgid "Key column '%-.192s' doesn't exist in table"
2120
#: ../drizzled/error.cc:276
2123
"BLOB column '%-.192s' can't be used in key specification with the used table "
2127
#: ../drizzled/error.cc:277
2130
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2134
#: ../drizzled/error.cc:278
2136
"Incorrect table definition; there can be only one auto column and it must be "
2140
#: ../drizzled/error.cc:279
2142
msgid "%s: Normal shutdown\n"
2145
#: ../drizzled/error.cc:280
2147
msgid "%s: Got signal %d. Aborting!\n"
2150
#: ../drizzled/error.cc:281
2152
msgid "%s: Shutdown complete\n"
2155
#: ../drizzled/error.cc:282
2157
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2160
#: ../drizzled/error.cc:283
2161
msgid "Can't create IP socket"
2164
#: ../drizzled/error.cc:284
2167
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2171
#: ../drizzled/error.cc:285
2174
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2178
#: ../drizzled/error.cc:286
2180
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2183
#: ../drizzled/error.cc:287
2186
"The file '%-.128s' must be in the schema directory or be readable by all"
2189
#: ../drizzled/error.cc:288
2191
msgid "File '%-.200s' already exists"
2194
#: ../drizzled/error.cc:289
2196
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2199
#: ../drizzled/error.cc:290
2201
"Incorrect prefix key; the used key part isn't a string, the used length is "
2202
"longer than the key part, or the storage engine doesn't support unique "
2206
#: ../drizzled/error.cc:291
2207
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2210
#: ../drizzled/error.cc:292
2212
msgid "Can't DROP '%-.192s'; check that column/key exists"
2215
#: ../drizzled/error.cc:293
2217
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2220
#: ../drizzled/error.cc:294
2222
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2225
#. KILL session errors
2226
#: ../drizzled/error.cc:297
2228
msgid "Unknown session id: %lu"
2231
#: ../drizzled/error.cc:298
2233
msgid "You are not the owner of session %lu"
2236
#: ../drizzled/error.cc:299
2237
msgid "You cannot kill the session you are connected from."
2240
#: ../drizzled/error.cc:302
2241
msgid "No tables used"
2244
#: ../drizzled/error.cc:303
2246
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2249
#: ../drizzled/error.cc:304
2251
msgid "Incorrect schema name '%-.100s'"
2254
#: ../drizzled/error.cc:305
2256
msgid "Incorrect table name '%-.100s'"
2259
#: ../drizzled/error.cc:306
2261
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2262
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2265
#: ../drizzled/error.cc:307
2266
msgid "Unknown error"
2269
#: ../drizzled/error.cc:308
2271
msgid "Unknown procedure '%-.192s'"
2274
#: ../drizzled/error.cc:309
2276
msgid "Incorrect parameter count to procedure '%-.192s'"
2279
#: ../drizzled/error.cc:310
2281
msgid "Unknown table '%-.192s' in %-.32s"
2284
#: ../drizzled/error.cc:311
2286
msgid "Column '%-.192s' specified twice"
2289
#: ../drizzled/error.cc:312
2290
msgid "Invalid use of group function"
2293
#: ../drizzled/error.cc:313
2296
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2299
#: ../drizzled/error.cc:314
2300
msgid "A table must have at least 1 column"
2303
#: ../drizzled/error.cc:315
2305
msgid "The table '%-.192s' is full"
2308
#: ../drizzled/error.cc:316
2310
msgid "Too many tables; Drizzle can only use %d tables in a join"
2313
#: ../drizzled/error.cc:317
2314
msgid "Too many columns"
2317
#: ../drizzled/error.cc:318
2320
"Row size too large. The maximum row size for the used table type, not "
2321
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2324
#: ../drizzled/error.cc:319
2325
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2328
#: ../drizzled/error.cc:320
2331
"Table handler doesn't support NULL in given index. Please change column "
2332
"'%-.192s' to be NOT NULL or use another handler"
2335
#: ../drizzled/error.cc:321
2336
msgid "No paths allowed for plugin library"
2339
#: ../drizzled/error.cc:322
2341
msgid "Plugin '%-.192s' already exists"
2344
#: ../drizzled/error.cc:323
2346
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2349
#: ../drizzled/error.cc:324
2351
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2354
#: ../drizzled/error.cc:325
2356
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2359
#: ../drizzled/error.cc:326
2362
"Can't create a new thread (errno %d); if you are not out of available "
2363
"memory, you can consult the manual for a possible OS-dependent bug"
2366
#: ../drizzled/error.cc:327
2368
msgid "Column count doesn't match value count at row %ld"
2371
#: ../drizzled/error.cc:328
2373
msgid "Can't reopen table: '%-.192s'"
2376
#: ../drizzled/error.cc:329
2378
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2379
"illegal if there is no GROUP BY clause"
2382
#: ../drizzled/error.cc:330
2384
msgid "Table '%-.192s.%-.192s' doesn't exist"
2387
#: ../drizzled/error.cc:331
2389
"You have an error in your SQL syntax; check the manual that corresponds to "
2390
"your Drizzle server version for the right syntax to use"
2393
#: ../drizzled/error.cc:332
2394
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2397
#: ../drizzled/error.cc:333
2398
msgid "Got packets out of order"
2401
#: ../drizzled/error.cc:334
2402
msgid "The used table type doesn't support BLOB/TEXT columns"
2405
#: ../drizzled/error.cc:335
2406
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2409
#: ../drizzled/error.cc:336
2411
msgid "Incorrect column name '%-.100s'"
2414
#: ../drizzled/error.cc:337
2416
msgid "The used storage engine can't index column '%-.192s'"
2419
#: ../drizzled/error.cc:338
2421
"Unable to open underlying table which is differently defined or of non-"
2422
"MyISAM type or doesn't exist"
2425
#: ../drizzled/error.cc:339
2427
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2430
#: ../drizzled/error.cc:340
2433
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2436
#: ../drizzled/error.cc:341
2438
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2442
#: ../drizzled/error.cc:342
2443
msgid "Result consisted of more than one row"
2446
#: ../drizzled/error.cc:343
2447
msgid "This table type requires a primary key"
2450
#: ../drizzled/error.cc:344
2452
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2455
#: ../drizzled/error.cc:345
2456
msgid "Can't open table"
2459
#: ../drizzled/error.cc:346
2461
msgid "The storage engine for the table doesn't support %s"
2464
#: ../drizzled/error.cc:347
2466
msgid "Got error %d during COMMIT"
2469
#: ../drizzled/error.cc:348
2471
msgid "Got error %d during ROLLBACK"
2474
#. This is a very incorrect place to use the PRIi64 macro as the
2475
#. program that looks over the source for the N_() macros does not
2476
#. (obviously) do macro expansion, so the string is entirely wrong for
2477
#. what it is trying to output for every language except english.
2478
#: ../drizzled/error.cc:353
2481
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2485
#: ../drizzled/error.cc:354
2487
"Can't execute the given command because you have active locked tables or an "
2488
"active transaction"
2491
#: ../drizzled/error.cc:355
2493
msgid "Unknown system variable '%-.64s'"
2496
#: ../drizzled/error.cc:356
2498
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2501
#: ../drizzled/error.cc:357
2504
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2507
#: ../drizzled/error.cc:358
2508
msgid "Some non-transactional changed tables couldn't be rolled back"
2511
#: ../drizzled/error.cc:359
2512
msgid "You may only use constant expressions with SET"
2515
#: ../drizzled/error.cc:360
2516
msgid "Lock wait timeout exceeded; try restarting transaction"
2519
#: ../drizzled/error.cc:361
2520
msgid "The total number of locks exceeds the lock table size"
2523
#: ../drizzled/error.cc:362
2524
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2527
#: ../drizzled/error.cc:363
2528
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2531
#: ../drizzled/error.cc:364
2533
msgid "Incorrect arguments to %s"
2536
#: ../drizzled/error.cc:365
2537
msgid "Deadlock found when trying to get lock; try restarting transaction"
2540
#: ../drizzled/error.cc:366
2541
msgid "The used table type doesn't support FULLTEXT indexes"
2544
#: ../drizzled/error.cc:367
2545
msgid "Cannot add foreign key constraint"
2548
#: ../drizzled/error.cc:368
2549
msgid "Cannot add or update a child row: a foreign key constraint fails"
2552
#: ../drizzled/error.cc:369
2553
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2556
#: ../drizzled/error.cc:370
2558
msgid "Incorrect usage of %s and %s"
2561
#: ../drizzled/error.cc:371
2562
msgid "The used SELECT statements have a different number of columns"
2565
#: ../drizzled/error.cc:372
2566
msgid "Can't execute the query because you have a conflicting read lock"
2569
#: ../drizzled/error.cc:373
2572
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2575
#: ../drizzled/error.cc:374
2578
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2581
#: ../drizzled/error.cc:375
2583
msgid "Variable '%-.64s' doesn't have a default value"
2586
#: ../drizzled/error.cc:376
2588
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2591
#: ../drizzled/error.cc:377
2593
msgid "Incorrect argument type to variable '%-.64s'"
2596
#: ../drizzled/error.cc:378
2598
msgid "Variable '%-.64s' can only be set, not read"
2601
#: ../drizzled/error.cc:379
2603
msgid "Incorrect usage/placement of '%s'"
2606
#: ../drizzled/error.cc:380
2608
msgid "This version of Drizzle doesn't yet support '%s'"
2611
#: ../drizzled/error.cc:381
2613
msgid "Variable '%-.192s' is a %s variable"
2616
#: ../drizzled/error.cc:382
2618
msgid "Incorrect foreign key definition for '%-.192s': %s"
2621
#: ../drizzled/error.cc:383
2622
msgid "Key reference and table reference don't match"
2625
#: ../drizzled/error.cc:384
2627
msgid "Operand should contain %d column(s)"
2630
#: ../drizzled/error.cc:385
2631
msgid "Subquery returns more than 1 row"
2634
#: ../drizzled/error.cc:386
2636
msgid "Converting column '%s' from %s to %s"
2639
#: ../drizzled/error.cc:387
2641
msgid "Reference '%-.64s' not supported (%s)"
2644
#: ../drizzled/error.cc:388
2645
msgid "Every derived table must have its own alias"
2648
#: ../drizzled/error.cc:389
2650
msgid "Select %u was reduced during optimization"
2653
#: ../drizzled/error.cc:390
2655
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2658
#: ../drizzled/error.cc:391
2659
msgid "All parts of a SPATIAL index must be NOT NULL"
2662
#: ../drizzled/error.cc:392
2664
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2667
#: ../drizzled/error.cc:393
2670
"Uncompressed data size too large; the maximum size is %d (based on "
2671
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2674
#: ../drizzled/error.cc:394
2675
msgid "ZLIB: Not enough memory"
2678
#: ../drizzled/error.cc:395
2680
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2681
"data was corrupted)"
2684
#: ../drizzled/error.cc:396
2685
msgid "ZLIB: Input data corrupted"
2688
#: ../drizzled/error.cc:397
2690
msgid "%d line(s) were cut by GROUP_CONCAT()"
2693
#: ../drizzled/error.cc:398
2695
msgid "Row %ld doesn't contain data for all columns"
2698
#: ../drizzled/error.cc:399
2701
"Row %ld was truncated; it contained more data than there were input columns"
2704
#: ../drizzled/error.cc:400
2707
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2710
#: ../drizzled/error.cc:401
2712
msgid "Out of range value for column '%s' at row %ld"
2715
#: ../drizzled/error.cc:402
2717
msgid "Data truncated for column '%s' at row %ld"
2720
#: ../drizzled/error.cc:403
2722
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2725
#: ../drizzled/error.cc:404
2727
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2730
#: ../drizzled/error.cc:405
2732
msgid "Illegal mix of collations for operation '%s'"
2735
#: ../drizzled/error.cc:406
2738
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2742
#: ../drizzled/error.cc:407
2744
msgid "Unknown collation: '%-.64s'"
2747
#: ../drizzled/error.cc:408
2750
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2754
#: ../drizzled/error.cc:409
2756
msgid "Incorrect index name '%-.100s'"
2759
#: ../drizzled/error.cc:410
2761
msgid "Incorrect catalog name '%-.100s'"
2764
#: ../drizzled/error.cc:411
2766
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2769
#: ../drizzled/error.cc:412
2771
msgid "Unknown table engine '%s'"
2774
#: ../drizzled/error.cc:413
2776
msgid "The target table %-.100s of the %s is not updatable"
2779
#: ../drizzled/error.cc:414
2782
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2786
#: ../drizzled/error.cc:415
2789
"The Drizzle server is running with the %s option so it cannot execute this "
2793
#: ../drizzled/error.cc:416
2795
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2798
#: ../drizzled/error.cc:417
2800
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2803
#: ../drizzled/error.cc:418
2805
"Incorrect table definition; there can be only one TIMESTAMP column with "
2806
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2809
#: ../drizzled/error.cc:419
2811
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2814
#: ../drizzled/error.cc:420
2816
msgid "Got error %d '%-.100s' from %s"
2819
#: ../drizzled/error.cc:421
2821
msgid "Got temporary error %d '%-.100s' from %s"
2824
#: ../drizzled/error.cc:422
2826
msgid "Unknown or incorrect time zone: '%-.64s'"
2829
#: ../drizzled/error.cc:423
2831
msgid "Invalid %s character string: '%.64s'"
2834
#: ../drizzled/error.cc:424
2836
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2839
#: ../drizzled/error.cc:425
2841
msgid "%s %s does not exist"
2844
#: ../drizzled/error.cc:426
2845
msgid "Query execution was interrupted"
2848
#: ../drizzled/error.cc:427
2851
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2852
"(s) or definer/invoker of view lack rights to use them"
2855
#: ../drizzled/error.cc:428
2857
msgid "Field '%-.192s' doesn't have a default value"
2860
#: ../drizzled/error.cc:429
2861
msgid "Division by 0"
2864
#: ../drizzled/error.cc:430
2866
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2869
#: ../drizzled/error.cc:431
2871
msgid "Illegal %s '%-.192s' value found during parsing"
2874
#: ../drizzled/error.cc:432
2876
msgid "Key part '%-.192s' length cannot be 0"
2879
#: ../drizzled/error.cc:433
2882
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2886
#: ../drizzled/error.cc:434
2888
msgid "Data too long for column '%s' at row %ld"
2891
#: ../drizzled/error.cc:435
2894
"%s: ready for connections.\n"
2895
"Version: '%s' %s\n"
2898
#: ../drizzled/error.cc:436
2899
msgid "Can't load value from file with fixed size rows to variable"
2902
#: ../drizzled/error.cc:437
2904
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2907
#: ../drizzled/error.cc:438
2908
msgid "Table definition has changed, please retry transaction"
2911
#: ../drizzled/error.cc:439
2913
msgid "Not allowed to return a result set from a %s"
2916
#: ../drizzled/error.cc:440
2917
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2920
#: ../drizzled/error.cc:441
2922
"Explicit or implicit commit is not allowed in stored function or trigger."
2925
#: ../drizzled/error.cc:442
2927
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2930
#: ../drizzled/error.cc:443
2932
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2935
#: ../drizzled/error.cc:444
2938
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2942
#: ../drizzled/error.cc:445
2943
msgid "Trigger in wrong schema"
2946
#: ../drizzled/error.cc:446
2949
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2950
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2953
#: ../drizzled/error.cc:447
2955
msgid "Display width out of range for column '%-.192s' (max = %d)"
2958
#: ../drizzled/error.cc:448
2960
msgid "Datetime function: %-.32s field overflow"
2963
#: ../drizzled/error.cc:449
2966
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2969
#: ../drizzled/error.cc:450
2972
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2975
#: ../drizzled/error.cc:451
2976
msgid "No data - zero rows fetched, selected, or processed"
2979
#: ../drizzled/error.cc:452
2981
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2984
#: ../drizzled/error.cc:453
2986
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2989
#: ../drizzled/error.cc:454
2990
msgid "The used table type doesn't support SPATIAL indexes"
2993
#: ../drizzled/error.cc:455
2995
msgid "Leading spaces are removed from name '%s'"
2998
#: ../drizzled/error.cc:456
2999
msgid "Failed to read auto-increment value from storage engine"
3002
#: ../drizzled/error.cc:457
3004
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3007
#: ../drizzled/error.cc:458
3008
msgid "Too high level of nesting for select"
3011
#: ../drizzled/error.cc:459
3013
msgid "Name '%-.64s' has become ''"
3016
#: ../drizzled/error.cc:460
3018
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3019
"optional and non-empty FIELDS ENCLOSED BY"
3022
#: ../drizzled/error.cc:461
3025
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3028
#: ../drizzled/error.cc:462
3030
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3033
#: ../drizzled/error.cc:463
3035
msgid "Incorrect %-.32s value: '%-.128s'"
3038
#: ../drizzled/error.cc:464
3040
msgid "Table has no partition for value %-.64s"
3043
#: ../drizzled/error.cc:465
3044
msgid "Writing one row to the row-based binary log failed"
3047
#: ../drizzled/error.cc:466
3049
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3052
#: ../drizzled/error.cc:467
3055
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
3056
"%d would lead to a duplicate entry"
3059
#: ../drizzled/error.cc:468
3061
"Transaction isolation level can't be changed while a transaction is in "
3065
#: ../drizzled/error.cc:469
3067
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3070
#: ../drizzled/error.cc:470
3072
msgid "Incorrect parameters in the call to native function '%-.192s'"
3075
#: ../drizzled/error.cc:471
3077
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3080
#: ../drizzled/error.cc:472
3082
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3085
#: ../drizzled/error.cc:473
3087
msgid "Received an invalid value '%s' for a UNIX timestamp."
3090
#: ../drizzled/error.cc:474
3092
msgid "Received an invalid datetime value '%s'."
3095
#: ../drizzled/error.cc:475
3097
msgid "Received a NULL argument for function '%s'."
3100
#: ../drizzled/error.cc:476
3102
msgid "Received an out-of-range argument '%s' for function '%s'."
3105
#: ../drizzled/error.cc:477
3107
msgid "Received an invalid enum value '%s'."
3110
#: ../drizzled/error.cc:478
3111
msgid "Tables which are replicated require a primary key."
3114
#: ../drizzled/error.cc:479
3116
msgid "Corrupt or invalid table definition: %s"
3119
#: ../drizzled/error.cc:480
3121
msgid "Corrupt or invalid schema definition for %s : %s"
3124
#: ../drizzled/error.cc:481
3126
msgid "Schema does not exist: %s"
3129
#: ../drizzled/error.cc:482
3131
msgid "Error altering schema: %s"
3134
#: ../drizzled/error.cc:483
3136
msgid "Error droppping Schema : %s"
3139
#: ../drizzled/error.cc:484
3140
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3143
#: ../drizzled/error.cc:485
3145
msgid "Unknown table engine option key/pair %s = %s."
3148
#: ../drizzled/error.cc:486
3150
msgid "Unknown schema engine option key/pair %s = %s."
3153
#. User lock/barrier error messages
3154
#: ../drizzled/error.cc:489
3155
msgid "wait() can not be called on session owning user defined barrier."
3158
#: ../drizzled/error.cc:490
3159
msgid "Unknown user defined barrier requested."
3162
#: ../drizzled/error.cc:491
3163
msgid "Session does not own user defined barrier."
3166
#: ../drizzled/error.cc:492
3167
msgid "Session can not wait on a user defined lock owned by the session."
3170
#: ../drizzled/error.cc:493
3171
msgid "Session does not own user defined lock."
3174
#: ../drizzled/error.cc:495
3175
msgid "Invalid name for user defined barrier."
3178
#: ../drizzled/error.cc:496
3179
msgid "Invalid name for user defined lock."
3182
#: ../drizzled/error.cc:498
3184
msgid "Can't unlock file (Errcode: %d)"
3187
#: ../drizzled/error.cc:499
3189
msgid "Can't change size of file (Errcode: %d)"
3192
#: ../drizzled/error.cc:500
3194
msgid "Can't open stream from handle (Errcode: %d)"
3197
#: ../drizzled/error.cc:501
3199
msgid "Warning: '%s' had %d links"
3202
#: ../drizzled/error.cc:502
3204
msgid "Warning: %d files and %d streams is left open\n"
3207
#: ../drizzled/error.cc:503
3209
msgid "Can't create directory '%s' (Errcode: %d)"
3212
#: ../drizzled/error.cc:504
3215
"Character set '%s' is not a compiled character set and is not specified in "
3219
#: ../drizzled/error.cc:505
3221
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3224
#: ../drizzled/error.cc:506
3226
msgid "Can't read value for symlink '%s' (Error %d)"
3229
#: ../drizzled/error.cc:507
3231
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3234
#: ../drizzled/error.cc:508
3236
msgid "Error on realpath() on '%s' (Error %d)"
3239
#: ../drizzled/error.cc:509
3241
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3244
#: ../drizzled/error.cc:510
3247
"Collation '%s' is not a compiled collation and is not specified in the %s "
3251
#: ../drizzled/error.cc:511
3253
msgid "File '%s' (fileno: %d) was not closed"
3256
#: ../drizzled/identifier/schema.cc:56 ../drizzled/identifier/table.cc:213
3258
"Schema name cannot be encoded and fit within filesystem name length "
3262
#: ../drizzled/identifier/table.cc:230
3264
"Table name cannot be encoded and fit within filesystem name length "
3270
#. * Since clients still use this code, we use fprintf here.
3271
#. * This fprintf needs to be turned into errmsg_printf
3272
#. * as soon as the client programs no longer use mysys
3273
#. * and can use the pluggable error message system.
3275
#: ../drizzled/internal/default.cc:687
3277
msgid "error: could not open directory: %s\n"
3280
#: ../drizzled/main.cc:160
3282
"setrlimit could not change the size of core files to 'infinity'; We may not "
3283
"be able to generate a core file on signals"
3286
#: ../drizzled/main.cc:267
3288
msgid "Data directory %s does not exist\n"
3291
#: ../drizzled/main.cc:278
3293
msgid "Local catalog %s/local does not exist\n"
3296
#: ../drizzled/message/transaction_writer.cc:365
3298
msgid "Usage: %s TRANSACTION_LOG\n"
3301
#: ../drizzled/message/transaction_writer.cc:371
3303
msgid "Cannot open file: %s\n"
3306
#: ../drizzled/module/library.cc:149
3309
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3310
"the current running version of Drizzle: %<PRIu64>."
3313
#: ../drizzled/module/loader.cc:275
3316
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3320
#: ../drizzled/module/loader.cc:349
3322
msgid "Plugin '%s' init function returned error.\n"
3325
#: ../drizzled/module/loader.cc:578
3327
msgid "Couldn't load plugin library named '%s'.\n"
3330
#: ../drizzled/module/loader.cc:588
3332
msgid "Couldn't load plugin named '%s'.\n"
3335
#: ../drizzled/module/loader.cc:815
3336
msgid "Out of memory."
3339
#: ../drizzled/module/loader.cc:1484 ../drizzled/module/loader.cc:1535
3341
msgid "Unknown variable type code 0x%x in plugin '%s'."
3344
#: ../drizzled/module/loader.cc:1527
3347
"Server variable %s of plugin %s was forced to be read-only: string variable "
3348
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3351
#: ../drizzled/module/loader.cc:1546
3353
msgid "Missing variable name in plugin '%s'."
3356
#: ../drizzled/module/loader.cc:1563
3358
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3361
#: ../drizzled/module/loader.cc:1681
3363
msgid "Out of memory for plugin '%s'."
3366
#: ../drizzled/module/loader.cc:1690
3368
msgid "Bad options for plugin '%s'."
3371
#: ../drizzled/module/loader.cc:1732
3373
msgid "Plugin '%s' has conflicting system variables"
3376
#: ../drizzled/module/registry.h:102
3378
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3381
#: ../drizzled/module/registry.h:111
3383
msgid "Fatal error: Failed initializing %s plugin.\n"
3386
#: ../drizzled/option.cc:84
3390
#: ../drizzled/option.cc:86
3394
#: ../drizzled/option.cc:337
3396
msgid "%s: %s: Option '%s' used, but is disabled\n"
3399
#: ../drizzled/option.cc:339
3403
#: ../drizzled/option.cc:441
3405
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3408
#: ../drizzled/option.cc:769
3410
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3413
#: ../drizzled/option.cc:962
3415
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3418
#: ../drizzled/option.cc:1194
3420
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3423
#: ../drizzled/option.cc:1214
3427
"Variables (--variable-name=value)\n"
3428
"and boolean options {false|true} Value (after reading options)\n"
3429
"--------------------------------- -----------------------------\n"
3432
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3433
msgid "(No default value)"
3436
#: ../drizzled/option.cc:1249
3440
#: ../drizzled/option.cc:1249
3444
#: ../drizzled/option.cc:1282
3446
msgid "(Disabled)\n"
3449
#: ../drizzled/plugin/error_message.cc:81
3451
msgid "errmsg plugin '%s' errmsg() failed"
3454
#: ../drizzled/plugin/event_observer.cc:133
3457
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3458
"'%s' from EventObserver plugin '%s'"
3461
#: ../drizzled/plugin/event_observer.cc:200
3463
"EventObserver::registerTableEvents(): Table already has events registered on "
3464
"it: probable programming error."
3467
#: ../drizzled/plugin/event_observer.cc:335
3469
"EventObserver::registerSessionEvents(): Session already has events "
3470
"registered on it: probable programming error."
3473
#: ../drizzled/plugin/event_observer.cc:387
3475
msgid "EventIterate event handler '%s' failed for event '%s'"
3478
#: ../drizzled/plugin/function.cc:46
3480
msgid "A function named %s already exists!\n"
3483
#: ../drizzled/plugin/function.cc:55
3484
msgid "Could not add Function!\n"
3487
#: ../drizzled/plugin/listen.cc:67
3488
msgid "Error getting file descriptors"
3491
#: ../drizzled/plugin/listen.cc:85
3492
msgid "No sockets could be bound for listening"
3495
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:313
3497
msgid "pipe() failed with errno %d"
3500
#: ../drizzled/plugin/listen.cc:121
3502
msgid "poll() failed with errno %d"
3505
#: ../drizzled/plugin/listen_tcp.cc:59
3507
msgid "accept() failed with errno %d"
3510
#: ../drizzled/plugin/listen_tcp.cc:95
3512
msgid "getaddrinfo() failed with error %s"
3515
#: ../drizzled/plugin/listen_tcp.cc:127
3517
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3520
#: ../drizzled/plugin/listen_tcp.cc:138
3522
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3525
#: ../drizzled/plugin/listen_tcp.cc:147
3527
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3530
#: ../drizzled/plugin/listen_tcp.cc:156
3532
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3535
#: ../drizzled/plugin/listen_tcp.cc:165
3537
msgid "setsockopt(SO_LINGER) failed with errno %d"
3540
#: ../drizzled/plugin/listen_tcp.cc:174
3542
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3545
#: ../drizzled/plugin/listen_tcp.cc:195
3547
msgid "Retrying bind() on %u\n"
3550
#: ../drizzled/plugin/listen_tcp.cc:202
3552
msgid "bind() failed with errno: %d\n"
3555
#: ../drizzled/plugin/listen_tcp.cc:205
3556
msgid "Do you already have another drizzled running?\n"
3559
#: ../drizzled/plugin/listen_tcp.cc:212
3561
msgid "listen() failed with errno %d\n"
3564
#: ../drizzled/plugin/listen_tcp.cc:218
3566
msgid "Listening on %s:%s\n"
3569
#: ../drizzled/plugin/logging.cc:65
3571
msgid "logging '%s' pre() failed"
3574
#: ../drizzled/plugin/logging.cc:90
3576
msgid "logging '%s' post() failed"
3579
#: ../drizzled/plugin/logging.cc:114
3581
msgid "logging '%s' postEnd() failed"
3584
#: ../drizzled/plugin/logging.cc:137
3586
msgid "logging '%s' resetCurrentScoreboard() failed"
3589
#: ../drizzled/plugin/scheduler.cc:62
3592
"Attempted to register a scheduler %s, but a scheduler has already been "
3593
"registered with that name.\n"
3596
#: ../drizzled/plugin/scheduler.cc:99
3598
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3601
#: ../drizzled/plugin/schema_engine.cc:130
3603
msgid "Error while loading database options: '%s':"
3606
#: ../drizzled/plugin/xa_resource_manager.cc:115
3608
msgid "Found %d prepared transaction(s) in resource manager."
3611
#: ../drizzled/plugin/xa_resource_manager.cc:182
3612
msgid "Starting crash recovery..."
3615
#: ../drizzled/plugin/xa_resource_manager.cc:192
3617
msgid "Found %d prepared XA transactions"
3620
#: ../drizzled/plugin/xa_resource_manager.cc:197
3623
"Found %d prepared transactions! It means that drizzled was not shut down "
3624
"properly last time and critical recovery information (last binlog or %s "
3625
"file) was manually deleted after a crash. You have to start drizzled with "
3626
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3629
#: ../drizzled/plugin/xa_resource_manager.cc:207
3630
msgid "Crash recovery finished."
3633
#: ../drizzled/replication_services.cc:94
3635
"You registered a TransactionApplier plugin but no TransactionReplicator "
3636
"plugins were registered.\n"
3639
#: ../drizzled/replication_services.cc:125
3642
"You registered a TransactionApplier plugin but no TransactionReplicator "
3643
"plugins were registered that match the requested replicator name of '%s'.\n"
3644
"We have deactivated the TransactionApplier '%s'.\n"
3647
#: ../drizzled/session.cc:1963 ../drizzled/session.cc:1981
3649
msgid "Could not remove temporary table: '%s', error: %d"
3652
#: ../drizzled/signal_handler.cc:52
3654
msgid "Got signal %d from thread %<PRIu32>"
3657
#: ../drizzled/signal_handler.cc:118
3659
msgid "Fatal signal %d while backtracing\n"
3662
#: ../drizzled/signal_handler.cc:127
3664
msgid "Fatal: time() call failed\n"
3667
#: ../drizzled/signal_handler.cc:133
3670
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3671
"This could be because you hit a bug. It is also possible that this binary\n"
3672
" or one of the libraries it was linked against is corrupt, improperly "
3674
" or misconfigured. This error can also be caused by malfunctioning "
3678
#: ../drizzled/signal_handler.cc:141
3681
"We will try our best to scrape up some info that will hopefully help "
3683
"the problem, but since we have already crashed, something is definitely "
3685
"and this may fail.\n"
3689
#: ../drizzled/signal_handler.cc:148
3692
"It is possible that drizzled could use up to \n"
3693
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3695
"Hope that's ok; if not, decrease some variables in the equation.\n"
3699
#: ../drizzled/sql_table.cc:1908
3701
msgid "Unknown - internal error %d during operation"
3704
#: ../drizzled/statement/alter_table.cc:1511
3707
"order_st BY ignored because there is a user-defined clustered index in the "
3711
#: ../drizzled/sys_var.cc:1554
3713
msgid "Variable named %s already exists!\n"
3716
#: ../drizzled/sys_var.cc:1563
3718
msgid "Could not add Variable: %s\n"
3721
#: ../drizzled/sys_var.cc:1662
3722
msgid "Failed to initialize system variables"
3725
#: ../drizzled/table.cc:1636
3727
msgid "Got error %d when reading table '%s'"
3730
#: ../drizzled/tztime.cc:173
3732
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3735
#: ../plugin/auth_file/auth_file.cc:227
3737
msgid "Could not load auth file: %s\n"
3740
#: ../plugin/auth_file/auth_file.cc:243
3741
msgid "File to load for usernames and passwords"
3744
#: ../plugin/auth_http/auth_http.cc:135
3746
"auth_http plugin loaded but required option url not specified. Against which "
3747
"URL are you intending on authenticating?\n"
3750
#: ../plugin/auth_http/auth_http.cc:151
3751
msgid "URL for HTTP Auth check"
3754
#: ../plugin/auth_ldap/auth_ldap.cc:291
3756
msgid "Reconnect failed: %s\n"
3759
#: ../plugin/auth_ldap/auth_ldap.cc:310
3761
msgid "ldap_search_ext_s failed: %s\n"
3764
#: ../plugin/auth_ldap/auth_ldap.cc:416
3766
msgid "Could not load auth ldap: %s\n"
3769
#: ../plugin/auth_ldap/auth_ldap.cc:437
3770
msgid "URI of the LDAP server to contact"
3773
#: ../plugin/auth_ldap/auth_ldap.cc:439
3774
msgid "DN to use when binding to the LDAP server"
3777
#: ../plugin/auth_ldap/auth_ldap.cc:441
3778
msgid "Password to use when binding the DN"
3781
#: ../plugin/auth_ldap/auth_ldap.cc:443
3782
msgid "DN to use when searching"
3785
#: ../plugin/auth_ldap/auth_ldap.cc:445
3786
msgid "Attribute in LDAP with plain text password"
3789
#: ../plugin/auth_ldap/auth_ldap.cc:447
3790
msgid "Attribute in LDAP with MySQL hashed password"
3793
#: ../plugin/auth_ldap/auth_ldap.cc:449
3794
msgid "How often to empty the users cache, 0 to disable"
3797
#: ../plugin/blitzdb/ha_blitz.cc:1507
3798
msgid "Estimated number of rows that a BlitzDB table will store."
3801
#: ../plugin/console/console.cc:349
3802
msgid "Enable the console."
3805
#: ../plugin/console/console.cc:352
3806
msgid "Turn on extra debugging."
3809
#: ../plugin/console/console.cc:355
3810
msgid "User to use for auth."
3813
#: ../plugin/console/console.cc:358
3814
msgid "Password to use for auth."
3817
#: ../plugin/console/console.cc:361
3818
msgid "Default database to use."
3821
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:88
3823
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3827
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:91
3828
#: ../plugin/mysql_protocol/mysql_protocol.cc:937
3829
msgid "Connect Timeout."
3832
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:94
3833
#: ../plugin/mysql_protocol/mysql_protocol.cc:940
3834
msgid "Read Timeout."
3837
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:97
3838
#: ../plugin/mysql_protocol/mysql_protocol.cc:943
3839
msgid "Write Timeout."
3842
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:100
3843
#: ../plugin/mysql_protocol/mysql_protocol.cc:946
3844
msgid "Retry Count."
3847
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:103
3848
#: ../plugin/mysql_protocol/mysql_protocol.cc:949
3849
msgid "Buffer length."
3852
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:106
3853
#: ../plugin/mysql_protocol/mysql_protocol.cc:952
3854
msgid "Address to bind to."
3857
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
3858
msgid "Failed to send error message to libnotify\n"
3861
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
3862
msgid "Error Messages to stderr"
3865
#: ../plugin/filtered_replicator/filtered_replicator.cc:576
3866
msgid "List of schemas to filter"
3869
#: ../plugin/filtered_replicator/filtered_replicator.cc:579
3870
msgid "List of tables to filter"
3873
#: ../plugin/filtered_replicator/filtered_replicator.cc:582
3874
msgid "Regular expression to apply to schemas to filter"
3877
#: ../plugin/filtered_replicator/filtered_replicator.cc:585
3878
msgid "Regular expression to apply to tables to filter"
3881
#: ../plugin/haildb/haildb_engine.cc:1063
3882
#: ../plugin/haildb/haildb_engine.cc:1201
3883
#: ../plugin/haildb/haildb_engine.cc:1231
3885
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
3888
#: ../plugin/haildb/haildb_engine.cc:1082
3890
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
3893
#: ../plugin/haildb/haildb_engine.cc:1180
3894
#: ../plugin/haildb/haildb_engine.cc:1293
3895
#: ../plugin/haildb/haildb_engine.cc:1474
3896
#: ../plugin/haildb/haildb_engine.cc:2050
3898
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
3901
#: ../plugin/haildb/haildb_engine.cc:1332
3902
#: ../plugin/haildb/haildb_engine.cc:1348
3904
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
3907
#: ../plugin/haildb/haildb_engine.cc:3158
3909
msgid "Error starting HailDB %d (%s)\n"
3912
#: ../plugin/haildb/haildb_engine.cc:3187
3913
msgid "Disable HailDB adaptive hash index (enabled by default)."
3916
#: ../plugin/haildb/haildb_engine.cc:3189
3917
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
3920
#: ../plugin/haildb/haildb_engine.cc:3192
3922
"Size of a memory pool HailDB uses to store data dictionary information and "
3923
"other internal data structures."
3926
#: ../plugin/haildb/haildb_engine.cc:3195
3927
msgid "Data file autoextend increment in megabytes"
3930
#: ../plugin/haildb/haildb_engine.cc:3198
3932
"The size of the memory buffer HailDB uses to cache data and indexes of its "
3936
#: ../plugin/haildb/haildb_engine.cc:3201
3937
msgid "The common part for HailDB table spaces."
3940
#: ../plugin/haildb/haildb_engine.cc:3203
3941
msgid "Disable HailDB checksums validation (enabled by default)."
3944
#: ../plugin/haildb/haildb_engine.cc:3205
3945
msgid "Disable HailDB doublewrite buffer (enabled by default)."
3948
#: ../plugin/haildb/haildb_engine.cc:3208
3949
msgid "Number of IOPs the server can do. Tunes the background IO rate"
3952
#: ../plugin/haildb/haildb_engine.cc:3211
3954
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
3955
"are 0, 1 (faster) or 2 (fastest - crash-like)."
3958
#: ../plugin/haildb/haildb_engine.cc:3214
3959
msgid "Stores each HailDB table to an .ibd file in the database dir."
3962
#: ../plugin/haildb/haildb_engine.cc:3217
3963
msgid "File format to use for new tables in .ibd files."
3966
#: ../plugin/haildb/haildb_engine.cc:3220
3968
"Set to 0 (write and flush once per second),1 (write and flush at each "
3969
"commit) or 2 (write at commit, flush once per second)."
3972
#: ../plugin/haildb/haildb_engine.cc:3223
3973
msgid "With which method to flush data."
3976
#: ../plugin/haildb/haildb_engine.cc:3226
3978
"Helps to save your data in case the disk image of the database becomes "
3982
#: ../plugin/haildb/haildb_engine.cc:3229
3983
msgid "Path to individual files and their sizes."
3986
#: ../plugin/haildb/haildb_engine.cc:3232
3987
msgid "Path to HailDB log files."
3990
#: ../plugin/haildb/haildb_engine.cc:3235
3991
msgid "Size of each log file in a log group."
3994
#: ../plugin/haildb/haildb_engine.cc:3238
3996
"Number of log files in the log group. HailDB writes to the files in a "
3997
"circular fashion. Value 3 is recommended here."
4000
#: ../plugin/haildb/haildb_engine.cc:3241
4002
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4003
"rolled back. Values above 100000000 disable the timeout."
4006
#: ../plugin/haildb/haildb_engine.cc:3244
4008
"The size of the buffer which HailDB uses to write log to the log files on "
4012
#: ../plugin/haildb/haildb_engine.cc:3247
4014
"Sets the point in the LRU list from where all pages are classified as old "
4018
#: ../plugin/haildb/haildb_engine.cc:3250
4020
"Milliseconds between accesses to a block at which it is made young. "
4021
"0=disabled (Advanced users)"
4024
#: ../plugin/haildb/haildb_engine.cc:3253
4025
msgid "Percentage of dirty pages allowed in bufferpool."
4028
#: ../plugin/haildb/haildb_engine.cc:3256
4029
msgid "Desired maximum length of the purge queue (0 = no limit)"
4032
#: ../plugin/haildb/haildb_engine.cc:3259
4034
"Roll back the complete transaction on lock wait timeout, for 4.x "
4035
"compatibility (disabled by default)"
4038
#: ../plugin/haildb/haildb_engine.cc:3262
4039
msgid "How many files at the maximum HailDB keeps open at the same time."
4042
#: ../plugin/haildb/haildb_engine.cc:3265
4043
msgid "Number of background read I/O threads in HailDB."
4046
#: ../plugin/haildb/haildb_engine.cc:3268
4047
msgid "Number of background write I/O threads in HailDB."
4050
#: ../plugin/haildb/haildb_engine.cc:3270
4052
"Disable if you want to reduce the number of messages written to the log "
4053
"(default: enabled)."
4056
#: ../plugin/haildb/haildb_engine.cc:3273
4057
msgid "Enable SHOW HAILDB STATUS output in the log"
4060
#: ../plugin/haildb/haildb_engine.cc:3276
4061
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4064
#: ../plugin/haildb/haildb_engine.cc:3278
4066
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4069
#: ../plugin/hello_events/hello_events.cc:401
4070
msgid "Enable Example Events Plugin"
4073
#: ../plugin/hello_events/hello_events.cc:404
4074
#: ../plugin/hello_events/hello_events.cc:407
4075
msgid "A comma delimited list of databases to watch"
4078
#: ../plugin/hello_events/hello_events.cc:410
4079
msgid "Before write row event observer call position"
4082
#: ../plugin/hello_events/hello_events.cc:413
4083
#: ../plugin/pbms/src/parameters_ms.cc:601
4084
msgid "Before update row event observer call position"
4087
#: ../plugin/hello_events/hello_events.cc:416
4088
msgid "After drop database event observer call position"
4091
#: ../plugin/hello_events/hello_events.cc:427
4092
msgid "An example events Plugin"
4095
#: ../plugin/innobase/handler/data_dictionary.cc:762
4097
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4100
#: ../plugin/innobase/handler/ha_innodb.cc:1854
4101
msgid "Invalid value for io-capacity\n"
4104
#: ../plugin/innobase/handler/ha_innodb.cc:1872
4105
msgid "Invalid value for fast-shutdown\n"
4108
#: ../plugin/innobase/handler/ha_innodb.cc:1891
4109
msgid "Invalid value for flush-log-at-trx-commit\n"
4112
#: ../plugin/innobase/handler/ha_innodb.cc:1909
4113
msgid "Invalid value for max-dirty-pages-pct\n"
4116
#: ../plugin/innobase/handler/ha_innodb.cc:1918
4117
msgid "Invalid value for stats-sample-pages\n"
4120
#: ../plugin/innobase/handler/ha_innodb.cc:1929
4121
msgid "Invalid value for additional-mem-pool-size\n"
4124
#: ../plugin/innobase/handler/ha_innodb.cc:1939
4125
msgid "Invalid value for autoextend-increment\n"
4128
#: ../plugin/innobase/handler/ha_innodb.cc:1949
4129
msgid "Invalid value for buffer-pool-size\n"
4132
#: ../plugin/innobase/handler/ha_innodb.cc:1959
4133
msgid "Invalid value for buffer-pool-instances\n"
4136
#: ../plugin/innobase/handler/ha_innodb.cc:1969
4137
msgid "Invalid value for commit-concurrency\n"
4140
#: ../plugin/innobase/handler/ha_innodb.cc:1978
4141
msgid "Invalid value for concurrency-tickets\n"
4144
#: ../plugin/innobase/handler/ha_innodb.cc:1987
4145
msgid "Invalid value for read-io-threads\n"
4148
#: ../plugin/innobase/handler/ha_innodb.cc:1996
4149
msgid "Invalid value for write-io-threads\n"
4152
#: ../plugin/innobase/handler/ha_innodb.cc:2005
4153
msgid "Invalid value for force-recovery\n"
4156
#: ../plugin/innobase/handler/ha_innodb.cc:2015
4157
#: ../plugin/innobase/handler/ha_innodb.cc:2025
4158
msgid "Invalid value for log-file-size\n"
4161
#: ../plugin/innobase/handler/ha_innodb.cc:2034
4162
msgid "Invalid value for log-files-in-group\n"
4165
#: ../plugin/innobase/handler/ha_innodb.cc:2043
4166
msgid "Invalid value for mirrored-log-groups\n"
4169
#: ../plugin/innobase/handler/ha_innodb.cc:2052
4170
msgid "Invalid value for open-files\n"
4173
#: ../plugin/innobase/handler/ha_innodb.cc:2061
4174
msgid "Invalid value for thread-concurrency\n"
4177
#: ../plugin/innobase/handler/ha_innodb.cc:2075
4178
msgid "Invalid value for read-ahead-threshold\n"
4181
#: ../plugin/innobase/handler/replication_dictionary.cc:111
4182
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4183
#: ../plugin/transaction_log/print_transaction_message.cc:177
4184
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4186
msgid "Unable to parse transaction. Got error: %s.\n"
4189
#: ../plugin/logging_gearman/logging_gearman.cc:186
4191
msgid "fail gearman_client_create(): %s"
4194
#: ../plugin/logging_gearman/logging_gearman.cc:197
4196
msgid "fail gearman_client_add_server(): %s"
4199
#: ../plugin/logging_gearman/logging_gearman.cc:303
4200
msgid "Hostname for logging to a Gearman server"
4203
#: ../plugin/logging_gearman/logging_gearman.cc:306
4204
msgid "Gearman Function to send logging to"
4207
#: ../plugin/logging_gearman/logging_gearman.cc:317
4208
msgid "Log queries to a Gearman server"
4211
#: ../plugin/logging_query/logging_query.cc:178
4213
msgid "fail open() fn=%s er=%s\n"
4216
#: ../plugin/logging_query/logging_query.cc:319
4217
msgid "Enable logging to CSV file"
4220
#: ../plugin/logging_query/logging_query.cc:322
4221
msgid "File to log to"
4224
#: ../plugin/logging_query/logging_query.cc:325
4225
msgid "PCRE to match the query against"
4228
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
4229
msgid "Threshold for logging slow queries, in microseconds"
4232
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
4233
msgid "Threshold for logging big queries, for rows returned"
4236
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
4237
msgid "Threshold for logging big queries, for rows examined"
4240
#: ../plugin/logging_query/logging_query.cc:345
4241
msgid "Log queries to a CSV file"
4244
#: ../plugin/logging_stats/logging_stats.cc:373
4245
msgid "Max number of users that will be logged"
4248
#: ../plugin/logging_stats/logging_stats.cc:376
4249
msgid "Max number of range locks to use for Scoreboard"
4252
#: ../plugin/logging_stats/logging_stats.cc:379
4253
msgid "Max number of concurrent sessions that will be logged"
4256
#: ../plugin/logging_stats/logging_stats.cc:380
4257
msgid "Enable Logging Statistics Collection"
4260
#: ../plugin/logging_stats/logging_stats.cc:389
4261
msgid "User Statistics as DATA_DICTIONARY tables"
4264
#: ../plugin/md5/md5.cc:99
4265
msgid "libgcrypt library version mismatch\n"
4268
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4269
#: ../plugin/memcached_stats/memcached_stats.cc:87
4270
msgid "List of memcached servers."
4273
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4274
msgid "Expiry time of memcached entries"
4277
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4278
msgid "Enable Memcached Query Cache"
4281
#: ../plugin/memcached_stats/analysis_table.cc:78
4282
#: ../plugin/memcached_stats/stats_table.cc:144
4283
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4286
#: ../plugin/memcached_stats/memcached_stats.cc:98
4287
msgid "Memcached Stats as I_S tables"
4290
#: ../plugin/memcached_stats/stats_table.cc:74
4293
"Unable get stats from memcached server %s. Got error from "
4294
"memcached_stat_servername()."
4297
#: ../plugin/memcached_stats/stats_table.cc:151
4298
msgid "Unable to create memcached struct. Got error from memcached_create()."
4301
#: ../plugin/memcached_stats/stats_table.cc:159
4304
"Unable to create memcached server list. Got error from "
4305
"memcached_servers_parse(%s)."
4308
#: ../plugin/multi_thread/multi_thread.cc:85
4309
msgid "Unable to get thread stack size\n"
4312
#: ../plugin/multi_thread/multi_thread.cc:177
4313
msgid "Maximum number of user threads available."
4316
#: ../plugin/myisam/ha_myisam.cc:533
4318
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4321
#: ../plugin/myisam/ha_myisam.cc:537
4323
msgid "Got an error from unknown thread, %s:%d"
4326
#: ../plugin/myisam/ha_myisam.cc:543
4327
msgid "Unknown thread accessing table"
4330
#: ../plugin/myisam/ha_myisam.cc:1507
4332
"Don't use the fast sort index method to created index if the temporary file "
4333
"would get bigger than this."
4336
#: ../plugin/myisam/ha_myisam.cc:1510
4338
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4339
"when creating indexes with CREATE INDEX or ALTER TABLE."
4342
#: ../plugin/myisam/my_handler_errors.cc:42
4343
msgid "Didn't find key on read or update"
4346
#: ../plugin/myisam/my_handler_errors.cc:43
4347
msgid "Duplicate key on write or update"
4350
#: ../plugin/myisam/my_handler_errors.cc:44
4351
msgid "Internal (unspecified) error in handler"
4354
#: ../plugin/myisam/my_handler_errors.cc:46
4356
"Someone has changed the row since it was read (while the table was locked to "
4360
#: ../plugin/myisam/my_handler_errors.cc:48
4361
msgid "Wrong index given to function"
4364
#: ../plugin/myisam/my_handler_errors.cc:49
4365
msgid "Index file is crashed"
4368
#: ../plugin/myisam/my_handler_errors.cc:50
4369
msgid "Record file is crashed"
4372
#: ../plugin/myisam/my_handler_errors.cc:51
4373
msgid "Out of memory in engine"
4376
#: ../plugin/myisam/my_handler_errors.cc:52
4377
msgid "Incorrect file format"
4380
#: ../plugin/myisam/my_handler_errors.cc:53
4381
msgid "Command not supported by database"
4384
#: ../plugin/myisam/my_handler_errors.cc:54
4385
msgid "Old database file"
4388
#: ../plugin/myisam/my_handler_errors.cc:55
4389
msgid "No record read before update"
4392
#: ../plugin/myisam/my_handler_errors.cc:56
4393
msgid "Record was already deleted (or record file crashed)"
4396
#: ../plugin/myisam/my_handler_errors.cc:57
4397
msgid "No more room in record file"
4400
#: ../plugin/myisam/my_handler_errors.cc:58
4401
msgid "No more room in index file"
4404
#: ../plugin/myisam/my_handler_errors.cc:59
4405
msgid "No more records (read after end of file)"
4408
#: ../plugin/myisam/my_handler_errors.cc:60
4409
msgid "Unsupported extension used for table"
4412
#: ../plugin/myisam/my_handler_errors.cc:61
4416
#: ../plugin/myisam/my_handler_errors.cc:62
4417
msgid "Wrong create options"
4420
#: ../plugin/myisam/my_handler_errors.cc:63
4421
msgid "Duplicate unique key or constraint on write or update"
4424
#: ../plugin/myisam/my_handler_errors.cc:64
4425
msgid "Unknown character set used in table"
4428
#: ../plugin/myisam/my_handler_errors.cc:65
4429
msgid "Conflicting table definitions in sub-tables of MERGE table"
4432
#: ../plugin/myisam/my_handler_errors.cc:66
4433
msgid "Table is crashed and last repair failed"
4436
#: ../plugin/myisam/my_handler_errors.cc:67
4437
msgid "Table was marked as crashed and should be repaired"
4440
#: ../plugin/myisam/my_handler_errors.cc:68
4441
msgid "Lock timed out; Retry transaction"
4444
#: ../plugin/myisam/my_handler_errors.cc:69
4445
msgid "Lock table is full; Restart program with a larger locktable"
4448
#: ../plugin/myisam/my_handler_errors.cc:70
4449
msgid "Updates are not allowed under a read only transactions"
4452
#: ../plugin/myisam/my_handler_errors.cc:71
4453
msgid "Lock deadlock; Retry transaction"
4456
#: ../plugin/myisam/my_handler_errors.cc:72
4457
msgid "Foreign key constraint is incorrectly formed"
4460
#: ../plugin/myisam/my_handler_errors.cc:73
4461
msgid "Cannot add a child row"
4464
#: ../plugin/myisam/my_handler_errors.cc:74
4465
msgid "Cannot delete a parent row"
4468
#: ../plugin/myisam/my_handler_errors.cc:75
4469
msgid "No savepoint with that name"
4472
#: ../plugin/myisam/my_handler_errors.cc:76
4473
msgid "Non unique key block size"
4476
#: ../plugin/myisam/my_handler_errors.cc:77
4477
msgid "The table does not exist in engine"
4480
#: ../plugin/myisam/my_handler_errors.cc:78
4481
msgid "The table already existed in storage engine"
4484
#: ../plugin/myisam/my_handler_errors.cc:79
4485
msgid "Could not connect to storage engine"
4488
#: ../plugin/myisam/my_handler_errors.cc:80
4489
msgid "Unexpected null pointer found when using spatial index"
4492
#: ../plugin/myisam/my_handler_errors.cc:81
4493
msgid "The table changed in storage engine"
4496
#: ../plugin/myisam/my_handler_errors.cc:82
4497
msgid "There's no partition in table for the given value"
4500
#: ../plugin/myisam/my_handler_errors.cc:83
4501
msgid "Row-based binlogging of row failed"
4504
#: ../plugin/myisam/my_handler_errors.cc:84
4505
msgid "Index needed in foreign key constraint"
4508
#: ../plugin/myisam/my_handler_errors.cc:85
4509
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4512
#: ../plugin/myisam/my_handler_errors.cc:86
4513
msgid "Table needs to be upgraded before it can be used"
4516
#: ../plugin/myisam/my_handler_errors.cc:87
4517
msgid "Table is read only"
4520
#: ../plugin/myisam/my_handler_errors.cc:88
4521
msgid "Failed to get next auto increment value"
4524
#: ../plugin/myisam/my_handler_errors.cc:89
4525
msgid "Failed to set row auto increment value"
4528
#: ../plugin/myisam/my_handler_errors.cc:90
4529
msgid "Unknown (generic) error from engine"
4532
#: ../plugin/myisam/my_handler_errors.cc:91
4533
msgid "Record is the same"
4536
#: ../plugin/myisam/my_handler_errors.cc:92
4537
msgid "It is not possible to log this statement"
4540
#: ../plugin/myisam/my_handler_errors.cc:93
4541
msgid "Tablespace exists"
4544
#: ../plugin/myisam/my_handler_errors.cc:94
4545
msgid "The event was corrupt, leading to illegal data being read"
4548
#: ../plugin/myisam/my_handler_errors.cc:95
4549
msgid "The table is of a new format not supported by this version"
4552
#: ../plugin/myisam/my_handler_errors.cc:96
4553
msgid "The event could not be processed no other handler error happened"
4556
#: ../plugin/myisam/my_handler_errors.cc:97
4557
msgid "Got a fatal error during initialzation of handler"
4560
#: ../plugin/myisam/my_handler_errors.cc:98
4561
msgid "File to short; Expected more data in file"
4564
#: ../plugin/myisam/my_handler_errors.cc:99
4565
msgid "Read page with wrong checksum"
4568
#. TODO: get a better message for these
4569
#: ../plugin/myisam/my_handler_errors.cc:101
4570
msgid "Lock or active transaction"
4573
#: ../plugin/myisam/my_handler_errors.cc:102
4574
msgid "No such table space"
4577
#: ../plugin/myisam/my_handler_errors.cc:103
4578
msgid "Tablespace not empty"
4581
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
4583
"Port number to use for connection or 0 for default to with MySQL protocol."
4586
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:79
4588
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4589
"the file is stale and should be removed?"
4592
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:155
4593
msgid "Path used for MySQL UNIX Socket Protocol."
4596
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:157
4597
msgid "Clobber socket file if one is there already."
4600
#: ../plugin/pbms/src/parameters_ms.cc:574
4602
"A comma delimited list of tables to watch of the format: <database>."
4606
#: ../plugin/pbms/src/parameters_ms.cc:582
4607
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4610
#: ../plugin/pbms/src/parameters_ms.cc:590
4611
msgid "Before insert row event observer call position"
4614
#: ../plugin/pbms/src/plugin_ms.cc:70
4615
msgid "Port number to use for connection or 0 for default PBMS port "
4618
#: ../plugin/pbms/src/plugin_ms.cc:83
4619
msgid "Invalid port number\n"
4622
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4623
msgid "Could not open socket, is rabbitmq running?"
4626
#: ../plugin/rabbitmq/rabbitmq_log.cc:73
4627
msgid "Failed to allocate enough memory to transaction message\n"
4630
#: ../plugin/rabbitmq/rabbitmq_log.cc:118
4632
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4635
#: ../plugin/rabbitmq/rabbitmq_log.cc:131
4637
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4640
#: ../plugin/rabbitmq/rabbitmq_log.cc:156
4641
msgid "Host name to connect to"
4644
#: ../plugin/rabbitmq/rabbitmq_log.cc:159
4645
msgid "Port to connect to"
4648
#: ../plugin/rabbitmq/rabbitmq_log.cc:162
4649
msgid "RabbitMQ virtualhost"
4652
#: ../plugin/rabbitmq/rabbitmq_log.cc:165
4653
msgid "RabbitMQ username"
4656
#: ../plugin/rabbitmq/rabbitmq_log.cc:168
4657
msgid "RabbitMQ password"
4660
#: ../plugin/rabbitmq/rabbitmq_log.cc:171
4661
#: ../plugin/transaction_log/module.cc:270
4662
msgid "Name of the replicator plugin to use (default='default_replicator')"
4665
#: ../plugin/rabbitmq/rabbitmq_log.cc:174
4666
msgid "Name of RabbitMQ exchange to publish to"
4669
#: ../plugin/rabbitmq/rabbitmq_log.cc:177
4670
msgid "Name of RabbitMQ routing key to use"
4673
#: ../plugin/session_dictionary/processlist.cc:79
4677
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4679
msgid "syslog facility \"%s\" not known, using \"local0\""
4682
#: ../plugin/syslog/errmsg.cc:50
4684
msgid "syslog priority \"%s\" not known, using \"warn\""
4687
#: ../plugin/syslog/logging.cc:63
4689
msgid "syslog priority \"%s\" not known, using \"info\""
4692
#: ../plugin/syslog/module.cc:95
4693
msgid "Syslog Ident"
4696
#: ../plugin/syslog/module.cc:98
4697
msgid "Syslog Facility"
4700
#: ../plugin/syslog/module.cc:101
4701
msgid "Enable logging to syslog of the query log"
4704
#: ../plugin/syslog/module.cc:104
4705
msgid "Syslog Priority of query logging"
4708
#: ../plugin/syslog/module.cc:116
4709
msgid "Enable logging to syslog of the error messages"
4712
#: ../plugin/syslog/module.cc:119
4713
msgid "Syslog Priority of error messages"
4716
#: ../plugin/transaction_log/background_worker.cc:77
4718
msgid "Unable to create background worker thread. Got error %s.\n"
4721
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4722
#: ../plugin/transaction_log/print_transaction_message.cc:106
4723
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4725
msgid "Failed to open transaction log file %s. Got error: %s\n"
4728
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4729
#: ../plugin/transaction_log/print_transaction_message.cc:169
4730
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4731
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4733
msgid "Could not read transaction message.\n"
4736
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
4737
#: ../plugin/transaction_log/print_transaction_message.cc:170
4738
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4740
msgid "GPB ERROR: %s.\n"
4743
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4744
#: ../plugin/transaction_log/print_transaction_message.cc:171
4745
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4747
msgid "Raw buffer read: %s.\n"
4750
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4751
#: ../plugin/transaction_log/print_transaction_message.cc:179
4752
#: ../plugin/transaction_log/transaction_log_reader.cc:163
4754
msgid "BUFFER: %s\n"
4757
#: ../plugin/transaction_log/module.cc:171
4759
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
4762
#: ../plugin/transaction_log/module.cc:180
4764
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
4767
#: ../plugin/transaction_log/module.cc:192
4769
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
4772
#: ../plugin/transaction_log/module.cc:201
4774
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
4777
#: ../plugin/transaction_log/module.cc:216
4779
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
4782
#: ../plugin/transaction_log/module.cc:258
4783
msgid "DEBUGGING - Truncate transaction log"
4786
#: ../plugin/transaction_log/module.cc:261
4787
msgid "Enable CRC32 Checksumming of each written transaction log entry"
4790
#: ../plugin/transaction_log/module.cc:264
4791
msgid "Enable transaction log"
4794
#: ../plugin/transaction_log/module.cc:267
4795
msgid "Path to the file to use for transaction log"
4798
#: ../plugin/transaction_log/module.cc:273
4800
"0 == rely on operating system to sync log file (default), 1 == sync file at "
4801
"each transaction write, 2 == sync log file once per second"
4804
#: ../plugin/transaction_log/module.cc:276
4805
msgid "Number of slots for in-memory write buffers (default=8)."
4808
#: ../plugin/transaction_log/print_transaction_message.cc:135
4810
msgid "GPB message is not a valid type.\n"
4813
#: ../plugin/transaction_log/print_transaction_message.cc:155
4815
msgid "GPB message is not a valid size.\n"
4818
#: ../plugin/transaction_log/transaction_log.cc:114
4819
msgid "Failed to open transaction log file "
4822
#: ../plugin/transaction_log/transaction_log.cc:215
4825
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
4826
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
4829
#: ../plugin/transaction_log/transaction_log.cc:236
4831
msgid "Failed to sync log file. Got error: %s\n"
4834
#: ../plugin/transaction_log/transaction_log_reader.cc:119
4835
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
4837
msgid "Attempted to read record bigger than INT_MAX\n"
4840
#: ../plugin/transaction_log/transaction_log_reader.cc:139
4842
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4845
#: ../plugin/transaction_log/transaction_log_reader.cc:174
4847
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
4850
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
4851
msgid "Cannot open file: "
4854
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
4855
msgid "Could not skip to position "
4858
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
4859
msgid "Found a non-transaction message in log. Currently, not supported.\n"
4862
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
4863
msgid "Memory allocation failure trying to allocate "
4866
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
4870
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
4874
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
4880
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
4881
msgid "Unable to parse command. Got error: "
4884
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
4891
#: ../plugin/transaction_log/utilities/transaction_reader.cc:428
4893
msgid "Display help and exit"
4894
msgstr "ఈ సహాయాన్ని చూపిస్తుంది."
4896
#: ../plugin/transaction_log/utilities/transaction_reader.cc:429
4897
msgid "Read from the innodb transaction log"
4900
#: ../plugin/transaction_log/utilities/transaction_reader.cc:435
4901
msgid "Password to use when connecting to server"
4904
#: ../plugin/transaction_log/utilities/transaction_reader.cc:438
4905
msgid "Perform checksum"
4908
#: ../plugin/transaction_log/utilities/transaction_reader.cc:439
4909
msgid "Ignore event messages"
4912
#: ../plugin/transaction_log/utilities/transaction_reader.cc:440
4913
msgid "Transaction log file"
4916
#: ../plugin/transaction_log/utilities/transaction_reader.cc:441
4917
msgid "Print raw Protobuf messages instead of SQL"
4920
#: ../plugin/transaction_log/utilities/transaction_reader.cc:444
4921
msgid "Start reading from the given file position"
4924
#: ../plugin/transaction_log/utilities/transaction_reader.cc:447
4925
msgid "Only output for the given transaction ID and later"
4928
#: ../plugin/transaction_log/utilities/transaction_reader.cc:450
4929
msgid "Only output for the given transaction ID"
4932
#: ../plugin/transaction_log/utilities/transaction_reader.cc:451
4933
msgid "Summarize message contents"
4936
#: ../plugin/transaction_log/utilities/transaction_reader.cc:485
4937
msgid "Cannot use --start-pos and --transaction-id together\n"
4940
#: ../plugin/transaction_log/utilities/transaction_reader.cc:491
4941
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
4944
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
4945
msgid "Checksum failed. Wanted "
4948
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
4953
#~ msgid "--help : Display help and exit\n"
4954
#~ msgstr "ఈ సహాయాన్ని చూపిస్తుంది."