1
# Bengali translation for drizzle
2
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: \n"
10
"POT-Creation-Date: 2011-02-01 09:29-0500\n"
11
"PO-Revision-Date: 2010-12-14 00:33+0000\n"
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
"Language-Team: Bengali <bn@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
18
"Plural-Forms: nplurals=2; plural=n != 1;\n"
19
"X-Launchpad-Export-Date: 2010-12-15 04:37+0000\n"
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: ../client/drizzle.cc:468
23
msgid "Synonym for `help'."
26
#: ../client/drizzle.cc:469
27
msgid "Clear command."
30
#: ../client/drizzle.cc:471
31
msgid "Reconnect to the server. Optional arguments are db and host."
34
#: ../client/drizzle.cc:473
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: ../client/drizzle.cc:475
40
msgid "Send command to drizzle server, display result vertically."
43
#: ../client/drizzle.cc:476
44
msgid "Exit drizzle. Same as quit."
47
#: ../client/drizzle.cc:477
48
msgid "Send command to drizzle server."
51
#: ../client/drizzle.cc:478
52
msgid "Display this help."
55
#: ../client/drizzle.cc:479
56
msgid "Disable pager, print to stdout."
59
#: ../client/drizzle.cc:480
60
msgid "Don't write into outfile."
63
#: ../client/drizzle.cc:482
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
#: ../client/drizzle.cc:483
68
msgid "Print current command."
71
#: ../client/drizzle.cc:484
72
msgid "Change your drizzle prompt."
75
#: ../client/drizzle.cc:485
79
#: ../client/drizzle.cc:486
80
msgid "Rebuild completion hash."
83
#: ../client/drizzle.cc:488
84
msgid "Execute an SQL script file. Takes a file name as an argument."
87
#: ../client/drizzle.cc:489
88
msgid "Get status information from the server."
91
#: ../client/drizzle.cc:491
92
msgid "Set outfile [to_outfile]. Append everything into given outfile."
95
#: ../client/drizzle.cc:493
96
msgid "Use another schema. Takes schema name as argument."
99
#: ../client/drizzle.cc:495
100
msgid "Shutdown the instance you are connected too."
103
#: ../client/drizzle.cc:497 ../client/drizzle.cc:1321
104
msgid "Show warnings after every statement."
107
#: ../client/drizzle.cc:499
108
msgid "Don't show warnings after every statement."
111
#: ../client/drizzle.cc:1149 ../client/drizzle.cc:3895
113
msgid "shutting down drizzled"
116
#: ../client/drizzle.cc:1151 ../client/drizzle.cc:3897
121
#: ../client/drizzle.cc:1160 ../client/drizzle.cc:1166
122
#: ../client/drizzle.cc:3906 ../client/drizzle.cc:3912
124
msgid "shutdown failed; error: '%s'"
127
#: ../client/drizzle.cc:1175 ../client/drizzle.cc:3921
132
#: ../client/drizzle.cc:1196
134
msgid "drizzled is alive\n"
137
#: ../client/drizzle.cc:1202
139
msgid "ping failed; error: '%s'"
142
#: ../client/drizzle.cc:1208
144
msgid "drizzled won't answer to ping, error: '%s'"
147
#: ../client/drizzle.cc:1257
148
msgid "Error: Invalid Value for connect_timeout"
151
#: ../client/drizzle.cc:1268
152
msgid "Error: Invalid Value for max_input_line"
155
#: ../client/drizzle.cc:1287 ../client/drizzledump.cc:482
156
msgid "Options used only in command line"
159
#: ../client/drizzle.cc:1289
160
msgid "Displays this help and exit."
163
#: ../client/drizzle.cc:1290
165
"Don't use history file. Disable interactive behavior. (Enables --silent)"
168
#: ../client/drizzle.cc:1292
169
msgid "Display column type information."
172
#: ../client/drizzle.cc:1294
174
"Preserve comments. Send comments to the server. The default is --skip-"
175
"comments (discard comments), enable with --comments"
178
#: ../client/drizzle.cc:1296
179
msgid "Print the output of a query (rows) vertically."
182
#: ../client/drizzle.cc:1298
183
msgid "Continue even if we get an sql error."
186
#: ../client/drizzle.cc:1300
188
"Enable named commands. Named commands mean this program's internal commands; "
189
"see drizzle> help . When enabled, the named commands can be used from any "
190
"line of the query, otherwise only from the first line, before an enter."
193
#: ../client/drizzle.cc:1302
194
msgid "Turn off beep on error."
197
#: ../client/drizzle.cc:1303
198
msgid "Do not write line numbers for errors."
201
#: ../client/drizzle.cc:1304
202
msgid "Do not write column names in results."
205
#: ../client/drizzle.cc:1306
207
"Don't write column names in results. WARNING: -N is deprecated, use long "
208
"version of this options instead."
211
#: ../client/drizzle.cc:1308
213
"Change the value of a variable. Please note that this option is deprecated; "
214
"you can set variables directly with --variable-name=value."
217
#: ../client/drizzle.cc:1310
218
msgid "Output in table format."
221
#: ../client/drizzle.cc:1312
222
msgid "Only allow UPDATE and DELETE that uses keys."
225
#: ../client/drizzle.cc:1314
226
msgid "Synonym for option --safe-updates, -U."
229
#: ../client/drizzle.cc:1316
230
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
233
#: ../client/drizzle.cc:1317 ../client/drizzledump.cc:506
234
#: ../drizzled/drizzled.cc:1235
235
msgid "Output version information and exit."
238
#: ../client/drizzle.cc:1319
239
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
242
#: ../client/drizzle.cc:1323
243
msgid "Number of lines before each import progress report."
246
#: ../client/drizzle.cc:1325
247
msgid "Ping the server to check if it's alive."
250
#: ../client/drizzle.cc:1327 ../drizzled/drizzled.cc:1154
251
msgid "Configuration file defaults are not used if no-defaults is set"
254
#: ../client/drizzle.cc:1330 ../client/drizzledump.cc:514
255
msgid "Options specific to the drizzle client"
258
#: ../client/drizzle.cc:1333
260
"Disable automatic rehashing. One doesn't need to use 'rehash' to get table "
261
"and field completion, but startup and reconnecting may take a longer time."
264
#: ../client/drizzle.cc:1335
266
"Automatically switch to vertical output mode if the result is wider than the "
270
#: ../client/drizzle.cc:1337
271
msgid "Database to use."
274
#: ../client/drizzle.cc:1339
278
#: ../client/drizzle.cc:1341
279
msgid "Delimiter to be used."
282
#: ../client/drizzle.cc:1343
283
msgid "Execute command and quit. (Disables --force and history file)"
286
#: ../client/drizzle.cc:1345
287
msgid "Enable LOAD DATA LOCAL INFILE."
290
#: ../client/drizzle.cc:1347
291
msgid "Flush buffer after each query."
294
#: ../client/drizzle.cc:1349
295
msgid "Ignore SIGINT (CTRL-C)"
298
#: ../client/drizzle.cc:1351
300
"Only update the default database. This is useful for skipping updates to "
301
"other database in the update log."
304
#: ../client/drizzle.cc:1353
306
"Pager to use to display results. If you don't supply an option the default "
307
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
308
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
309
"work in batch mode. Disable with --disable-pager. This option is disabled by "
313
#: ../client/drizzle.cc:1355
314
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
317
#: ../client/drizzle.cc:1357
318
msgid "Set the drizzle prompt to this value."
321
#: ../client/drizzle.cc:1359
323
"Don't cache result, print it row by row. This may slow down the server if "
324
"the output is suspended. Doesn't use history file."
327
#: ../client/drizzle.cc:1361
328
msgid "Write fields without conversion. Used with --batch."
331
#: ../client/drizzle.cc:1362
332
msgid "Do not reconnect if the connection is lost."
335
#: ../client/drizzle.cc:1364
336
msgid "Shutdown the server"
339
#: ../client/drizzle.cc:1365
341
"Be more silent. Print results with a tab as separator, each row on new line."
344
#: ../client/drizzle.cc:1367
346
"Append everything into outfile. See interactive help (\\h) also. Does not "
347
"work in batch mode. Disable with --disable-tee. This option is disabled by "
351
#: ../client/drizzle.cc:1369
352
msgid "Disable outfile. See interactive help (\\h) also."
355
#: ../client/drizzle.cc:1371
356
msgid "Number of seconds before connection timeout."
359
#: ../client/drizzle.cc:1373
360
msgid "Max length of input line"
363
#: ../client/drizzle.cc:1375
364
msgid "Automatic limit for SELECT when using --safe-updates"
367
#: ../client/drizzle.cc:1377
368
msgid "Automatic limit for rows in a join when using --safe-updates"
371
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
372
msgid "Options specific to the client"
375
#: ../client/drizzle.cc:1383
376
msgid "Connect to host"
379
#: ../client/drizzle.cc:1385
381
"Password to use when connecting to server. If password is not given it's "
382
"asked from the tty."
385
#: ../client/drizzle.cc:1387
387
"Port number to use for connection or 0 for default to, in order of "
388
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
391
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
392
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
393
msgid "User for login if not current user."
396
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
397
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
398
msgid "The protocol of connection (mysql or drizzle)."
401
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
402
msgid "Allowed Options"
405
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
407
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
410
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
411
msgid "DELIMITER cannot contain a backslash character"
414
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
415
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
416
#: ../client/drizzletest.cc:5659
417
msgid "Error: Unknown protocol"
420
#: ../client/drizzle.cc:1627
422
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
425
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
427
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
430
#: ../client/drizzle.cc:1679
433
"Copyright (C) 2008 Sun Microsystems\n"
434
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
435
"and you are welcome to modify and redistribute it under the GPL license\n"
438
#: ../client/drizzle.cc:1684
440
msgid "Usage: drizzle [OPTIONS] [schema]\n"
443
#: ../client/drizzle.cc:1738
445
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
448
#: ../client/drizzle.cc:1747
451
"Your Drizzle connection id is %u\n"
452
"Connection protocol: %s\n"
453
"Server version: %s\n"
456
#: ../client/drizzle.cc:1781
458
msgid "Reading history-file %s\n"
461
#: ../client/drizzle.cc:1785
463
msgid "Couldn't allocate memory for temp histfile!\n"
466
#: ../client/drizzle.cc:1792
467
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
470
#: ../client/drizzle.cc:1802
474
#: ../client/drizzle.cc:1815
476
msgid "Writing history-file %s\n"
479
#: ../client/drizzle.cc:1823
483
#: ../client/drizzle.cc:1823
487
#: ../client/drizzle.cc:1873
488
msgid "Query aborted by Ctrl+C\n"
491
#: ../client/drizzle.cc:1957
493
msgid "Processing line: %<PRIu32>\n"
496
#: ../client/drizzle.cc:2175
497
msgid "Unknown command: "
500
#: ../client/drizzle.cc:2346
501
msgid "Not found a delimiter within max_input_line of input"
504
#: ../client/drizzle.cc:2592
506
"Reading table information for completion of table and column names\n"
507
"You can turn off this feature to get a quicker startup with -A\n"
511
#: ../client/drizzle.cc:2631
512
msgid "No connection. Trying to reconnect..."
515
#: ../client/drizzle.cc:2637
516
msgid "Can't connect to the server\n"
519
#: ../client/drizzle.cc:2721
520
msgid "List of all Drizzle commands:"
523
#: ../client/drizzle.cc:2725
526
"Note that all text commands must be first on line and end with '%s' or \\g"
529
#: ../client/drizzle.cc:2783
530
msgid "No query specified\n"
533
#: ../client/drizzle.cc:2798
534
msgid "Ignoring query to other database"
537
#: ../client/drizzle.cc:2848
541
#: ../client/drizzle.cc:2861
543
msgid "%ld row in set"
544
msgid_plural "%ld rows in set"
548
#: ../client/drizzle.cc:2870
552
#: ../client/drizzle.cc:2872
554
msgid "Query OK, %ld row affected"
555
msgid_plural "Query OK, %ld rows affected"
559
#: ../client/drizzle.cc:2944
560
msgid "popen() failed! defaulting PAGER to stdout!\n"
563
#: ../client/drizzle.cc:2966
565
msgid "Error logging to file '%s'\n"
568
#: ../client/drizzle.cc:2971
570
msgid "Logging to file '%s'\n"
573
#: ../client/drizzle.cc:3055
582
"Collation: %s (%u)\n"
590
#: ../client/drizzle.cc:3522
592
msgid "No previous outfile available, you must give a filename!\n"
595
#: ../client/drizzle.cc:3527
597
msgid "Currently logging to file '%s'\n"
600
#: ../client/drizzle.cc:3547
602
msgid "No outfile specified!\n"
605
#: ../client/drizzle.cc:3560
606
msgid "Outfile disabled.\n"
609
#: ../client/drizzle.cc:3587
610
msgid "Default pager wasn't set, using stdout.\n"
613
#: ../client/drizzle.cc:3607
615
msgid "PAGER set to '%s'\n"
618
#: ../client/drizzle.cc:3618
619
msgid "PAGER set to stdout\n"
622
#: ../client/drizzle.cc:3701
624
msgid "Connection id: %u"
627
#: ../client/drizzle.cc:3703
629
msgid "Current schema: %.128s\n"
632
#: ../client/drizzle.cc:3704
637
#: ../client/drizzle.cc:3724
638
msgid "Usage: \\. <filename> | source <filename>"
641
#: ../client/drizzle.cc:3739
643
msgid "Failed to open file '%s', error: %d"
646
#: ../client/drizzle.cc:3747
647
msgid "Can't initialize LineBuffer"
650
#: ../client/drizzle.cc:3783
651
msgid "DELIMITER must be followed by a 'delimiter' character or string"
654
#: ../client/drizzle.cc:3816
655
msgid "USE must be followed by a schema name"
658
#: ../client/drizzle.cc:3884
659
msgid "Schema changed"
662
#: ../client/drizzle.cc:3930
663
msgid "Show warnings enabled."
666
#: ../client/drizzle.cc:3938
667
msgid "Show warnings disabled."
670
#: ../client/drizzle.cc:4088
674
"Connection id:\t\t%lu\n"
677
#: ../client/drizzle.cc:4100
679
msgid "Current schema:\t%s\n"
682
#: ../client/drizzle.cc:4101
684
msgid "Current user:\t\t%s\n"
687
#: ../client/drizzle.cc:4107
688
msgid "SSL:\t\t\tNot in use"
691
#: ../client/drizzle.cc:4112
697
#: ../client/drizzle.cc:4119
700
"All updates ignored to this schema\n"
703
#: ../client/drizzle.cc:4122
705
msgid "Current pager:\t\t%s\n"
708
#: ../client/drizzle.cc:4123
710
msgid "Using outfile:\t\t'%s'\n"
713
#: ../client/drizzle.cc:4124
715
msgid "Using delimiter:\t%s\n"
718
#: ../client/drizzle.cc:4125
720
msgid "Server version:\t\t%s\n"
723
#: ../client/drizzle.cc:4126
725
msgid "Protocol:\t\t%s\n"
728
#: ../client/drizzle.cc:4127
730
msgid "Protocol version:\t%d\n"
733
#: ../client/drizzle.cc:4128
735
msgid "Connection:\t\t%s\n"
738
#: ../client/drizzle.cc:4135
740
msgid "UNIX socket:\t\t%s\n"
743
#: ../client/drizzle.cc:4137
745
msgid "TCP port:\t\t%d\n"
748
#: ../client/drizzle.cc:4142
751
"Note that you are running in safe_update_mode:\n"
754
#: ../client/drizzle.cc:4144
757
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
759
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
761
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
762
" Max number of examined row combination in a join is set to: %"
767
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
772
#: ../client/drizzle.cc:4249
774
msgid "ERROR %d (%s): "
777
#: ../client/drizzle.cc:4251
782
#: ../client/drizzle.cc:4254
786
#: ../client/drizzle.cc:4387
790
#: ../client/drizzle.cc:4389
794
#: ../client/drizzle.cc:4395
798
#: ../client/drizzle.cc:4401
802
#: ../client/drizzle.cc:4502
806
#: ../client/drizzle.cc:4622
808
msgid "Returning to default PROMPT of %s\n"
811
#: ../client/drizzle.cc:4627
812
msgid "Memory allocation error. Not changing prompt\n"
815
#: ../client/drizzle.cc:4632
817
msgid "PROMPT set to '%s'\n"
820
#: ../client/drizzledump.cc:229
821
msgid "Error inserting into destination database"
824
#: ../client/drizzledump.cc:253
826
msgid "Got errno %d on write"
829
#: ../client/drizzledump.cc:298
832
"%s: You can't use --single-transaction and --lock-all-tables at the same "
836
#: ../client/drizzledump.cc:305
838
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
841
#: ../client/drizzledump.cc:373
842
msgid "-- Retrieving database structures..."
845
#: ../client/drizzledump.cc:485
847
"Dump all the databases. This will be same as --databases with all databases "
851
#: ../client/drizzledump.cc:487
852
msgid "Dump all the tablespaces."
855
#: ../client/drizzledump.cc:489
856
msgid "Use complete insert statements."
859
#: ../client/drizzledump.cc:491
861
"Flush logs file in server before starting dump. Note that if you dump many "
862
"databases at once (using the option --databases= or --all-databases), the "
863
"logs will be flushed for each database dumped. The exception is when using --"
864
"lock-all-tables in this case the logs will be flushed only once, "
865
"corresponding to the moment all tables are locked. So if you want your dump "
866
"and the log flush to happen at the same exact moment you should use --lock-"
867
"all-tables or --flush-logs"
870
#: ../client/drizzledump.cc:493
871
msgid "Continue even if we get an sql-error."
874
#: ../client/drizzledump.cc:494
875
msgid "Display this help message and exit."
878
#: ../client/drizzledump.cc:496
880
"Locks all tables across all databases. This is achieved by taking a global "
881
"read lock for the duration of the whole dump. Automatically turns --single-"
885
#: ../client/drizzledump.cc:498
887
"Creates a consistent snapshot by dumping all tables in a single transaction. "
888
"Works ONLY for tables stored in storage engines which support "
889
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
890
"be consistent for other storage engines. While a --single-transaction dump "
891
"is in process, to ensure a valid dump file (correct table contents), no "
892
"other connection should use the following statements: ALTER TABLE, DROP "
893
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
897
#: ../client/drizzledump.cc:500
899
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
900
"extended-insert and --disable-keys."
903
#: ../client/drizzledump.cc:501
904
msgid "Overrides option --databases (-B)."
907
#: ../client/drizzledump.cc:503
908
msgid "Number of rows before each output progress report (requires --verbose)."
911
#: ../client/drizzledump.cc:505
912
msgid "Print info about the various stages."
915
#: ../client/drizzledump.cc:507
916
msgid "Turn off Comments"
919
#: ../client/drizzledump.cc:508
920
msgid "Turn off create-options"
923
#: ../client/drizzledump.cc:509
924
msgid "Turn off extended-insert"
927
#: ../client/drizzledump.cc:510
928
msgid "Turn off dump date at the end of the output"
931
#: ../client/drizzledump.cc:511
932
msgid "Do not read from the configuration files"
935
#: ../client/drizzledump.cc:517
936
msgid "Add a 'DROP DATABASE' before each create."
939
#: ../client/drizzledump.cc:518
940
msgid "Do not add a 'drop table' before each create."
943
#: ../client/drizzledump.cc:520
945
"Give less verbose output (useful for debugging). Disables structure comments "
946
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
947
"set-names --skip-disable-keys"
950
#: ../client/drizzledump.cc:522
952
"To dump several databases. Note the difference in usage; In this case no "
953
"tables are given. All name arguments are regarded as databasenames. 'USE "
954
"db_name;' will be included in the output."
957
#: ../client/drizzledump.cc:524
959
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
960
"will not be put in the output."
963
#: ../client/drizzledump.cc:526
965
"Do not dump the specified table. To specify more than one table to ignore, "
966
"use the directive multiple times, once for each table. Each table must be "
967
"specified with both database and table names, e.g. --ignore-table=database."
971
#: ../client/drizzledump.cc:528
972
msgid "Insert rows with INSERT IGNORE."
975
#: ../client/drizzledump.cc:530
976
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
979
#: ../client/drizzledump.cc:532
981
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
982
"above line will be added otherwise, if --databases or --all-databases option "
986
#: ../client/drizzledump.cc:534
987
msgid "No row information."
990
#: ../client/drizzledump.cc:536
991
msgid "Use REPLACE INTO instead of INSERT INTO."
994
#: ../client/drizzledump.cc:538
995
msgid "Where to send output to (stdout|database"
998
#: ../client/drizzledump.cc:540
1000
"Hostname for destination db server (requires --destination-type=database)"
1003
#: ../client/drizzledump.cc:542
1005
"Port number for destination db server (requires --destination-type=database)"
1008
#: ../client/drizzledump.cc:544
1010
"User name for destination db server (resquires --destination-type=database)"
1013
#: ../client/drizzledump.cc:546
1015
"Password for destination db server (requires --destination-type=database)"
1018
#: ../client/drizzledump.cc:548
1020
"The database in the destination db server (requires --destination-"
1021
"type=database, not for use with --all-databases)"
1024
#: ../client/drizzledump.cc:550
1026
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1030
#: ../client/drizzledump.cc:556
1031
msgid "Connect to host."
1034
#: ../client/drizzledump.cc:558
1036
"Password to use when connecting to server. If password is not given it's "
1037
"solicited on the tty."
1040
#: ../client/drizzledump.cc:560
1041
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1042
msgid "Port number to use for connection."
1045
#: ../client/drizzledump.cc:567
1046
msgid "Hidden Options"
1049
#: ../client/drizzledump.cc:569
1050
msgid "Used to select the database"
1053
#: ../client/drizzledump.cc:570
1054
msgid "Used to select the tables"
1057
#: ../client/drizzledump.cc:573
1058
msgid "Allowed Options + Hidden Options"
1061
#: ../client/drizzledump.cc:637
1063
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1066
#: ../client/drizzledump.cc:642
1068
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1069
"and you are welcome to modify and redistribute it under the GPL license\n"
1072
#: ../client/drizzledump.cc:643
1073
msgid "Dumps definitions and data from a Drizzle database server"
1076
#: ../client/drizzledump.cc:644
1078
msgid "Usage: %s [OPTIONS] database [tables]\n"
1081
#: ../client/drizzledump.cc:645
1083
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1086
#: ../client/drizzledump.cc:647
1088
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1091
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1092
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
1094
msgid "Value supplied for port is not valid.\n"
1097
#: ../client/drizzledump.cc:743
1099
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1102
#: ../client/drizzledump_data.cc:268
1103
msgid "-- Retrieving data for "
1106
#: ../client/drizzledump_data.cc:300
1107
msgid " rows dumped for table "
1110
#: ../client/drizzledump_data.cc:547
1111
msgid "-- Connecting to "
1114
#: ../client/drizzledump_data.cc:547
1115
msgid " using protocol "
1118
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1119
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1120
msgid "Error executing query: "
1123
#: ../client/drizzledump_data.cc:602
1124
msgid "Could not buffer result: "
1127
#: ../client/drizzledump_data.cc:648
1128
msgid "Error: Could not set db '"
1131
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1132
#: ../client/drizzledump_data.cc:673
1136
#: ../client/drizzledump_data.cc:682
1137
msgid "-- Disconnecting from "
1140
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1141
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1142
msgid "-- Retrieving table structures for "
1145
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1146
msgid "-- Retrieving fields for "
1149
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1150
msgid "-- Retrieving indexes for "
1153
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1154
msgid "-- Retrieving foreign keys for "
1157
#: ../client/drizzleslap.cc:2292
1159
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1162
#: ../client/drizzletest.cc:5412
1163
msgid "Error: Invalid Value for opt_max_connect_retries"
1166
#: ../client/drizzletest.cc:5422
1167
msgid "Error: Invalid Value for opt_tail_lines"
1170
#: ../client/drizzletest.cc:5432
1171
msgid "Error: Invalid Value for opt_sleep"
1174
#: ../client/drizzletest.cc:5623
1176
msgid "Could not open '%s' for reading: errno = %d"
1179
#: ../client/drizzletest.cc:5628
1181
msgid "Out of memory"
1184
#: ../drizzled/drizzled.cc:491
1188
#: ../drizzled/drizzled.cc:550
1189
msgid "One can only use the --user switch if running as root\n"
1192
#: ../drizzled/drizzled.cc:557
1194
"Fatal error: Please read \"Security\" section of the manual to find out how "
1195
"to run drizzled as root!\n"
1198
#: ../drizzled/drizzled.cc:577
1201
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1205
#: ../drizzled/drizzled.cc:602
1206
msgid "Set process group ID failed"
1209
#: ../drizzled/drizzled.cc:607
1210
msgid "Set process user ID failed"
1213
#: ../drizzled/drizzled.cc:619
1214
msgid "Process chroot failed"
1217
#: ../drizzled/drizzled.cc:739
1218
msgid "Error: Invalid Value for auto_increment_increment"
1221
#: ../drizzled/drizzled.cc:750
1222
msgid "Error: Invalid Value for auto_increment_offset"
1225
#: ../drizzled/drizzled.cc:761
1226
msgid "Error: Invalid Value for completion_type"
1229
#: ../drizzled/drizzled.cc:773
1230
msgid "Error: Invalid Value for div-precision-increment"
1233
#: ../drizzled/drizzled.cc:784
1234
msgid "Error: Invalid Value for group_concat_max_len"
1237
#: ../drizzled/drizzled.cc:795
1238
msgid "Error: Invalid Value for join_buffer_size"
1241
#: ../drizzled/drizzled.cc:807
1242
msgid "Error: Invalid Value for max_allowed_packet"
1245
#: ../drizzled/drizzled.cc:819
1246
msgid "Error: Invalid Value for max_error_count"
1249
#: ../drizzled/drizzled.cc:830
1250
msgid "Error: Invalid Value for max_heap_table_size"
1253
#: ../drizzled/drizzled.cc:842
1254
msgid "Error: Invalid Value for min_examined_row_limit"
1257
#: ../drizzled/drizzled.cc:853
1258
msgid "Error: Invalid Value for max_join_size"
1261
#: ../drizzled/drizzled.cc:864
1262
msgid "Error: Invalid Value for max_length_for_sort_data"
1265
#: ../drizzled/drizzled.cc:875
1266
msgid "Error: Invalid Value for max_seeks_for_key"
1269
#: ../drizzled/drizzled.cc:886
1270
msgid "Error: Invalid Value for max_sort_length"
1273
#: ../drizzled/drizzled.cc:897
1274
msgid "Error: Invalid Value for optimizer_search_depth"
1277
#: ../drizzled/drizzled.cc:908
1278
msgid "Error: Invalid Value for preload_buff_size"
1281
#: ../drizzled/drizzled.cc:919
1282
msgid "Error: Invalid Value for query_alloc_block_size"
1285
#: ../drizzled/drizzled.cc:931
1286
msgid "Error: Invalid Value for query_prealloc_size"
1289
#: ../drizzled/drizzled.cc:943
1290
msgid "Error: Invalid Value for range_alloc_block_size"
1293
#: ../drizzled/drizzled.cc:955
1294
msgid "Error: Invalid Value for read_buff_size"
1297
#: ../drizzled/drizzled.cc:967
1298
msgid "Error: Invalid Value for read_rnd_buff_size"
1301
#: ../drizzled/drizzled.cc:978
1302
msgid "Error: Invalid Value for sort_buff_size"
1305
#: ../drizzled/drizzled.cc:989
1306
msgid "Error: Invalid Value for table_def_size"
1309
#: ../drizzled/drizzled.cc:1000
1310
msgid "Error: Invalid Value for table_cache_size"
1313
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1314
msgid "Error: Invalid Value for table_lock_wait_timeout"
1317
#: ../drizzled/drizzled.cc:1038
1319
"Error: Invalid Value for transaction_message_threshold valid values are "
1320
"between 131072 - 1048576 bytes"
1323
#: ../drizzled/drizzled.cc:1096
1325
msgid "Defaults file '%s' not found\n"
1328
#: ../drizzled/drizzled.cc:1138
1330
msgid "gethostname failed, using '%s' as hostname"
1333
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1334
msgid "Display this help and exit."
1337
#: ../drizzled/drizzled.cc:1156
1338
msgid "Configuration file to use"
1341
#: ../drizzled/drizzled.cc:1158
1342
msgid "Base location for config files"
1345
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1346
msgid "Directory for plugins."
1349
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1351
"Optional comma separated list of plugins to load at startup in addition to "
1352
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1355
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1357
"Optional comma separated list of plugins to not load at startup. Effectively "
1358
"removes a plugin from the list of plugins to be loaded. [for example: --"
1359
"plugin_remove=crc32,logger_gearman]"
1362
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1364
"Optional comma separated list of plugins to load at starup instead of the "
1365
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1368
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
1369
msgid "Auto-increment columns are incremented by this"
1372
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1374
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1378
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1380
"Path to installation directory. All paths are usually resolved relative to "
1384
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1385
msgid "Chroot drizzled daemon during startup."
1388
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1389
msgid "Set the default collation."
1392
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1393
msgid "Default completion type."
1396
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1397
msgid "Write core on errors."
1400
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1401
msgid "Path to the database root."
1404
#: ../drizzled/drizzled.cc:1196
1405
msgid "Set the default storage engine for tables."
1408
#: ../drizzled/drizzled.cc:1198
1409
msgid "Set the default time zone."
1412
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1413
msgid "Used for debugging; Use at your own risk!"
1416
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1417
msgid "Set up signals usable for debugging"
1420
#: ../drizzled/drizzled.cc:1204
1421
msgid "Set the language used for the month names and the days of the week."
1424
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1425
msgid "Log some not critical warnings to the log file."
1428
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1429
msgid "Pid file used by drizzled."
1432
#: ../drizzled/drizzled.cc:1210
1433
msgid "Maximum time in seconds to wait for the port to become free. "
1436
#: ../drizzled/drizzled.cc:1212
1437
msgid "Include the SQL query in replicated protobuf messages."
1440
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1442
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1443
"specified directory"
1446
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
1448
"Uniquely identifies the server instance in the community of replication "
1452
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
1453
msgid "Don't print a stack trace on failure."
1456
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1457
msgid "Enable symbolic link support."
1460
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
1462
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1465
#: ../drizzled/drizzled.cc:1227
1466
msgid "Path for temporary files."
1469
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1470
msgid "Default transaction isolation level."
1473
#: ../drizzled/drizzled.cc:1231
1475
"Max message size written to transaction log, valid values 131072 - 1048576 "
1479
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1480
msgid "Run drizzled daemon as user."
1483
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1485
"The number of outstanding connection requests Drizzle can have. This comes "
1486
"into play when the main Drizzle thread gets very many connection requests in "
1487
"a very short time."
1490
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1492
"Size of tree cache used in bulk insert optimization. Note that this is a "
1496
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
1498
"Precision of the result of '/' operator will be increased on that value."
1501
#: ../drizzled/drizzled.cc:1248
1502
msgid "The maximum length of the result of function group_concat."
1505
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
1506
msgid "The size of the buffer that is used for full joins."
1509
#: ../drizzled/drizzled.cc:1253
1511
"A global cap on the amount of memory that can be allocated by session join "
1512
"buffers (0 means unlimited)"
1515
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
1516
msgid "Max packetlength to send/receive from to server."
1519
#: ../drizzled/drizzled.cc:1257
1520
msgid "Max number of errors/warnings to store for a statement."
1523
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
1524
msgid "Don't allow creation of heap tables bigger than this."
1527
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
1529
"Joins that are probably going to read more than max_join_size records return "
1533
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
1534
msgid "Max number of bytes in sorted records."
1537
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
1538
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1541
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
1543
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1544
"max_sort_length bytes of each value are used; the rest are ignored)."
1547
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
1548
msgid "After this many write locks, allow some read locks to run in between."
1551
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
1553
"Don't log queries which examine less than min_examined_row_limit rows to "
1557
#: ../drizzled/drizzled.cc:1277
1559
"Do not apply any heuristic(s) during query optimization to prune, thus "
1560
"perform an exhaustive search from the optimizer search space."
1563
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
1565
"Maximum depth of search performed by the query optimizer. Values larger than "
1566
"the number of relations in a query result in better query plans, but take "
1567
"longer to compile a query. Smaller values than the number of tables in a "
1568
"relation result in faster optimization, but may produce very bad query "
1569
"plans. If set to 0, the system will automatically pick a reasonable value; "
1570
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1571
"(used for testing/comparison)."
1574
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
1575
msgid "The size of the buffer that is allocated when preloading indexes"
1578
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
1579
msgid "Allocation block size for query parsing and execution"
1582
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
1583
msgid "Persistent buffer for query parsing and execution"
1586
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
1587
msgid "Allocation block size for storing ranges during optimization"
1590
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
1592
"Each thread that does a sequential scan allocates a buffer of this size for "
1593
"each table it scans. If you do many sequential scans, you may want to "
1594
"increase this value."
1597
#: ../drizzled/drizzled.cc:1306
1598
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1601
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
1603
"When reading rows in sorted order after a sort, the rows are read through "
1604
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1608
#: ../drizzled/drizzled.cc:1314
1609
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1612
#: ../drizzled/drizzled.cc:1316
1613
msgid "Select scheduler to be used (by default multi-thread)."
1616
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
1617
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1620
#: ../drizzled/drizzled.cc:1322
1622
"A global cap on the amount of memory that can be allocated by session sort "
1623
"buffers (0 means unlimited)"
1626
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
1627
msgid "The number of cached table definitions."
1630
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
1631
msgid "The number of cached open tables."
1634
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
1636
"Timeout in seconds to wait for a table level lock before returning an error. "
1637
"Used only if the connection has active cursors."
1640
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
1641
msgid "The stack size for each thread."
1644
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
1646
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1647
"automatically convert it to an on-disk MyISAM table."
1650
#: ../drizzled/drizzled.cc:1357
1651
msgid "Duplicate entry for command line option\n"
1654
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1655
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1656
#: ../drizzled/drizzled.cc:1484
1660
"Use --help to get a list of available options\n"
1663
#: ../drizzled/drizzled.cc:1434
1664
msgid "Failed to initialize plugins\n"
1667
#: ../drizzled/drizzled.cc:1472
1671
"Use --help to get a list of available options\n"
1674
#: ../drizzled/drizzled.cc:1521
1675
msgid "Error getting default charset"
1678
#: ../drizzled/drizzled.cc:1551
1679
msgid "Error setting collation"
1682
#: ../drizzled/drizzled.cc:1559
1684
msgid "Unknown locale: '%s'"
1687
#: ../drizzled/drizzled.cc:1579
1688
msgid "Could not initialize table cache\n"
1691
#: ../drizzled/drizzled.cc:1594
1692
msgid "XA cache initialization failed: Out of memory\n"
1695
#: ../drizzled/drizzled.cc:1624
1696
msgid "No scheduler found, cannot continue!\n"
1699
#: ../drizzled/drizzled.cc:1648
1701
msgid "Unknown/unsupported storage engine: %s\n"
1704
#: ../drizzled/drizzled.cc:1798
1706
"Maximum time in seconds to wait for the port to become free. (Default: no "
1710
#: ../drizzled/drizzled.cc:1907
1712
"Controls the heuristic(s) applied during query optimization to prune less-"
1713
"promising partial plans from the optimizer search space. Meaning: false - do "
1714
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1715
"based on number of retrieved rows."
1718
#: ../drizzled/drizzled.cc:2039
1720
"Copyright (C) 2008 Sun Microsystems\n"
1721
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1722
"and you are welcome to modify and redistribute it under the GPL license\n"
1726
#: ../drizzled/drizzled.cc:2046
1728
msgid "Usage: %s [OPTIONS]\n"
1731
#: ../drizzled/drizzled.cc:2167
1734
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1738
#: ../drizzled/drizzled.cc:2184
1739
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1742
#: ../drizzled/drizzled.cc:2197
1743
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1746
#: ../drizzled/drizzled.cc:2210
1747
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1750
#: ../drizzled/drizzled.cc:2223
1751
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1754
#: ../drizzled/drizzled.cc:2338
1757
"There was an error creating the '%s' part of the path '%s'. Please check "
1758
"the path exists and is writable.\n"
1761
#: ../drizzled/drizzled.cc:2345
1764
"There was an error opening the path '%s', please check the path exists and "
1768
#: ../drizzled/error.cc:133
1770
msgid "Unknown error %d"
1773
#: ../drizzled/error.cc:207
1777
#: ../drizzled/error.cc:208
1778
msgid "Error on first"
1781
#: ../drizzled/error.cc:209
1785
#: ../drizzled/error.cc:210
1789
#: ../drizzled/error.cc:211
1791
msgid "Can't create file '%-.200s' (errno: %d)"
1794
#: ../drizzled/error.cc:212
1796
msgid "Can't create table '%-.200s' (errno: %d)"
1799
#: ../drizzled/error.cc:213
1801
msgid "Can't create schema '%-.192s' (errno: %d)"
1804
#: ../drizzled/error.cc:214
1806
msgid "Can't create schema '%-.192s'; schema exists"
1809
#: ../drizzled/error.cc:215
1811
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1814
#: ../drizzled/error.cc:216
1816
msgid "Error on delete of '%-.192s' (errno: %d)"
1819
#: ../drizzled/error.cc:217
1821
msgid "Can't get status of '%-.200s' (errno: %d)"
1824
#: ../drizzled/error.cc:218
1826
msgid "Can't lock file (errno: %d)"
1829
#: ../drizzled/error.cc:219
1831
msgid "Can't open file: '%-.200s' (errno: %d)"
1834
#: ../drizzled/error.cc:220
1836
msgid "Can't find file: '%-.200s' (errno: %d)"
1839
#: ../drizzled/error.cc:221
1841
msgid "Can't read dir of '%-.192s' (errno: %d)"
1844
#: ../drizzled/error.cc:222
1846
msgid "Record has changed since last read in table '%-.192s'"
1849
#: ../drizzled/error.cc:223
1851
msgid "Disk full (%s); waiting for someone to free some space..."
1854
#: ../drizzled/error.cc:224
1856
msgid "Can't write; duplicate key in table '%-.192s'"
1859
#: ../drizzled/error.cc:225
1861
msgid "Error on close of '%-.192s' (errno: %d)"
1864
#: ../drizzled/error.cc:226
1866
msgid "Error reading file '%-.200s' (errno: %d)"
1869
#: ../drizzled/error.cc:227
1871
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1874
#: ../drizzled/error.cc:228
1876
msgid "Error writing file '%-.200s' (errno: %d)"
1879
#: ../drizzled/error.cc:229
1881
msgid "'%-.192s' is locked against change"
1884
#: ../drizzled/error.cc:230
1885
msgid "Sort aborted"
1888
#: ../drizzled/error.cc:231
1890
msgid "Got error %d from storage engine"
1893
#: ../drizzled/error.cc:232
1895
msgid "Table storage engine for '%-.192s' doesn't have this option"
1898
#: ../drizzled/error.cc:233
1900
msgid "Can't find record in '%-.192s'"
1903
#: ../drizzled/error.cc:234
1905
msgid "Incorrect information in file: '%-.200s'"
1908
#: ../drizzled/error.cc:235
1910
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1913
#: ../drizzled/error.cc:236
1915
msgid "Old key file for table '%-.192s'; repair it!"
1918
#: ../drizzled/error.cc:237
1920
msgid "Table '%-.192s' is read only"
1923
#: ../drizzled/error.cc:238
1925
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1928
#: ../drizzled/error.cc:239
1929
msgid "Out of sort memory; increase server sort buffer size"
1932
#: ../drizzled/error.cc:240
1933
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1936
#: ../drizzled/error.cc:241
1937
msgid "Global join memory constraint hit; increase join-heap-threshold"
1940
#: ../drizzled/error.cc:242
1941
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1944
#: ../drizzled/error.cc:243
1945
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1948
#: ../drizzled/error.cc:244
1950
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1953
#: ../drizzled/error.cc:245
1954
msgid "Too many connections"
1957
#: ../drizzled/error.cc:246
1959
"Out of memory; check if drizzled or some other process uses all available "
1960
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1961
"memory or you can add more swap space"
1964
#: ../drizzled/error.cc:247
1965
msgid "Can't get hostname for your address"
1968
#: ../drizzled/error.cc:248
1969
msgid "Bad handshake"
1972
#: ../drizzled/error.cc:249
1974
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
1977
#: ../drizzled/error.cc:250
1979
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1982
#: ../drizzled/error.cc:251
1983
msgid "No schema selected"
1986
#: ../drizzled/error.cc:252
1987
msgid "Unknown command"
1990
#: ../drizzled/error.cc:253
1992
msgid "Column '%-.192s' cannot be null"
1995
#: ../drizzled/error.cc:254
1997
msgid "Unknown schema '%-.192s'"
2000
#: ../drizzled/error.cc:255
2002
msgid "Table '%-.192s' already exists"
2005
#: ../drizzled/error.cc:256
2007
msgid "Unknown table '%-.100s'"
2010
#: ../drizzled/error.cc:257
2012
msgid "Column '%-.192s' in %-.192s is ambiguous"
2015
#: ../drizzled/error.cc:258
2016
msgid "Server shutdown in progress"
2019
#: ../drizzled/error.cc:259
2021
msgid "Unknown column '%-.192s' in '%-.192s'"
2024
#: ../drizzled/error.cc:260
2026
msgid "'%-.192s' isn't in GROUP BY"
2029
#: ../drizzled/error.cc:261
2031
msgid "Can't group on '%-.192s'"
2034
#: ../drizzled/error.cc:262
2035
msgid "Statement has sum functions and columns in same statement"
2038
#: ../drizzled/error.cc:263
2039
msgid "Column count doesn't match value count"
2042
#: ../drizzled/error.cc:264
2044
msgid "Identifier name '%-.100s' is too long"
2047
#: ../drizzled/error.cc:265
2049
msgid "Duplicate column name '%-.192s'"
2052
#: ../drizzled/error.cc:266
2054
msgid "Duplicate key name '%-.192s'"
2057
#: ../drizzled/error.cc:267
2059
msgid "Duplicate entry '%-.192s' for key %d"
2062
#: ../drizzled/error.cc:268
2064
msgid "Incorrect column specifier for column '%-.192s'"
2067
#: ../drizzled/error.cc:269
2069
msgid "%s near '%-.80s' at line %d"
2072
#: ../drizzled/error.cc:270
2074
msgid "Parsing error near '%s'"
2077
#: ../drizzled/error.cc:271
2078
msgid "Query was empty"
2081
#: ../drizzled/error.cc:272
2083
msgid "Not unique table/alias: '%-.192s'"
2086
#: ../drizzled/error.cc:273
2088
msgid "Invalid default value for '%-.192s'"
2091
#: ../drizzled/error.cc:274
2092
msgid "Multiple primary key defined"
2095
#: ../drizzled/error.cc:275
2097
msgid "Too many keys specified; max %d keys allowed"
2100
#: ../drizzled/error.cc:276
2102
msgid "Too many key parts specified; max %d parts allowed"
2105
#: ../drizzled/error.cc:277
2107
msgid "Specified key was too long; max key length is %d bytes"
2110
#: ../drizzled/error.cc:278
2112
msgid "Key column '%-.192s' doesn't exist in table"
2115
#: ../drizzled/error.cc:279
2118
"BLOB column '%-.192s' can't be used in key specification with the used table "
2122
#: ../drizzled/error.cc:280
2125
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2129
#: ../drizzled/error.cc:281
2131
"Incorrect table definition; there can be only one auto column and it must be "
2135
#: ../drizzled/error.cc:282
2137
msgid "%s: Normal shutdown\n"
2140
#: ../drizzled/error.cc:283
2142
msgid "%s: Got signal %d. Aborting!\n"
2145
#: ../drizzled/error.cc:284
2147
msgid "%s: Shutdown complete\n"
2150
#: ../drizzled/error.cc:285
2152
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2155
#: ../drizzled/error.cc:286
2156
msgid "Can't create IP socket"
2159
#: ../drizzled/error.cc:287
2162
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2166
#: ../drizzled/error.cc:288
2169
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2173
#: ../drizzled/error.cc:289
2175
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2178
#: ../drizzled/error.cc:290
2181
"The file '%-.128s' must be in the schema directory or be readable by all"
2184
#: ../drizzled/error.cc:291
2186
msgid "File '%-.200s' already exists"
2189
#: ../drizzled/error.cc:292
2191
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2194
#: ../drizzled/error.cc:293
2196
"Incorrect prefix key; the used key part isn't a string, the used length is "
2197
"longer than the key part, or the storage engine doesn't support unique "
2201
#: ../drizzled/error.cc:294
2202
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2205
#: ../drizzled/error.cc:295
2207
msgid "Can't DROP '%-.192s'; check that column/key exists"
2210
#: ../drizzled/error.cc:296
2212
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2215
#: ../drizzled/error.cc:297
2217
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2220
#. KILL session errors
2221
#: ../drizzled/error.cc:300
2223
msgid "Unknown session id: %lu"
2226
#: ../drizzled/error.cc:301
2228
msgid "You are not the owner of session %lu"
2231
#: ../drizzled/error.cc:302
2232
msgid "You cannot kill the session you are connected from."
2235
#: ../drizzled/error.cc:305
2236
msgid "No tables used"
2239
#: ../drizzled/error.cc:306
2241
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2244
#: ../drizzled/error.cc:307
2246
msgid "Incorrect schema name '%-.100s'"
2249
#: ../drizzled/error.cc:308
2251
msgid "Incorrect table name '%-.100s'"
2254
#: ../drizzled/error.cc:309
2256
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2257
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2260
#: ../drizzled/error.cc:310
2261
msgid "Unknown error"
2264
#: ../drizzled/error.cc:311
2266
msgid "Unknown procedure '%-.192s'"
2269
#: ../drizzled/error.cc:312
2271
msgid "Incorrect parameter count to procedure '%-.192s'"
2274
#: ../drizzled/error.cc:313
2276
msgid "Unknown table '%-.192s' in %-.32s"
2279
#: ../drizzled/error.cc:314
2281
msgid "Column '%-.192s' specified twice"
2284
#: ../drizzled/error.cc:315
2285
msgid "Invalid use of group function"
2288
#: ../drizzled/error.cc:316
2291
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2294
#: ../drizzled/error.cc:317
2295
msgid "A table must have at least 1 column"
2298
#: ../drizzled/error.cc:318
2300
msgid "The table '%-.192s' is full"
2303
#: ../drizzled/error.cc:319
2305
msgid "Too many tables; Drizzle can only use %d tables in a join"
2308
#: ../drizzled/error.cc:320
2309
msgid "Too many columns"
2312
#: ../drizzled/error.cc:321
2315
"Row size too large. The maximum row size for the used table type, not "
2316
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2319
#: ../drizzled/error.cc:322
2320
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2323
#: ../drizzled/error.cc:323
2326
"Table handler doesn't support NULL in given index. Please change column "
2327
"'%-.192s' to be NOT NULL or use another handler"
2330
#: ../drizzled/error.cc:324
2331
msgid "No paths allowed for plugin library"
2334
#: ../drizzled/error.cc:325
2336
msgid "Plugin '%-.192s' already exists"
2339
#: ../drizzled/error.cc:326
2341
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2344
#: ../drizzled/error.cc:327
2346
msgid "Can't find symbol '%-.128s' in library '%s'"
2349
#: ../drizzled/error.cc:328
2351
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2354
#: ../drizzled/error.cc:329
2357
"Can't create a new thread (errno %d); if you are not out of available "
2358
"memory, you can consult the manual for a possible OS-dependent bug"
2361
#: ../drizzled/error.cc:330
2363
msgid "Column count doesn't match value count at row %ld"
2366
#: ../drizzled/error.cc:331
2368
msgid "Can't reopen table: '%-.192s'"
2371
#: ../drizzled/error.cc:332
2373
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2374
"illegal if there is no GROUP BY clause"
2377
#: ../drizzled/error.cc:333
2379
msgid "Table '%-.192s.%-.192s' doesn't exist"
2382
#: ../drizzled/error.cc:334
2384
"You have an error in your SQL syntax; check the manual that corresponds to "
2385
"your Drizzle server version for the right syntax to use"
2388
#: ../drizzled/error.cc:335
2389
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2392
#: ../drizzled/error.cc:336
2393
msgid "Got packets out of order"
2396
#: ../drizzled/error.cc:337
2397
msgid "The used table type doesn't support BLOB/TEXT columns"
2400
#: ../drizzled/error.cc:338
2401
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2404
#: ../drizzled/error.cc:339
2406
msgid "Incorrect column name '%-.100s'"
2409
#: ../drizzled/error.cc:340
2411
msgid "The used storage engine can't index column '%-.192s'"
2414
#: ../drizzled/error.cc:341
2416
"Unable to open underlying table which is differently defined or of non-"
2417
"MyISAM type or doesn't exist"
2420
#: ../drizzled/error.cc:342
2422
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2425
#: ../drizzled/error.cc:343
2428
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2431
#: ../drizzled/error.cc:344
2433
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2437
#: ../drizzled/error.cc:345
2438
msgid "Result consisted of more than one row"
2441
#: ../drizzled/error.cc:346
2442
msgid "This table type requires a primary key"
2445
#: ../drizzled/error.cc:347
2447
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2450
#: ../drizzled/error.cc:348
2451
msgid "Can't open table"
2454
#: ../drizzled/error.cc:349
2456
msgid "The storage engine for the table doesn't support %s"
2459
#: ../drizzled/error.cc:350
2461
msgid "Got error %d during COMMIT"
2464
#: ../drizzled/error.cc:351
2466
msgid "Got error %d during ROLLBACK"
2469
#. This is a very incorrect place to use the PRIi64 macro as the
2470
#. program that looks over the source for the N_() macros does not
2471
#. (obviously) do macro expansion, so the string is entirely wrong for
2472
#. what it is trying to output for every language except english.
2473
#: ../drizzled/error.cc:356
2476
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2480
#: ../drizzled/error.cc:357
2482
"Can't execute the given command because you have active locked tables or an "
2483
"active transaction"
2486
#: ../drizzled/error.cc:358
2488
msgid "Unknown system variable '%-.64s'"
2491
#: ../drizzled/error.cc:359
2493
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2496
#: ../drizzled/error.cc:360
2499
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2502
#: ../drizzled/error.cc:361
2503
msgid "Some non-transactional changed tables couldn't be rolled back"
2506
#: ../drizzled/error.cc:362
2507
msgid "You may only use constant expressions with SET"
2510
#: ../drizzled/error.cc:363
2511
msgid "Lock wait timeout exceeded; try restarting transaction"
2514
#: ../drizzled/error.cc:364
2515
msgid "The total number of locks exceeds the lock table size"
2518
#: ../drizzled/error.cc:365
2519
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2522
#: ../drizzled/error.cc:366
2523
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2526
#: ../drizzled/error.cc:367
2528
msgid "Incorrect arguments to %s"
2531
#: ../drizzled/error.cc:368
2532
msgid "Deadlock found when trying to get lock; try restarting transaction"
2535
#: ../drizzled/error.cc:369
2536
msgid "The used table type doesn't support FULLTEXT indexes"
2539
#: ../drizzled/error.cc:370
2540
msgid "Cannot add foreign key constraint"
2543
#: ../drizzled/error.cc:371
2544
msgid "Cannot add or update a child row: a foreign key constraint fails"
2547
#: ../drizzled/error.cc:372
2548
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2551
#: ../drizzled/error.cc:373
2553
msgid "Incorrect usage of %s and %s"
2556
#: ../drizzled/error.cc:374
2557
msgid "The used SELECT statements have a different number of columns"
2560
#: ../drizzled/error.cc:375
2561
msgid "Can't execute the query because you have a conflicting read lock"
2564
#: ../drizzled/error.cc:376
2567
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2570
#: ../drizzled/error.cc:377
2573
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2576
#: ../drizzled/error.cc:378
2578
msgid "Variable '%-.64s' doesn't have a default value"
2581
#: ../drizzled/error.cc:379
2583
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2586
#: ../drizzled/error.cc:380
2588
msgid "Incorrect argument type to variable '%-.64s'"
2591
#: ../drizzled/error.cc:381
2593
msgid "Variable '%-.64s' can only be set, not read"
2596
#: ../drizzled/error.cc:382
2598
msgid "Incorrect usage/placement of '%s'"
2601
#: ../drizzled/error.cc:383
2603
msgid "This version of Drizzle doesn't yet support '%s'"
2606
#: ../drizzled/error.cc:384
2608
msgid "Variable '%-.192s' is a %s variable"
2611
#: ../drizzled/error.cc:385
2613
msgid "Incorrect foreign key definition for '%-.192s': %s"
2616
#: ../drizzled/error.cc:386
2617
msgid "Key reference and table reference don't match"
2620
#: ../drizzled/error.cc:387
2622
msgid "Operand should contain %d column(s)"
2625
#: ../drizzled/error.cc:388
2626
msgid "Subquery returns more than 1 row"
2629
#: ../drizzled/error.cc:389
2631
msgid "Converting column '%s' from %s to %s"
2634
#: ../drizzled/error.cc:390
2636
msgid "Reference '%-.64s' not supported (%s)"
2639
#: ../drizzled/error.cc:391
2640
msgid "Every derived table must have its own alias"
2643
#: ../drizzled/error.cc:392
2645
msgid "Select %u was reduced during optimization"
2648
#: ../drizzled/error.cc:393
2650
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2653
#: ../drizzled/error.cc:394
2654
msgid "All parts of a SPATIAL index must be NOT NULL"
2657
#: ../drizzled/error.cc:395
2659
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2662
#: ../drizzled/error.cc:396
2665
"Uncompressed data size too large; the maximum size is %d (based on "
2666
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2669
#: ../drizzled/error.cc:397
2670
msgid "ZLIB: Not enough memory"
2673
#: ../drizzled/error.cc:398
2675
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2676
"data was corrupted)"
2679
#: ../drizzled/error.cc:399
2680
msgid "ZLIB: Input data corrupted"
2683
#: ../drizzled/error.cc:400
2685
msgid "%d line(s) were cut by GROUP_CONCAT()"
2688
#: ../drizzled/error.cc:401
2690
msgid "Row %ld doesn't contain data for all columns"
2693
#: ../drizzled/error.cc:402
2696
"Row %ld was truncated; it contained more data than there were input columns"
2699
#: ../drizzled/error.cc:403
2702
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2705
#: ../drizzled/error.cc:404
2707
msgid "Out of range value for column '%s' at row %ld"
2710
#: ../drizzled/error.cc:405
2712
msgid "Data truncated for column '%s' at row %ld"
2715
#: ../drizzled/error.cc:406
2717
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2720
#: ../drizzled/error.cc:407
2722
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2725
#: ../drizzled/error.cc:408
2727
msgid "Illegal mix of collations for operation '%s'"
2730
#: ../drizzled/error.cc:409
2733
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2737
#: ../drizzled/error.cc:410
2739
msgid "Unknown collation: '%-.64s'"
2742
#: ../drizzled/error.cc:411
2745
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2749
#: ../drizzled/error.cc:412
2751
msgid "Incorrect index name '%-.100s'"
2754
#: ../drizzled/error.cc:413
2756
msgid "Incorrect catalog name '%-.100s'"
2759
#: ../drizzled/error.cc:414
2761
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2764
#: ../drizzled/error.cc:415
2766
msgid "Unknown table engine '%s'"
2769
#: ../drizzled/error.cc:416
2771
msgid "The target table %-.100s of the %s is not updatable"
2774
#: ../drizzled/error.cc:417
2777
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2781
#: ../drizzled/error.cc:418
2784
"The Drizzle server is running with the %s option so it cannot execute this "
2788
#: ../drizzled/error.cc:419
2790
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2793
#: ../drizzled/error.cc:420
2795
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2798
#: ../drizzled/error.cc:421
2800
"Incorrect table definition; there can be only one TIMESTAMP column with "
2801
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2804
#: ../drizzled/error.cc:422
2806
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2809
#: ../drizzled/error.cc:423
2811
msgid "Got error %d '%-.100s' from %s"
2814
#: ../drizzled/error.cc:424
2816
msgid "Got temporary error %d '%-.100s' from %s"
2819
#: ../drizzled/error.cc:425
2821
msgid "Unknown or incorrect time zone: '%-.64s'"
2824
#: ../drizzled/error.cc:426
2826
msgid "Invalid %s character string: '%.64s'"
2829
#: ../drizzled/error.cc:427
2831
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2834
#: ../drizzled/error.cc:428
2836
msgid "%s %s does not exist"
2839
#: ../drizzled/error.cc:429
2840
msgid "Query execution was interrupted"
2843
#: ../drizzled/error.cc:430
2846
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2847
"(s) or definer/invoker of view lack rights to use them"
2850
#: ../drizzled/error.cc:431
2852
msgid "Field '%-.192s' doesn't have a default value"
2855
#: ../drizzled/error.cc:432
2856
msgid "Division by 0"
2859
#: ../drizzled/error.cc:433
2861
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2864
#: ../drizzled/error.cc:434
2866
msgid "Illegal %s '%-.192s' value found during parsing"
2869
#: ../drizzled/error.cc:435
2871
msgid "Key part '%-.192s' length cannot be 0"
2874
#: ../drizzled/error.cc:436
2877
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2881
#: ../drizzled/error.cc:437
2883
msgid "Data too long for column '%s' at row %ld"
2886
#: ../drizzled/error.cc:438
2889
"%s: ready for connections.\n"
2890
"Version: '%s' %s\n"
2893
#: ../drizzled/error.cc:439
2894
msgid "Can't load value from file with fixed size rows to variable"
2897
#: ../drizzled/error.cc:440
2899
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2902
#: ../drizzled/error.cc:441
2903
msgid "Table definition has changed, please retry transaction"
2906
#: ../drizzled/error.cc:442
2908
msgid "Not allowed to return a result set from a %s"
2911
#: ../drizzled/error.cc:443
2912
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2915
#: ../drizzled/error.cc:444
2917
"Explicit or implicit commit is not allowed in stored function or trigger."
2920
#: ../drizzled/error.cc:445
2922
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2925
#: ../drizzled/error.cc:446
2927
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2930
#: ../drizzled/error.cc:447
2933
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2937
#: ../drizzled/error.cc:448
2938
msgid "Trigger in wrong schema"
2941
#: ../drizzled/error.cc:449
2944
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2945
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2948
#: ../drizzled/error.cc:450
2950
msgid "Display width out of range for column '%-.192s' (max = %d)"
2953
#: ../drizzled/error.cc:451
2955
msgid "Datetime function: %-.32s field overflow"
2958
#: ../drizzled/error.cc:452
2961
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2964
#: ../drizzled/error.cc:453
2967
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2970
#: ../drizzled/error.cc:454
2971
msgid "No data - zero rows fetched, selected, or processed"
2974
#: ../drizzled/error.cc:455
2976
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2979
#: ../drizzled/error.cc:456
2981
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2984
#: ../drizzled/error.cc:457
2985
msgid "The used table type doesn't support SPATIAL indexes"
2988
#: ../drizzled/error.cc:458
2990
msgid "Leading spaces are removed from name '%s'"
2993
#: ../drizzled/error.cc:459
2994
msgid "Failed to read auto-increment value from storage engine"
2997
#: ../drizzled/error.cc:460
2999
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3002
#: ../drizzled/error.cc:461
3003
msgid "Too high level of nesting for select"
3006
#: ../drizzled/error.cc:462
3008
msgid "Name '%-.64s' has become ''"
3011
#: ../drizzled/error.cc:463
3013
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3014
"optional and non-empty FIELDS ENCLOSED BY"
3017
#: ../drizzled/error.cc:464
3020
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3023
#: ../drizzled/error.cc:465
3025
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3028
#: ../drizzled/error.cc:466
3030
msgid "Incorrect %-.32s value: '%-.128s'"
3033
#: ../drizzled/error.cc:467
3035
msgid "Table has no partition for value %-.64s"
3038
#: ../drizzled/error.cc:468
3039
msgid "Writing one row to the row-based binary log failed"
3042
#: ../drizzled/error.cc:469
3044
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3047
#: ../drizzled/error.cc:470
3050
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3051
"d would lead to a duplicate entry"
3054
#: ../drizzled/error.cc:471
3056
"Transaction isolation level can't be changed while a transaction is in "
3060
#: ../drizzled/error.cc:472
3062
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3065
#: ../drizzled/error.cc:473
3067
msgid "Incorrect parameters in the call to native function '%-.192s'"
3070
#: ../drizzled/error.cc:474
3072
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3075
#: ../drizzled/error.cc:475
3077
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3080
#: ../drizzled/error.cc:477
3082
msgid "Received an invalid datetime value '%s'."
3085
#: ../drizzled/error.cc:478
3087
msgid "Received an invalid DATE value '%s'."
3090
#: ../drizzled/error.cc:479
3092
msgid "Received a NULL argument for function '%s'."
3095
#: ../drizzled/error.cc:480
3097
msgid "Received an invalid timestamp value '%s'."
3100
#: ../drizzled/error.cc:481
3102
msgid "Received an invalid TIME value '%s'."
3105
#: ../drizzled/error.cc:482
3107
msgid "Received an invalid value '%s' for a UNIX timestamp."
3110
#: ../drizzled/error.cc:484
3112
msgid "Received an out-of-range argument '%s' for function '%s'."
3115
#: ../drizzled/error.cc:485
3117
msgid "Received an invalid enum value '%s'."
3120
#: ../drizzled/error.cc:486
3121
msgid "Tables which are replicated require a primary key."
3124
#: ../drizzled/error.cc:488
3126
msgid "Corrupt or invalid schema definition for '%s' : %s"
3129
#: ../drizzled/error.cc:489
3131
msgid "Corrupt or invalid table definition for '%s': %s"
3134
#: ../drizzled/error.cc:490
3136
msgid "The number of enum that were required was too high for table '%s'"
3139
#: ../drizzled/error.cc:491
3141
msgid "Corrupt or invalid table definition for '%s'"
3144
#: ../drizzled/error.cc:492
3146
msgid "Collation '%s' for table %s is invalid/unknown"
3149
#: ../drizzled/error.cc:494
3151
msgid "Cannot drop table '%s'"
3154
#: ../drizzled/error.cc:495
3156
msgid "Error occurred while dropping table '%s'"
3159
#: ../drizzled/error.cc:496
3161
msgid "Permission denied to create '%s'"
3164
#: ../drizzled/error.cc:497
3166
msgid "Unknown table '%s'"
3169
#: ../drizzled/error.cc:499
3171
msgid "Cannot create schema '%s'"
3174
#: ../drizzled/error.cc:500
3176
msgid "Schema does not exist: %s"
3179
#: ../drizzled/error.cc:501
3181
msgid "Error altering schema: %s"
3184
#: ../drizzled/error.cc:502
3186
msgid "Error droppping Schema : %s"
3189
#: ../drizzled/error.cc:504
3190
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3193
#: ../drizzled/error.cc:505
3195
msgid "Unknown table engine option key/pair %s = %s."
3198
#: ../drizzled/error.cc:506
3200
msgid "Unknown schema engine option key/pair %s = %s."
3203
#: ../drizzled/error.cc:508
3204
msgid "Admin access not allowed from this username/IP address."
3207
#. User lock/barrier error messages
3208
#: ../drizzled/error.cc:511
3209
msgid "wait() can not be called on session owning user defined barrier."
3212
#: ../drizzled/error.cc:512
3213
msgid "Unknown user defined barrier requested."
3216
#: ../drizzled/error.cc:513
3217
msgid "Session does not own user defined barrier."
3220
#: ../drizzled/error.cc:514
3221
msgid "Session can not wait on a user defined lock owned by the session."
3224
#: ../drizzled/error.cc:515
3225
msgid "Session does not own user defined lock."
3228
#: ../drizzled/error.cc:517
3229
msgid "Invalid name for user defined barrier."
3232
#: ../drizzled/error.cc:518
3233
msgid "Invalid name for user defined lock."
3236
#: ../drizzled/error.cc:520
3238
"Either a DEFAULt value or NULL NULL description is required for a new column "
3239
"if table is not empty"
3243
#: ../drizzled/error.cc:523
3246
"Cast to unsigned converted negative integer to it's positive complement: %s"
3249
#: ../drizzled/error.cc:524
3251
msgid "Invalid cast to signed integer: %s"
3254
#: ../drizzled/error.cc:526
3256
msgid "Identifier '%.*s' is a SQL keyword."
3259
#: ../drizzled/error.cc:529
3261
msgid "Can't unlock file (Errcode: %d)"
3264
#: ../drizzled/error.cc:530
3266
msgid "Can't change size of file (Errcode: %d)"
3269
#: ../drizzled/error.cc:531
3271
msgid "Can't open stream from handle (Errcode: %d)"
3274
#: ../drizzled/error.cc:532
3276
msgid "Warning: '%s' had %d links"
3279
#: ../drizzled/error.cc:533
3281
msgid "Warning: %d files and %d streams is left open\n"
3284
#: ../drizzled/error.cc:534
3286
msgid "Can't create directory '%s' (Errcode: %d)"
3289
#: ../drizzled/error.cc:535
3292
"Character set '%s' is not a compiled character set and is not specified in "
3296
#: ../drizzled/error.cc:536
3298
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3301
#: ../drizzled/error.cc:537
3303
msgid "Can't read value for symlink '%s' (Error %d)"
3306
#: ../drizzled/error.cc:538
3308
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3311
#: ../drizzled/error.cc:539
3313
msgid "Error on realpath() on '%s' (Error %d)"
3316
#: ../drizzled/error.cc:540
3318
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3321
#: ../drizzled/error.cc:541
3324
"Collation '%s' is not a compiled collation and is not specified in the %s "
3328
#: ../drizzled/error.cc:542
3330
msgid "File '%s' (fileno: %d) was not closed"
3334
#: ../drizzled/error.cc:545
3335
msgid "Received an invalid UUID value"
3338
#: ../drizzled/error.cc:546
3339
msgid "The UUID was not created with a valid time"
3343
#: ../drizzled/error.cc:549
3345
msgid "Received an invalid BOOLEAN value '%s'."
3348
#: ../drizzled/error.cc:550
3350
msgid "Invalid cast to BOOLEAN: '%s'."
3353
#. Transactional DDL
3354
#: ../drizzled/error.cc:553
3355
msgid "Transactional DDL not supported"
3359
#: ../drizzled/error.cc:555
3361
msgid "Assertion '%s' failed."
3364
#: ../drizzled/error.cc:556
3366
msgid "Assertion '%s' failed, the result was NULL."
3369
#. Catalog related errors
3370
#: ../drizzled/error.cc:574
3372
msgid "Cannot create catalog '%s'."
3375
#: ../drizzled/error.cc:575
3377
msgid "Permission is denied to create '%s' catalog."
3380
#: ../drizzled/error.cc:576
3382
msgid "Cannot drop catalog '%s'."
3385
#: ../drizzled/error.cc:577
3387
msgid "Permission is denied to drop '%s' catalog."
3390
#: ../drizzled/error.cc:578
3392
msgid "Catalog '%s' does not exist."
3395
#: ../drizzled/error.cc:579
3396
msgid "You cannot drop the 'local' catalog."
3399
#: ../drizzled/error.cc:580
3401
msgid "Could not gain lock on '%s'."
3404
#: ../drizzled/error.cc:581
3406
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3409
#: ../drizzled/error.cc:582
3410
msgid "Invalid catalog name."
3413
#: ../drizzled/error.cc:583
3415
"Engine status is now stored in the data_dictionary tables, please use these "
3419
#: ../drizzled/identifier/catalog.cc:56
3421
"Catalog name cannot be encoded and fit within filesystem name length "
3425
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3427
"Schema name cannot be encoded and fit within filesystem name length "
3431
#: ../drizzled/identifier/table.cc:238
3433
"Table name cannot be encoded and fit within filesystem name length "
3439
#. * Since clients still use this code, we use fprintf here.
3440
#. * This fprintf needs to be turned into errmsg_printf
3441
#. * as soon as the client programs no longer use mysys
3442
#. * and can use the pluggable error message system.
3444
#: ../drizzled/internal/default.cc:687
3446
msgid "error: could not open directory: %s\n"
3449
#: ../drizzled/main.cc:169
3451
"setrlimit could not change the size of core files to 'infinity'; We may not "
3452
"be able to generate a core file on signals"
3455
#: ../drizzled/main.cc:269
3457
msgid "Data directory %s does not exist\n"
3460
#: ../drizzled/main.cc:280
3462
msgid "Local catalog %s/local does not exist\n"
3465
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3466
msgid "Drizzle has receieved an abort event."
3469
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3470
msgid "In Function: "
3473
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3477
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3481
#: ../drizzled/message/transaction_writer.cc:365
3483
msgid "Usage: %s TRANSACTION_LOG\n"
3486
#: ../drizzled/message/transaction_writer.cc:371
3488
msgid "Cannot open file: %s\n"
3491
#: ../drizzled/module/library.cc:149
3494
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3495
"the current running version of Drizzle: %<PRIu64>."
3498
#: ../drizzled/module/loader.cc:177
3501
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3505
#: ../drizzled/module/loader.cc:224
3507
msgid "Plugin '%s' init function returned error.\n"
3510
#: ../drizzled/module/loader.cc:463
3512
msgid "Couldn't load plugin library named '%s'.\n"
3515
#: ../drizzled/module/loader.cc:473
3517
msgid "Couldn't load plugin named '%s'.\n"
3520
#: ../drizzled/module/registry.cc:176
3523
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3527
#: ../drizzled/module/registry.h:117
3529
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3532
#: ../drizzled/module/registry.h:131
3534
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3537
#: ../drizzled/option.cc:84
3541
#: ../drizzled/option.cc:86
3545
#: ../drizzled/option.cc:337
3547
msgid "%s: %s: Option '%s' used, but is disabled\n"
3550
#: ../drizzled/option.cc:339
3554
#: ../drizzled/option.cc:441
3556
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3559
#: ../drizzled/option.cc:769
3561
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3564
#: ../drizzled/option.cc:962
3566
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3569
#: ../drizzled/option.cc:1194
3571
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3574
#: ../drizzled/option.cc:1214
3578
"Variables (--variable-name=value)\n"
3579
"and boolean options {false|true} Value (after reading options)\n"
3580
"--------------------------------- -----------------------------\n"
3583
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3584
msgid "(No default value)"
3587
#: ../drizzled/option.cc:1249
3591
#: ../drizzled/option.cc:1249
3595
#: ../drizzled/option.cc:1282
3597
msgid "(Disabled)\n"
3600
#: ../drizzled/plugin/error_message.cc:81
3602
msgid "errmsg plugin '%s' errmsg() failed"
3605
#: ../drizzled/plugin/event_observer.cc:133
3608
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3609
"'%s' from EventObserver plugin '%s'"
3612
#: ../drizzled/plugin/event_observer.cc:200
3614
"EventObserver::registerTableEvents(): Table already has events registered on "
3615
"it: probable programming error."
3618
#: ../drizzled/plugin/event_observer.cc:335
3620
"EventObserver::registerSessionEvents(): Session already has events "
3621
"registered on it: probable programming error."
3624
#: ../drizzled/plugin/event_observer.cc:387
3626
msgid "EventIterate event handler '%s' failed for event '%s'"
3629
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
3631
msgid "A function named %s already exists!\n"
3634
#: ../drizzled/plugin/function.cc:65
3635
msgid "Could not add Function!\n"
3638
#: ../drizzled/plugin/listen.cc:67
3639
msgid "Error getting file descriptors"
3642
#: ../drizzled/plugin/listen.cc:85
3643
msgid "No sockets could be bound for listening"
3646
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
3648
msgid "pipe() failed with errno %d"
3651
#: ../drizzled/plugin/listen.cc:120
3653
msgid "poll() failed with errno %d"
3656
#: ../drizzled/plugin/listen_tcp.cc:59
3658
msgid "accept() failed with errno %d"
3661
#: ../drizzled/plugin/listen_tcp.cc:95
3663
msgid "getaddrinfo() failed with error %s"
3666
#: ../drizzled/plugin/listen_tcp.cc:127
3668
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3671
#: ../drizzled/plugin/listen_tcp.cc:138
3673
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3676
#: ../drizzled/plugin/listen_tcp.cc:147
3678
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3681
#: ../drizzled/plugin/listen_tcp.cc:156
3683
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3686
#: ../drizzled/plugin/listen_tcp.cc:165
3688
msgid "setsockopt(SO_LINGER) failed with errno %d"
3691
#: ../drizzled/plugin/listen_tcp.cc:174
3693
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3696
#: ../drizzled/plugin/listen_tcp.cc:195
3698
msgid "Retrying bind() on %u\n"
3701
#: ../drizzled/plugin/listen_tcp.cc:202
3703
msgid "bind() failed with errno: %d\n"
3706
#: ../drizzled/plugin/listen_tcp.cc:205
3707
msgid "Do you already have another drizzled running?\n"
3710
#: ../drizzled/plugin/listen_tcp.cc:212
3712
msgid "listen() failed with errno %d\n"
3715
#: ../drizzled/plugin/listen_tcp.cc:218
3717
msgid "Listening on %s:%s\n"
3720
#: ../drizzled/plugin/logging.cc:65
3722
msgid "logging '%s' pre() failed"
3725
#: ../drizzled/plugin/logging.cc:90
3727
msgid "logging '%s' post() failed"
3730
#: ../drizzled/plugin/logging.cc:114
3732
msgid "logging '%s' postEnd() failed"
3735
#: ../drizzled/plugin/logging.cc:137
3737
msgid "logging '%s' resetCurrentScoreboard() failed"
3740
#: ../drizzled/plugin/scheduler.cc:62
3743
"Attempted to register a scheduler %s, but a scheduler has already been "
3744
"registered with that name.\n"
3747
#: ../drizzled/plugin/scheduler.cc:99
3749
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3752
#: ../drizzled/plugin/schema_engine.cc:131
3754
msgid "Error while loading database options: '%s':"
3757
#: ../drizzled/plugin/xa_resource_manager.cc:115
3759
msgid "Found %d prepared transaction(s) in resource manager."
3762
#: ../drizzled/plugin/xa_resource_manager.cc:182
3763
msgid "Starting crash recovery..."
3766
#: ../drizzled/plugin/xa_resource_manager.cc:192
3768
msgid "Found %d prepared XA transactions"
3771
#: ../drizzled/plugin/xa_resource_manager.cc:197
3774
"Found %d prepared transactions! It means that drizzled was not shut down "
3775
"properly last time and critical recovery information (last binlog or %s "
3776
"file) was manually deleted after a crash. You have to start drizzled with "
3777
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3780
#: ../drizzled/plugin/xa_resource_manager.cc:207
3781
msgid "Crash recovery finished."
3784
#: ../drizzled/replication_services.cc:94
3786
"You registered a TransactionApplier plugin but no TransactionReplicator "
3787
"plugins were registered.\n"
3790
#: ../drizzled/replication_services.cc:125
3793
"You registered a TransactionApplier plugin but no TransactionReplicator "
3794
"plugins were registered that match the requested replicator name of '%s'.\n"
3795
"We have deactivated the TransactionApplier '%s'.\n"
3798
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
3800
msgid "Could not remove temporary table: '%s', error: %d"
3803
#: ../drizzled/signal_handler.cc:52
3805
msgid "Got signal %d from thread %<PRIu32>"
3808
#: ../drizzled/signal_handler.cc:118
3810
msgid "Fatal signal %d while backtracing\n"
3813
#: ../drizzled/signal_handler.cc:127
3815
msgid "Fatal: time() call failed\n"
3818
#: ../drizzled/signal_handler.cc:133
3821
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3822
"This could be because you hit a bug. It is also possible that this binary\n"
3823
" or one of the libraries it was linked against is corrupt, improperly "
3825
" or misconfigured. This error can also be caused by malfunctioning "
3829
#: ../drizzled/signal_handler.cc:141
3832
"We will try our best to scrape up some info that will hopefully help "
3834
"the problem, but since we have already crashed, something is definitely "
3836
"and this may fail.\n"
3840
#: ../drizzled/signal_handler.cc:148
3843
"It is possible that drizzled could use up to \n"
3844
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3846
"Hope that's ok; if not, decrease some variables in the equation.\n"
3850
#: ../drizzled/sql_table.cc:1933
3852
msgid "Unknown - internal error %d during operation"
3855
#: ../drizzled/statement/alter_table.cc:1514
3858
"order_st BY ignored because there is a user-defined clustered index in the "
3862
#: ../drizzled/sys_var.cc:1526
3864
msgid "Variable named %s already exists!\n"
3867
#: ../drizzled/sys_var.cc:1535
3869
msgid "Could not add Variable: %s\n"
3872
#: ../drizzled/sys_var.cc:1633
3873
msgid "Failed to initialize system variables"
3876
#: ../drizzled/table.cc:1690
3878
msgid "Got error %d when reading table '%s'"
3881
#: ../drizzled/table/instance/base.cc:1883
3883
msgid "Unknown collation '%s' in table '%-.64s' definition"
3886
#: ../drizzled/table/instance/base.cc:1890
3889
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3893
#: ../drizzled/tztime.cc:170
3895
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3898
#: ../plugin/auth_file/auth_file.cc:227
3900
msgid "Could not load auth file: %s\n"
3903
#: ../plugin/auth_file/auth_file.cc:243
3904
msgid "File to load for usernames and passwords"
3907
#: ../plugin/auth_http/auth_http.cc:135
3909
"auth_http plugin loaded but required option url not specified. Against which "
3910
"URL are you intending on authenticating?\n"
3913
#: ../plugin/auth_http/auth_http.cc:151
3914
msgid "URL for HTTP Auth check"
3917
#: ../plugin/auth_ldap/auth_ldap.cc:291
3919
msgid "Reconnect failed: %s\n"
3922
#: ../plugin/auth_ldap/auth_ldap.cc:310
3924
msgid "ldap_search_ext_s failed: %s\n"
3927
#: ../plugin/auth_ldap/auth_ldap.cc:416
3929
msgid "Could not load auth ldap: %s\n"
3932
#: ../plugin/auth_ldap/auth_ldap.cc:437
3933
msgid "URI of the LDAP server to contact"
3936
#: ../plugin/auth_ldap/auth_ldap.cc:439
3937
msgid "DN to use when binding to the LDAP server"
3940
#: ../plugin/auth_ldap/auth_ldap.cc:441
3941
msgid "Password to use when binding the DN"
3944
#: ../plugin/auth_ldap/auth_ldap.cc:443
3945
msgid "DN to use when searching"
3948
#: ../plugin/auth_ldap/auth_ldap.cc:445
3949
msgid "Attribute in LDAP with plain text password"
3952
#: ../plugin/auth_ldap/auth_ldap.cc:447
3953
msgid "Attribute in LDAP with MySQL hashed password"
3956
#: ../plugin/auth_ldap/auth_ldap.cc:449
3957
msgid "How often to empty the users cache, 0 to disable"
3960
#: ../plugin/blitzdb/ha_blitz.cc:1507
3961
msgid "Estimated number of rows that a BlitzDB table will store."
3964
#: ../plugin/console/console.cc:379
3965
msgid "Enable the console."
3968
#: ../plugin/console/console.cc:382
3969
msgid "Turn on extra debugging."
3972
#: ../plugin/console/console.cc:385
3973
msgid "User to use for auth."
3976
#: ../plugin/console/console.cc:388
3977
msgid "Password to use for auth."
3980
#: ../plugin/console/console.cc:391
3981
msgid "Default catalog to use."
3984
#: ../plugin/console/console.cc:394
3985
msgid "Default schema to use."
3988
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
3990
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3994
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
3995
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
3996
msgid "Connect Timeout."
3999
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4000
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4001
msgid "Read Timeout."
4004
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4005
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4006
msgid "Write Timeout."
4009
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4010
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4011
msgid "Retry Count."
4014
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4015
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4016
msgid "Buffer length."
4019
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4020
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4021
msgid "Address to bind to."
4024
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4025
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4026
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4027
msgid "Maximum simultaneous connections."
4030
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4031
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4032
msgid "A restrictive IP address list for incoming admin connections."
4035
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4036
msgid "Failed to send error message to libnotify\n"
4039
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4040
msgid "Error Messages to stderr"
4043
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4044
msgid "Comma-separated list of schemas to exclude"
4047
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4048
msgid "Comma-separated list of tables to exclude"
4051
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4052
msgid "Regular expression to apply to schemas to exclude"
4055
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4056
msgid "Regular expression to apply to tables to exclude"
4059
#: ../plugin/haildb/haildb_engine.cc:1080
4060
#: ../plugin/haildb/haildb_engine.cc:1218
4061
#: ../plugin/haildb/haildb_engine.cc:1248
4063
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4066
#: ../plugin/haildb/haildb_engine.cc:1099
4068
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4071
#: ../plugin/haildb/haildb_engine.cc:1197
4072
#: ../plugin/haildb/haildb_engine.cc:1310
4073
#: ../plugin/haildb/haildb_engine.cc:1491
4074
#: ../plugin/haildb/haildb_engine.cc:2157
4076
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4079
#: ../plugin/haildb/haildb_engine.cc:1349
4080
#: ../plugin/haildb/haildb_engine.cc:1365
4082
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4085
#: ../plugin/haildb/haildb_engine.cc:3403
4087
msgid "Error starting HailDB %d (%s)\n"
4090
#: ../plugin/haildb/haildb_engine.cc:3432
4091
msgid "Disable HailDB adaptive hash index (enabled by default)."
4094
#: ../plugin/haildb/haildb_engine.cc:3434
4095
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4098
#: ../plugin/haildb/haildb_engine.cc:3437
4100
"Size of a memory pool HailDB uses to store data dictionary information and "
4101
"other internal data structures."
4104
#: ../plugin/haildb/haildb_engine.cc:3440
4105
msgid "Data file autoextend increment in megabytes"
4108
#: ../plugin/haildb/haildb_engine.cc:3443
4110
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4114
#: ../plugin/haildb/haildb_engine.cc:3446
4115
msgid "The common part for HailDB table spaces."
4118
#: ../plugin/haildb/haildb_engine.cc:3448
4119
msgid "Disable HailDB checksums validation (enabled by default)."
4122
#: ../plugin/haildb/haildb_engine.cc:3450
4123
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4126
#: ../plugin/haildb/haildb_engine.cc:3453
4127
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4130
#: ../plugin/haildb/haildb_engine.cc:3456
4132
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4133
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4136
#: ../plugin/haildb/haildb_engine.cc:3459
4137
msgid "Stores each HailDB table to an .ibd file in the database dir."
4140
#: ../plugin/haildb/haildb_engine.cc:3462
4141
msgid "File format to use for new tables in .ibd files."
4144
#: ../plugin/haildb/haildb_engine.cc:3465
4146
"Set to 0 (write and flush once per second),1 (write and flush at each "
4147
"commit) or 2 (write at commit, flush once per second)."
4150
#: ../plugin/haildb/haildb_engine.cc:3468
4151
msgid "With which method to flush data."
4154
#: ../plugin/haildb/haildb_engine.cc:3471
4156
"Helps to save your data in case the disk image of the database becomes "
4160
#: ../plugin/haildb/haildb_engine.cc:3474
4161
msgid "Path to individual files and their sizes."
4164
#: ../plugin/haildb/haildb_engine.cc:3477
4165
msgid "Path to HailDB log files."
4168
#: ../plugin/haildb/haildb_engine.cc:3480
4169
msgid "Size of each log file in a log group."
4172
#: ../plugin/haildb/haildb_engine.cc:3483
4174
"Number of log files in the log group. HailDB writes to the files in a "
4175
"circular fashion. Value 3 is recommended here."
4178
#: ../plugin/haildb/haildb_engine.cc:3486
4180
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4181
"rolled back. Values above 100000000 disable the timeout."
4184
#: ../plugin/haildb/haildb_engine.cc:3489
4186
"The size of the buffer which HailDB uses to write log to the log files on "
4190
#: ../plugin/haildb/haildb_engine.cc:3492
4192
"Sets the point in the LRU list from where all pages are classified as old "
4196
#: ../plugin/haildb/haildb_engine.cc:3495
4198
"Milliseconds between accesses to a block at which it is made young. "
4199
"0=disabled (Advanced users)"
4202
#: ../plugin/haildb/haildb_engine.cc:3498
4203
msgid "Percentage of dirty pages allowed in bufferpool."
4206
#: ../plugin/haildb/haildb_engine.cc:3501
4207
msgid "Desired maximum length of the purge queue (0 = no limit)"
4210
#: ../plugin/haildb/haildb_engine.cc:3504
4212
"Roll back the complete transaction on lock wait timeout, for 4.x "
4213
"compatibility (disabled by default)"
4216
#: ../plugin/haildb/haildb_engine.cc:3507
4217
msgid "How many files at the maximum HailDB keeps open at the same time."
4220
#: ../plugin/haildb/haildb_engine.cc:3510
4221
msgid "Number of background read I/O threads in HailDB."
4224
#: ../plugin/haildb/haildb_engine.cc:3513
4225
msgid "Number of background write I/O threads in HailDB."
4228
#: ../plugin/haildb/haildb_engine.cc:3515
4230
"Disable if you want to reduce the number of messages written to the log "
4231
"(default: enabled)."
4234
#: ../plugin/haildb/haildb_engine.cc:3518
4235
msgid "Enable SHOW HAILDB STATUS output in the log"
4238
#: ../plugin/haildb/haildb_engine.cc:3521
4239
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4242
#: ../plugin/haildb/haildb_engine.cc:3523
4244
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4247
#: ../plugin/hello_events/hello_events.cc:401
4248
msgid "Enable Example Events Plugin"
4251
#: ../plugin/hello_events/hello_events.cc:404
4252
#: ../plugin/hello_events/hello_events.cc:407
4253
msgid "A comma delimited list of databases to watch"
4256
#: ../plugin/hello_events/hello_events.cc:410
4257
msgid "Before write row event observer call position"
4260
#: ../plugin/hello_events/hello_events.cc:413
4261
#: ../plugin/pbms/src/parameters_ms.cc:461
4262
msgid "Before update row event observer call position"
4265
#: ../plugin/hello_events/hello_events.cc:416
4266
msgid "After drop database event observer call position"
4269
#: ../plugin/hello_events/hello_events.cc:427
4270
msgid "An example events Plugin"
4273
#: ../plugin/innobase/handler/data_dictionary.cc:760
4275
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4278
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4280
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4284
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4286
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4290
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4293
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4294
"or its equivalent numeric id"
4297
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4298
msgid "Do not use Native AIO library for IO, even if available"
4301
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4302
msgid "Enable internal replication log."
4305
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4307
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4308
"rolled back. Values above 100000000 disable the timeout."
4311
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4312
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4315
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4317
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4318
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4321
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4322
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4323
#: ../plugin/transaction_log/print_transaction_message.cc:177
4324
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4326
msgid "Unable to parse transaction. Got error: %s.\n"
4329
#: ../plugin/innobase/srv/srv0start.cc:1034
4330
msgid "InnoDB: cannot determine Mac OS X version!\n"
4333
#: ../plugin/innobase/srv/srv0start.cc:1039
4335
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4336
"InnoDB: making transactions unsafe!\n"
4339
#: ../plugin/innobase/srv/srv0start.cc:1048
4342
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4343
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4344
"InnoDB: allocate more than 4 GB of memory."
4347
#: ../plugin/innobase/srv/srv0start.cc:1063
4349
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4352
#: ../plugin/innobase/srv/srv0start.cc:1068
4355
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4356
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4357
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4360
#: ../plugin/innobase/srv/srv0start.cc:1078
4362
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4365
#: ../plugin/innobase/srv/srv0start.cc:1083
4367
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4370
#: ../plugin/innobase/srv/srv0start.cc:1088
4372
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4375
#: ../plugin/innobase/srv/srv0start.cc:1092
4377
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4380
#: ../plugin/innobase/srv/srv0start.cc:1097
4382
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4385
#: ../plugin/innobase/srv/srv0start.cc:1167
4387
msgid " InnoDB: Using Linux native AIO\n"
4390
#: ../plugin/logging_gearman/logging_gearman.cc:186
4392
msgid "fail gearman_client_create(): %s"
4395
#: ../plugin/logging_gearman/logging_gearman.cc:197
4397
msgid "fail gearman_client_add_server(): %s"
4400
#: ../plugin/logging_gearman/logging_gearman.cc:302
4401
msgid "Hostname for logging to a Gearman server"
4404
#: ../plugin/logging_gearman/logging_gearman.cc:305
4405
msgid "Gearman Function to send logging to"
4408
#: ../plugin/logging_gearman/logging_gearman.cc:316
4409
msgid "Log queries to a Gearman server"
4412
#: ../plugin/logging_query/logging_query.cc:178
4414
msgid "fail open() fn=%s er=%s\n"
4417
#: ../plugin/logging_query/logging_query.cc:319
4418
msgid "Enable logging to CSV file"
4421
#: ../plugin/logging_query/logging_query.cc:322
4422
msgid "File to log to"
4425
#: ../plugin/logging_query/logging_query.cc:325
4426
msgid "PCRE to match the query against"
4429
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
4430
msgid "Threshold for logging slow queries, in microseconds"
4433
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
4434
msgid "Threshold for logging big queries, for rows returned"
4437
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
4438
msgid "Threshold for logging big queries, for rows examined"
4441
#: ../plugin/logging_query/logging_query.cc:345
4442
msgid "Log queries to a CSV file"
4445
#: ../plugin/logging_stats/logging_stats.cc:373
4446
msgid "Max number of users that will be logged"
4449
#: ../plugin/logging_stats/logging_stats.cc:376
4450
msgid "Max number of range locks to use for Scoreboard"
4453
#: ../plugin/logging_stats/logging_stats.cc:379
4454
msgid "Max number of concurrent sessions that will be logged"
4457
#: ../plugin/logging_stats/logging_stats.cc:380
4458
msgid "Enable Logging Statistics Collection"
4461
#: ../plugin/logging_stats/logging_stats.cc:389
4462
msgid "User Statistics as DATA_DICTIONARY tables"
4465
#: ../plugin/md5/md5.cc:99
4466
msgid "libgcrypt library version mismatch\n"
4469
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4470
#: ../plugin/memcached_stats/memcached_stats.cc:87
4471
msgid "List of memcached servers."
4474
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4475
msgid "Expiry time of memcached entries"
4478
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4479
msgid "Enable Memcached Query Cache"
4482
#: ../plugin/memcached_stats/analysis_table.cc:78
4483
#: ../plugin/memcached_stats/stats_table.cc:144
4484
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4487
#: ../plugin/memcached_stats/memcached_stats.cc:98
4488
msgid "Memcached Stats as I_S tables"
4491
#: ../plugin/memcached_stats/stats_table.cc:74
4494
"Unable get stats from memcached server %s. Got error from "
4495
"memcached_stat_servername()."
4498
#: ../plugin/memcached_stats/stats_table.cc:151
4499
msgid "Unable to create memcached struct. Got error from memcached_create()."
4502
#: ../plugin/memcached_stats/stats_table.cc:159
4505
"Unable to create memcached server list. Got error from "
4506
"memcached_servers_parse(%s)."
4509
#: ../plugin/multi_thread/multi_thread.cc:62
4510
msgid "Session killed before thread could execute"
4513
#: ../plugin/multi_thread/multi_thread.cc:109
4514
msgid "Unable to get thread stack size\n"
4517
#: ../plugin/multi_thread/multi_thread.cc:211
4518
msgid "Maximum number of user threads available."
4521
#: ../plugin/myisam/ha_myisam.cc:532
4523
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4526
#: ../plugin/myisam/ha_myisam.cc:536
4528
msgid "Got an error from unknown thread, %s:%d"
4531
#: ../plugin/myisam/ha_myisam.cc:542
4532
msgid "Unknown thread accessing table"
4535
#: ../plugin/myisam/ha_myisam.cc:1506
4537
"Don't use the fast sort index method to created index if the temporary file "
4538
"would get bigger than this."
4541
#: ../plugin/myisam/ha_myisam.cc:1509
4543
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4544
"when creating indexes with CREATE INDEX or ALTER TABLE."
4547
#: ../plugin/myisam/my_handler_errors.cc:42
4548
msgid "Didn't find key on read or update"
4551
#: ../plugin/myisam/my_handler_errors.cc:43
4552
msgid "Duplicate key on write or update"
4555
#: ../plugin/myisam/my_handler_errors.cc:44
4556
msgid "Internal (unspecified) error in handler"
4559
#: ../plugin/myisam/my_handler_errors.cc:46
4561
"Someone has changed the row since it was read (while the table was locked to "
4565
#: ../plugin/myisam/my_handler_errors.cc:48
4566
msgid "Wrong index given to function"
4569
#: ../plugin/myisam/my_handler_errors.cc:49
4570
msgid "Index file is crashed"
4573
#: ../plugin/myisam/my_handler_errors.cc:50
4574
msgid "Record file is crashed"
4577
#: ../plugin/myisam/my_handler_errors.cc:51
4578
msgid "Out of memory in engine"
4581
#: ../plugin/myisam/my_handler_errors.cc:52
4582
msgid "Incorrect file format"
4585
#: ../plugin/myisam/my_handler_errors.cc:53
4586
msgid "Command not supported by database"
4589
#: ../plugin/myisam/my_handler_errors.cc:54
4590
msgid "Old database file"
4593
#: ../plugin/myisam/my_handler_errors.cc:55
4594
msgid "No record read before update"
4597
#: ../plugin/myisam/my_handler_errors.cc:56
4598
msgid "Record was already deleted (or record file crashed)"
4601
#: ../plugin/myisam/my_handler_errors.cc:57
4602
msgid "No more room in record file"
4605
#: ../plugin/myisam/my_handler_errors.cc:58
4606
msgid "No more room in index file"
4609
#: ../plugin/myisam/my_handler_errors.cc:59
4610
msgid "No more records (read after end of file)"
4613
#: ../plugin/myisam/my_handler_errors.cc:60
4614
msgid "Unsupported extension used for table"
4617
#: ../plugin/myisam/my_handler_errors.cc:61
4621
#: ../plugin/myisam/my_handler_errors.cc:62
4622
msgid "Wrong create options"
4625
#: ../plugin/myisam/my_handler_errors.cc:63
4626
msgid "Duplicate unique key or constraint on write or update"
4629
#: ../plugin/myisam/my_handler_errors.cc:64
4630
msgid "Unknown character set used in table"
4633
#: ../plugin/myisam/my_handler_errors.cc:65
4634
msgid "Conflicting table definitions in sub-tables of MERGE table"
4637
#: ../plugin/myisam/my_handler_errors.cc:66
4638
msgid "Table is crashed and last repair failed"
4641
#: ../plugin/myisam/my_handler_errors.cc:67
4642
msgid "Table was marked as crashed and should be repaired"
4645
#: ../plugin/myisam/my_handler_errors.cc:68
4646
msgid "Lock timed out; Retry transaction"
4649
#: ../plugin/myisam/my_handler_errors.cc:69
4650
msgid "Lock table is full; Restart program with a larger locktable"
4653
#: ../plugin/myisam/my_handler_errors.cc:70
4654
msgid "Updates are not allowed under a read only transactions"
4657
#: ../plugin/myisam/my_handler_errors.cc:71
4658
msgid "Lock deadlock; Retry transaction"
4661
#: ../plugin/myisam/my_handler_errors.cc:72
4662
msgid "Foreign key constraint is incorrectly formed"
4665
#: ../plugin/myisam/my_handler_errors.cc:73
4666
msgid "Cannot add a child row"
4669
#: ../plugin/myisam/my_handler_errors.cc:74
4670
msgid "Cannot delete a parent row"
4673
#: ../plugin/myisam/my_handler_errors.cc:75
4674
msgid "No savepoint with that name"
4677
#: ../plugin/myisam/my_handler_errors.cc:76
4678
msgid "Non unique key block size"
4681
#: ../plugin/myisam/my_handler_errors.cc:77
4682
msgid "The table does not exist in engine"
4685
#: ../plugin/myisam/my_handler_errors.cc:78
4686
msgid "The table already existed in storage engine"
4689
#: ../plugin/myisam/my_handler_errors.cc:79
4690
msgid "Could not connect to storage engine"
4693
#: ../plugin/myisam/my_handler_errors.cc:80
4694
msgid "Unexpected null pointer found when using spatial index"
4697
#: ../plugin/myisam/my_handler_errors.cc:81
4698
msgid "The table changed in storage engine"
4701
#: ../plugin/myisam/my_handler_errors.cc:82
4702
msgid "There's no partition in table for the given value"
4705
#: ../plugin/myisam/my_handler_errors.cc:83
4706
msgid "Row-based binlogging of row failed"
4709
#: ../plugin/myisam/my_handler_errors.cc:84
4710
msgid "Index needed in foreign key constraint"
4713
#: ../plugin/myisam/my_handler_errors.cc:85
4714
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4717
#: ../plugin/myisam/my_handler_errors.cc:86
4718
msgid "Table needs to be upgraded before it can be used"
4721
#: ../plugin/myisam/my_handler_errors.cc:87
4722
msgid "Table is read only"
4725
#: ../plugin/myisam/my_handler_errors.cc:88
4726
msgid "Failed to get next auto increment value"
4729
#: ../plugin/myisam/my_handler_errors.cc:89
4730
msgid "Failed to set row auto increment value"
4733
#: ../plugin/myisam/my_handler_errors.cc:90
4734
msgid "Unknown (generic) error from engine"
4737
#: ../plugin/myisam/my_handler_errors.cc:91
4738
msgid "Record is the same"
4741
#: ../plugin/myisam/my_handler_errors.cc:92
4742
msgid "It is not possible to log this statement"
4745
#: ../plugin/myisam/my_handler_errors.cc:93
4746
msgid "Tablespace exists"
4749
#: ../plugin/myisam/my_handler_errors.cc:94
4750
msgid "The event was corrupt, leading to illegal data being read"
4753
#: ../plugin/myisam/my_handler_errors.cc:95
4754
msgid "The table is of a new format not supported by this version"
4757
#: ../plugin/myisam/my_handler_errors.cc:96
4758
msgid "The event could not be processed no other handler error happened"
4761
#: ../plugin/myisam/my_handler_errors.cc:97
4762
msgid "Got a fatal error during initialzation of handler"
4765
#: ../plugin/myisam/my_handler_errors.cc:98
4766
msgid "File to short; Expected more data in file"
4769
#: ../plugin/myisam/my_handler_errors.cc:99
4770
msgid "Read page with wrong checksum"
4773
#. TODO: get a better message for these
4774
#: ../plugin/myisam/my_handler_errors.cc:101
4775
msgid "Lock or active transaction"
4778
#: ../plugin/myisam/my_handler_errors.cc:102
4779
msgid "No such table space"
4782
#: ../plugin/myisam/my_handler_errors.cc:103
4783
msgid "Tablespace not empty"
4786
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
4788
"Port number to use for connection or 0 for default to with MySQL protocol."
4791
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
4793
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4794
"the file is stale and should be removed?"
4797
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
4798
msgid "Path used for MySQL UNIX Socket Protocol."
4801
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
4802
msgid "Clobber socket file if one is there already."
4805
#: ../plugin/pbms/src/parameters_ms.cc:426
4806
msgid "Port number to use for connection or 0 for default PBMS port "
4809
#: ../plugin/pbms/src/parameters_ms.cc:429
4810
msgid "The maximum size of a BLOB repository file."
4813
#: ../plugin/pbms/src/parameters_ms.cc:432
4814
msgid "The maximum size of a temorary BLOB log file."
4817
#: ../plugin/pbms/src/parameters_ms.cc:435
4819
"A ':' delimited list of metadata header names to be used to initialize the "
4820
"pbms_metadata_header table when a database is created."
4823
#: ../plugin/pbms/src/parameters_ms.cc:439
4824
msgid "The percentage of garbage in a repository file before it is compacted."
4827
#: ../plugin/pbms/src/parameters_ms.cc:442
4829
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
4830
"after this time, unless committed to the database."
4833
#: ../plugin/pbms/src/parameters_ms.cc:445
4835
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
4839
#: ../plugin/pbms/src/parameters_ms.cc:448
4840
msgid "The next backup ID to use when backing up a PBMS database."
4843
#: ../plugin/pbms/src/parameters_ms.cc:451
4845
"A comma delimited list of tables to watch of the format: <database>."
4849
#: ../plugin/pbms/src/parameters_ms.cc:453
4850
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4853
#: ../plugin/pbms/src/parameters_ms.cc:457
4854
msgid "Before insert row event observer call position"
4857
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4858
msgid "Could not open socket, is rabbitmq running?"
4861
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
4862
msgid "Failed to allocate enough memory to transaction message\n"
4865
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
4867
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4870
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
4872
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4875
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
4876
msgid "Host name to connect to"
4879
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
4880
msgid "Port to connect to"
4883
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
4884
msgid "RabbitMQ virtualhost"
4887
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
4888
msgid "RabbitMQ username"
4891
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
4892
msgid "RabbitMQ password"
4895
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
4896
#: ../plugin/transaction_log/module.cc:270
4897
msgid "Name of the replicator plugin to use (default='default_replicator')"
4900
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
4901
msgid "Name of RabbitMQ exchange to publish to"
4904
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
4905
msgid "Name of RabbitMQ routing key to use"
4908
#: ../plugin/session_dictionary/processlist.cc:78
4912
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4914
msgid "syslog facility \"%s\" not known, using \"local0\""
4917
#: ../plugin/syslog/errmsg.cc:50
4919
msgid "syslog priority \"%s\" not known, using \"warn\""
4922
#: ../plugin/syslog/logging.cc:63
4924
msgid "syslog priority \"%s\" not known, using \"info\""
4927
#: ../plugin/syslog/module.cc:95
4928
msgid "Syslog Ident"
4931
#: ../plugin/syslog/module.cc:98
4932
msgid "Syslog Facility"
4935
#: ../plugin/syslog/module.cc:101
4936
msgid "Enable logging to syslog of the query log"
4939
#: ../plugin/syslog/module.cc:104
4940
msgid "Syslog Priority of query logging"
4943
#: ../plugin/syslog/module.cc:116
4944
msgid "Enable logging to syslog of the error messages"
4947
#: ../plugin/syslog/module.cc:119
4948
msgid "Syslog Priority of error messages"
4951
#: ../plugin/transaction_log/background_worker.cc:77
4953
msgid "Unable to create background worker thread. Got error %s.\n"
4956
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4957
#: ../plugin/transaction_log/print_transaction_message.cc:106
4958
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4960
msgid "Failed to open transaction log file %s. Got error: %s\n"
4963
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4964
#: ../plugin/transaction_log/print_transaction_message.cc:169
4965
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4966
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4968
msgid "Could not read transaction message.\n"
4971
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
4972
#: ../plugin/transaction_log/print_transaction_message.cc:170
4973
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4975
msgid "GPB ERROR: %s.\n"
4978
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4979
#: ../plugin/transaction_log/print_transaction_message.cc:171
4980
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4982
msgid "Raw buffer read: %s.\n"
4985
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4986
#: ../plugin/transaction_log/print_transaction_message.cc:179
4987
#: ../plugin/transaction_log/transaction_log_reader.cc:163
4989
msgid "BUFFER: %s\n"
4992
#: ../plugin/transaction_log/module.cc:171
4994
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
4997
#: ../plugin/transaction_log/module.cc:180
4999
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5002
#: ../plugin/transaction_log/module.cc:192
5004
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5007
#: ../plugin/transaction_log/module.cc:201
5009
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5012
#: ../plugin/transaction_log/module.cc:216
5014
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5017
#: ../plugin/transaction_log/module.cc:258
5018
msgid "DEBUGGING - Truncate transaction log"
5021
#: ../plugin/transaction_log/module.cc:261
5022
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5025
#: ../plugin/transaction_log/module.cc:264
5026
msgid "Enable transaction log"
5029
#: ../plugin/transaction_log/module.cc:267
5030
msgid "Path to the file to use for transaction log"
5033
#: ../plugin/transaction_log/module.cc:273
5035
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5036
"each transaction write, 2 == sync log file once per second"
5039
#: ../plugin/transaction_log/module.cc:276
5040
msgid "Number of slots for in-memory write buffers (default=8)."
5043
#: ../plugin/transaction_log/print_transaction_message.cc:135
5045
msgid "GPB message is not a valid type.\n"
5048
#: ../plugin/transaction_log/print_transaction_message.cc:155
5050
msgid "GPB message is not a valid size.\n"
5053
#: ../plugin/transaction_log/transaction_log.cc:114
5054
msgid "Failed to open transaction log file "
5057
#: ../plugin/transaction_log/transaction_log.cc:215
5060
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5061
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5064
#: ../plugin/transaction_log/transaction_log.cc:236
5066
msgid "Failed to sync log file. Got error: %s\n"
5069
#: ../plugin/transaction_log/transaction_log_reader.cc:119
5070
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
5072
msgid "Attempted to read record bigger than INT_MAX\n"
5075
#: ../plugin/transaction_log/transaction_log_reader.cc:139
5077
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5080
#: ../plugin/transaction_log/transaction_log_reader.cc:174
5082
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5085
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
5086
msgid "Cannot open file: "
5089
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
5090
msgid "Could not skip to position "
5093
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
5094
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5097
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5098
msgid "Memory allocation failure trying to allocate "
5101
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
5105
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
5109
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
5115
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
5116
msgid "Unable to parse command. Got error: "
5119
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
5126
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
5127
msgid "Display help and exit"
5130
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
5131
msgid "Read from the innodb transaction log"
5134
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
5135
msgid "Password to use when connecting to server"
5138
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
5139
msgid "Perform checksum"
5142
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
5143
msgid "Ignore event messages"
5146
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
5147
msgid "Transaction log file"
5150
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
5151
msgid "Print raw Protobuf messages instead of SQL"
5154
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
5155
msgid "Start reading from the given file position"
5158
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
5159
msgid "Only output for the given transaction ID and later"
5162
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
5163
msgid "Only output for the given transaction ID"
5166
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
5167
msgid "Summarize message contents"
5170
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5171
msgid "Cannot use --start-pos and --transaction-id together\n"
5174
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
5175
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5178
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
5179
msgid "Checksum failed. Wanted "
5182
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755