159
198
"deprecated; use --disable-named-commands instead."
162
#: ../client/drizzle.cc:1379
201
#: ../client/drizzle.cc:1380
163
202
msgid "Ignore space after function names."
166
#: ../client/drizzle.cc:1381
205
#: ../client/drizzle.cc:1382
167
206
msgid "Turn off beep on error."
170
#: ../client/drizzle.cc:1383
209
#: ../client/drizzle.cc:1384
171
210
msgid "Write line numbers for errors."
174
#: ../client/drizzle.cc:1385
213
#: ../client/drizzle.cc:1386
176
215
"Don't write line number for errors. WARNING: -L is deprecated, use long "
177
216
"version of this option instead."
180
#: ../client/drizzle.cc:1387
219
#: ../client/drizzle.cc:1388
181
220
msgid "Write column names in results."
184
#: ../client/drizzle.cc:1389
223
#: ../client/drizzle.cc:1390
186
225
"Don't write column names in results. WARNING: -N is deprecated, use long "
187
226
"version of this options instead."
190
#: ../client/drizzle.cc:1391
229
#: ../client/drizzle.cc:1392
192
231
"Change the value of a variable. Please note that this option is deprecated; "
193
232
"you can set variables directly with --variable-name=value."
196
#: ../client/drizzle.cc:1393
235
#: ../client/drizzle.cc:1394
197
236
msgid "Output in table format."
200
#: ../client/drizzle.cc:1395
239
#: ../client/drizzle.cc:1396
201
240
msgid "Only allow UPDATE and DELETE that uses keys."
204
#: ../client/drizzle.cc:1397
243
#: ../client/drizzle.cc:1398
205
244
msgid "Synonym for option --safe-updates, -U."
208
#: ../client/drizzle.cc:1399
247
#: ../client/drizzle.cc:1400
209
248
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
212
#: ../client/drizzle.cc:1400 ../drizzled/drizzled.cc:1158
251
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2425
252
#: ../drizzled/drizzled.cc:1158
213
253
msgid "Output version information and exit."
216
#: ../client/drizzle.cc:1402
256
#: ../client/drizzle.cc:1403
217
257
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
220
#: ../client/drizzle.cc:1406
260
#: ../client/drizzle.cc:1407
221
261
msgid "Number of lines before each import progress report."
224
#: ../client/drizzle.cc:1408
264
#: ../client/drizzle.cc:1409
225
265
msgid "Ping the server to check if it's alive."
228
#: ../client/drizzle.cc:1410
268
#: ../client/drizzle.cc:1411
229
269
msgid "Configuration file defaults are not used if no-defaults is set"
232
#: ../client/drizzle.cc:1416
272
#: ../client/drizzle.cc:1414 ../client/drizzledump.cc:2434
273
msgid "Options specific to the drizzle client"
276
#: ../client/drizzle.cc:1417
234
278
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
235
279
"and field completion, but startup and reconnecting may take a longer time. "
236
280
"Disable with --disable-auto-rehash."
239
#: ../client/drizzle.cc:1417
283
#: ../client/drizzle.cc:1418
241
285
"No automatic rehashing. One has to use 'rehash' to get table and field "
242
286
"completion. This gives a quicker start of drizzle_st and disables rehashing "
243
287
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
246
#: ../client/drizzle.cc:1419
290
#: ../client/drizzle.cc:1420
248
292
"Automatically switch to vertical output mode if the result is wider than the "
249
293
"terminal width."
252
#: ../client/drizzle.cc:1421
296
#: ../client/drizzle.cc:1422
253
297
msgid "Database to use."
256
#: ../client/drizzle.cc:1423
300
#: ../client/drizzle.cc:1424
257
301
msgid "(not used)"
260
#: ../client/drizzle.cc:1425
304
#: ../client/drizzle.cc:1426
261
305
msgid "Delimiter to be used."
264
#: ../client/drizzle.cc:1427
308
#: ../client/drizzle.cc:1428
265
309
msgid "Execute command and quit. (Disables --force and history file)"
268
#: ../client/drizzle.cc:1429
312
#: ../client/drizzle.cc:1430
269
313
msgid "Enable/disable LOAD DATA LOCAL INFILE."
272
#: ../client/drizzle.cc:1431
316
#: ../client/drizzle.cc:1432
273
317
msgid "Flush buffer after each query."
276
#: ../client/drizzle.cc:1433
320
#: ../client/drizzle.cc:1434
277
321
msgid "Ignore SIGINT (CTRL-C)"
280
#: ../client/drizzle.cc:1435
324
#: ../client/drizzle.cc:1436
282
326
"Only update the default database. This is useful for skipping updates to "
283
327
"other database in the update log."
286
#: ../client/drizzle.cc:1437
330
#: ../client/drizzle.cc:1438
288
332
"Pager to use to display results. If you don't supply an option the default "
289
333
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
295
#: ../client/drizzle.cc:1439
339
#: ../client/drizzle.cc:1440
296
340
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
299
#: ../client/drizzle.cc:1441
343
#: ../client/drizzle.cc:1442
300
344
msgid "Set the drizzle prompt to this value."
303
#: ../client/drizzle.cc:1443
347
#: ../client/drizzle.cc:1444
305
349
"Don't cache result, print it row by row. This may slow down the server if "
306
350
"the output is suspended. Doesn't use history file."
309
#: ../client/drizzle.cc:1445
353
#: ../client/drizzle.cc:1446
310
354
msgid "Write fields without conversion. Used with --batch."
313
#: ../client/drizzle.cc:1447
357
#: ../client/drizzle.cc:1448
315
359
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
316
360
"option is enabled by default."
319
#: ../client/drizzle.cc:1449
363
#: ../client/drizzle.cc:1450
320
364
msgid "Shutdown the server"
323
#: ../client/drizzle.cc:1450
367
#: ../client/drizzle.cc:1451
325
369
"Be more silent. Print results with a tab as separator, each row on new line."
328
#: ../client/drizzle.cc:1452
372
#: ../client/drizzle.cc:1453
330
374
"Append everything into outfile. See interactive help (\\h) also. Does not "
331
375
"work in batch mode. Disable with --disable-tee. This option is disabled by "
335
#: ../client/drizzle.cc:1454
379
#: ../client/drizzle.cc:1455
336
380
msgid "Disable outfile. See interactive help (\\h) also."
339
#: ../client/drizzle.cc:1455
383
#: ../client/drizzle.cc:1456
340
384
msgid "Wait and retry if connection is down."
343
#: ../client/drizzle.cc:1457
387
#: ../client/drizzle.cc:1458
344
388
msgid "Number of seconds before connection timeout."
347
#: ../client/drizzle.cc:1459
391
#: ../client/drizzle.cc:1460
348
392
msgid "Max length of input line"
351
#: ../client/drizzle.cc:1461
395
#: ../client/drizzle.cc:1462
352
396
msgid "Automatic limit for SELECT when using --safe-updates"
355
#: ../client/drizzle.cc:1463
399
#: ../client/drizzle.cc:1464
356
400
msgid "Automatic limit for rows in a join when using --safe-updates"
359
#: ../client/drizzle.cc:1469 ../client/drizzledump.cc:2564
360
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:928
361
#: ../client/drizzletest.cc:5456
403
#: ../client/drizzle.cc:1467 ../client/drizzledump.cc:2499
404
msgid "Options specific to the client"
407
#: ../client/drizzle.cc:1470 ../client/drizzledump.cc:2504
408
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:929
409
#: ../client/drizzletest.cc:5457
362
410
msgid "Use MySQL Protocol."
365
#: ../client/drizzle.cc:1471
413
#: ../client/drizzle.cc:1472
366
414
msgid "Connect to host"
369
#: ../client/drizzle.cc:1473
417
#: ../client/drizzle.cc:1474
371
419
"Password to use when connecting to server. If password is not given it's "
372
420
"asked from the tty."
375
#: ../client/drizzle.cc:1475
423
#: ../client/drizzle.cc:1476
377
425
"Port number to use for connection or 0 for default to, in order of "
378
426
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
381
#: ../client/drizzle.cc:1477
429
#: ../client/drizzle.cc:1478 ../client/drizzledump.cc:2510
382
430
msgid "User for login if not current user."
385
#: ../client/drizzle.cc:1479
433
#: ../client/drizzle.cc:1480 ../client/drizzledump.cc:2512
386
434
msgid "The protocol of connection (tcp,socket,pipe,memory)."
389
#: ../client/drizzle.cc:1529 ../client/drizzle.cc:1536
437
#: ../client/drizzle.cc:1483 ../client/drizzledump.cc:2524
438
msgid "Allowed Options"
441
#: ../client/drizzle.cc:1530 ../client/drizzle.cc:1537
391
443
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
394
#: ../client/drizzle.cc:1587
446
#: ../client/drizzle.cc:1588 ../client/drizzle.cc:3849
395
447
msgid "DELIMITER cannot contain a backslash character"
398
#: ../client/drizzle.cc:1664
450
#: ../client/drizzle.cc:1665
400
452
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
403
#: ../client/drizzle.cc:1709 ../client/drizzle.cc:1719
404
#: ../client/drizzle.cc:4089
455
#: ../client/drizzle.cc:1711 ../client/drizzle.cc:4093
406
msgid "drizzle Ver %s Distrib %s, for %s-%s (%s) using readline %s\n"
457
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
409
#: ../client/drizzle.cc:1723
460
#: ../client/drizzle.cc:1717
412
463
"Copyright (C) 2008 Sun Microsystems\n"
414
465
"and you are welcome to modify and redistribute it under the GPL license\n"
417
#: ../client/drizzle.cc:1728
468
#: ../client/drizzle.cc:1722
419
470
msgid "Usage: drizzle [OPTIONS] [database]\n"
422
#: ../client/drizzle.cc:1779
423
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
473
#: ../client/drizzle.cc:1776
475
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
426
#: ../client/drizzle.cc:1788
478
#: ../client/drizzle.cc:1785
429
481
"Your Drizzle connection id is %u\n"
430
482
"Server version: %s\n"
433
#: ../client/drizzle.cc:1820
485
#: ../client/drizzle.cc:1817
435
487
msgid "Reading history-file %s\n"
438
#: ../client/drizzle.cc:1824
490
#: ../client/drizzle.cc:1821
440
492
msgid "Couldn't allocate memory for temp histfile!\n"
443
#: ../client/drizzle.cc:1831
495
#: ../client/drizzle.cc:1828
444
496
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
447
#: ../client/drizzle.cc:1854
499
#: ../client/drizzle.cc:1838
503
#: ../client/drizzle.cc:1851
449
505
msgid "Writing history-file %s\n"
452
#: ../client/drizzle.cc:1862
508
#: ../client/drizzle.cc:1859
456
#: ../client/drizzle.cc:1862
512
#: ../client/drizzle.cc:1859
460
#: ../client/drizzle.cc:1914
516
#: ../client/drizzle.cc:1911
461
517
msgid "Query aborted by Ctrl+C\n"
464
#: ../client/drizzle.cc:1998
520
#: ../client/drizzle.cc:1995
466
522
msgid "Processing line: %<PRIu32>\n"
469
#: ../client/drizzle.cc:2216
525
#: ../client/drizzle.cc:2213
470
526
msgid "Unknown command: "
473
#: ../client/drizzle.cc:2630
529
#: ../client/drizzle.cc:2627
475
531
"Reading table information for completion of table and column names\n"
476
532
"You can turn off this feature to get a quicker startup with -A\n"
480
#: ../client/drizzle.cc:2696
536
#: ../client/drizzle.cc:2693
481
537
msgid "No connection. Trying to reconnect..."
484
#: ../client/drizzle.cc:2702
540
#: ../client/drizzle.cc:2699
485
541
msgid "Can't connect to the server\n"
488
#: ../client/drizzle.cc:2780
544
#: ../client/drizzle.cc:2779
489
545
msgid "List of all Drizzle commands:"
492
#: ../client/drizzle.cc:2782
493
msgid "Note that all text commands must be first on line and end with ';'"
548
#: ../client/drizzle.cc:2783
551
"Note that all text commands must be first on line and end with '%s' or \\g"
496
#: ../client/drizzle.cc:2837
554
#: ../client/drizzle.cc:2841
497
555
msgid "No query specified\n"
500
#: ../client/drizzle.cc:2852
558
#: ../client/drizzle.cc:2856
501
559
msgid "Ignoring query to other database"
504
#: ../client/drizzle.cc:2902
562
#: ../client/drizzle.cc:2906
505
563
msgid "Empty set"
508
#: ../client/drizzle.cc:2915
566
#: ../client/drizzle.cc:2919
510
568
msgid "%ld row in set"
511
569
msgid_plural "%ld rows in set"
515
#: ../client/drizzle.cc:2924
573
#: ../client/drizzle.cc:2928
519
#: ../client/drizzle.cc:2926
577
#: ../client/drizzle.cc:2930
521
579
msgid "Query OK, %ld row affected"
522
580
msgid_plural "Query OK, %ld rows affected"
526
#: ../client/drizzledump.cc:212
584
#: ../client/drizzle.cc:3002
585
msgid "popen() failed! defaulting PAGER to stdout!\n"
588
#: ../client/drizzle.cc:3024
590
msgid "Error logging to file '%s'\n"
593
#: ../client/drizzle.cc:3029
595
msgid "Logging to file '%s'\n"
598
#: ../client/drizzle.cc:3113
607
"Collation: %s (%u)\n"
615
#: ../client/drizzle.cc:3580
617
msgid "No previous outfile available, you must give a filename!\n"
620
#: ../client/drizzle.cc:3585
622
msgid "Currently logging to file '%s'\n"
625
#: ../client/drizzle.cc:3605
627
msgid "No outfile specified!\n"
630
#: ../client/drizzle.cc:3618
631
msgid "Outfile disabled.\n"
634
#: ../client/drizzle.cc:3645
635
msgid "Default pager wasn't set, using stdout.\n"
638
#: ../client/drizzle.cc:3665
640
msgid "PAGER set to '%s'\n"
643
#: ../client/drizzle.cc:3676
644
msgid "PAGER set to stdout\n"
647
#: ../client/drizzle.cc:3759
649
msgid "Connection id: %u"
652
#: ../client/drizzle.cc:3761
654
msgid "Current database: %.128s\n"
657
#: ../client/drizzle.cc:3762
662
#: ../client/drizzle.cc:3782
663
msgid "Usage: \\. <filename> | source <filename>"
666
#: ../client/drizzle.cc:3797
668
msgid "Failed to open file '%s', error: %d"
671
#: ../client/drizzle.cc:3805
672
msgid "Can't initialize LineBuffer"
675
#: ../client/drizzle.cc:3841
676
msgid "DELIMITER must be followed by a 'delimiter' character or string"
679
#: ../client/drizzle.cc:3874
680
msgid "USE must be followed by a database name"
683
#: ../client/drizzle.cc:3942
684
msgid "Database changed"
687
#: ../client/drizzle.cc:3950
688
msgid "Show warnings enabled."
691
#: ../client/drizzle.cc:3958
692
msgid "Show warnings disabled."
695
#: ../client/drizzle.cc:4100
699
"Connection id:\t\t%lu\n"
702
#: ../client/drizzle.cc:4112
704
msgid "Current database:\t%s\n"
707
#: ../client/drizzle.cc:4113
709
msgid "Current user:\t\t%s\n"
712
#: ../client/drizzle.cc:4119
713
msgid "SSL:\t\t\tNot in use"
716
#: ../client/drizzle.cc:4124
722
#: ../client/drizzle.cc:4131
725
"All updates ignored to this database\n"
728
#: ../client/drizzle.cc:4134
730
msgid "Current pager:\t\t%s\n"
733
#: ../client/drizzle.cc:4135
735
msgid "Using outfile:\t\t'%s'\n"
738
#: ../client/drizzle.cc:4136
740
msgid "Using delimiter:\t%s\n"
743
#: ../client/drizzle.cc:4137
745
msgid "Server version:\t\t%s\n"
748
#: ../client/drizzle.cc:4138
750
msgid "Protocol version:\t%d\n"
753
#: ../client/drizzle.cc:4139
755
msgid "Connection:\t\t%s\n"
758
#: ../client/drizzle.cc:4146
760
msgid "UNIX socket:\t\t%s\n"
763
#: ../client/drizzle.cc:4148
765
msgid "TCP port:\t\t%d\n"
768
#: ../client/drizzle.cc:4153
771
"Note that you are running in safe_update_mode:\n"
774
#: ../client/drizzle.cc:4155
777
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
779
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
781
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
782
" Max number of examined row combination in a join is set to: %"
787
#: ../client/drizzle.cc:4217 ../drizzled/option.cc:339
792
#: ../client/drizzle.cc:4260
794
msgid "ERROR %d (%s): "
797
#: ../client/drizzle.cc:4262
802
#: ../client/drizzle.cc:4265
806
#: ../client/drizzle.cc:4398
810
#: ../client/drizzle.cc:4400
814
#: ../client/drizzle.cc:4406
818
#: ../client/drizzle.cc:4412
822
#: ../client/drizzle.cc:4513
826
#: ../client/drizzle.cc:4633
828
msgid "Returning to default PROMPT of %s\n"
831
#: ../client/drizzle.cc:4638
832
msgid "Memory allocation error. Not changing prompt\n"
835
#: ../client/drizzle.cc:4643
837
msgid "PROMPT set to '%s'\n"
840
#: ../client/drizzledump.cc:198
528
842
msgid "Got errno %d on write"
531
#: ../client/drizzledump.cc:296
845
#: ../client/drizzledump.cc:282
533
847
msgid "%s: You must use option --tab with --fields-...\n"
536
#: ../client/drizzledump.cc:302
850
#: ../client/drizzledump.cc:288
539
853
"%s: You can't use --single-transaction and --lock-all-tables at the same "
543
#: ../client/drizzledump.cc:308
857
#: ../client/drizzledump.cc:294
546
860
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
550
#: ../client/drizzledump.cc:314
864
#: ../client/drizzledump.cc:300
552
866
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
555
#: ../client/drizzledump.cc:333
869
#: ../client/drizzledump.cc:319
557
871
msgid "Got error: %s (%d) %s"
560
#: ../client/drizzledump.cc:340
874
#: ../client/drizzledump.cc:326
562
876
msgid "Got error: %d %s"
565
#: ../client/drizzledump.cc:438 ../client/drizzledump.cc:445
566
#: ../client/drizzledump.cc:458
879
#: ../client/drizzledump.cc:424 ../client/drizzledump.cc:431
880
#: ../client/drizzledump.cc:444
568
882
msgid "Couldn't execute '%s': %s (%d)"
571
#: ../client/drizzledump.cc:518
885
#: ../client/drizzledump.cc:504
573
887
msgid "-- Connecting to %s...\n"
576
#: ../client/drizzledump.cc:541
890
#: ../client/drizzledump.cc:527
578
892
msgid "-- Disconnecting from %s...\n"
581
#: ../client/drizzledump.cc:552
895
#: ../client/drizzledump.cc:538
582
896
msgid "Couldn't allocate memory"
585
#: ../client/drizzledump.cc:896
899
#: ../client/drizzledump.cc:882
588
902
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
592
#: ../client/drizzledump.cc:910
906
#: ../client/drizzledump.cc:896
594
908
msgid "-- Retrieving table structure for table %s...\n"
597
#: ../client/drizzledump.cc:1024
911
#: ../client/drizzledump.cc:1010
599
913
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
602
#: ../client/drizzledump.cc:1131
916
#: ../client/drizzledump.cc:1117
604
918
msgid "%s: Can't get keys for table %s\n"
607
#: ../client/drizzledump.cc:1209 ../client/drizzledump.cc:2303
921
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
609
923
msgid "Error: Couldn't read status information for table %s\n"
612
#: ../client/drizzledump.cc:1353
926
#: ../client/drizzledump.cc:1339
614
928
msgid "Error retrieving table structure for table: \"%s\""
617
#: ../client/drizzledump.cc:1360
931
#: ../client/drizzledump.cc:1346
619
933
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
622
#: ../client/drizzledump.cc:1371
936
#: ../client/drizzledump.cc:1357
624
938
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
627
#: ../client/drizzledump.cc:1378
941
#: ../client/drizzledump.cc:1364
629
943
msgid "-- Skipping dump data for table '%s', it has no fields\n"
632
#: ../client/drizzledump.cc:1386
946
#: ../client/drizzledump.cc:1372
633
947
msgid "-- Sending SELECT query...\n"
636
#: ../client/drizzledump.cc:1440 ../client/drizzledump.cc:1929
950
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
637
951
msgid "when executing 'SELECT INTO OUTFILE'"
640
#: ../client/drizzledump.cc:1451
954
#: ../client/drizzledump.cc:1437
649
#: ../client/drizzledump.cc:1492
963
#: ../client/drizzledump.cc:1478
650
964
msgid "-- Retrieving rows...\n"
653
#: ../client/drizzledump.cc:1495
967
#: ../client/drizzledump.cc:1481
655
969
msgid "%s: Error in field count for table: %s ! Aborting.\n"
658
#: ../client/drizzledump.cc:1539
972
#: ../client/drizzledump.cc:1525
660
974
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
663
#: ../client/drizzledump.cc:1556
977
#: ../client/drizzledump.cc:1542
665
979
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
668
#: ../client/drizzledump.cc:1578
982
#: ../client/drizzledump.cc:1564
670
984
msgid "Not enough fields from table %s! Aborting.\n"
673
#: ../client/drizzledump.cc:1993 ../client/drizzledump.cc:2109
987
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
674
988
msgid "when doing refresh"
677
#: ../client/drizzledump.cc:2080
991
#: ../client/drizzledump.cc:2066
678
992
msgid "alloc_root failure."
681
#: ../client/drizzledump.cc:2096
995
#: ../client/drizzledump.cc:2082
683
997
msgid "Couldn't find table: \"%s\""
686
#: ../client/drizzledump.cc:2374 ../client/drizzledump.cc:2381
687
#: ../client/drizzledump.cc:2391
1000
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1001
#: ../client/drizzledump.cc:2336
690
1004
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
693
#: ../client/drizzledump.cc:2423
1007
#: ../client/drizzledump.cc:2368
695
1009
msgid "Error: Not enough memory to store ORDER BY clause\n"
698
#: ../client/drizzledump.cc:2480
1012
#: ../client/drizzledump.cc:2399
1014
"Dump all the databases. This will be same as --databases with all databases "
1018
#: ../client/drizzledump.cc:2401
1019
msgid "Dump all the tablespaces."
1022
#: ../client/drizzledump.cc:2403
1023
msgid "Use complete insert statements."
1026
#: ../client/drizzledump.cc:2407
1028
"Flush logs file in server before starting dump. Note that if you dump many "
1029
"databases at once (using the option --databases= or --all-databases), the "
1030
"logs will be flushed for each database dumped. The exception is when using --"
1031
"lock-all-tables in this case the logs will be flushed only once, "
1032
"corresponding to the moment all tables are locked. So if you want your dump "
1033
"and the log flush to happen at the same exact moment you should use --lock-"
1034
"all-tables or --flush-logs"
1037
#: ../client/drizzledump.cc:2409
1038
msgid "Continue even if we get an sql-error."
1041
#: ../client/drizzledump.cc:2410
1042
msgid "Display this help message and exit."
1045
#: ../client/drizzledump.cc:2412
1047
"Locks all tables across all databases. This is achieved by taking a global "
1048
"read lock for the duration of the whole dump. Automatically turns --single-"
1049
"transaction and --lock-tables off."
1052
#: ../client/drizzledump.cc:2414
1054
"Sorts each table's rows by primary key, or first unique key, if such a key "
1055
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1056
"table, but will make the dump itself take considerably longer."
1059
#: ../client/drizzledump.cc:2416
1061
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1062
"Works ONLY for tables stored in storage engines which support "
1063
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1064
"be consistent for other storage engines. While a --single-transaction dump "
1065
"is in process, to ensure a valid dump file (correct table contents), no "
1066
"other connection should use the following statements: ALTER TABLE, DROP "
1067
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1068
"from them. Option automatically turns off --lock-tables."
1071
#: ../client/drizzledump.cc:2417
1073
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1074
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1075
"default, disable with --skip-opt."
1078
#: ../client/drizzledump.cc:2419
1080
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1081
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1084
#: ../client/drizzledump.cc:2420
1085
msgid "Overrides option --databases (-B)."
1088
#: ../client/drizzledump.cc:2422
699
1089
msgid "Number of rows before each output progress report (requires --verbose)."
702
#: ../client/drizzledump.cc:2633 ../client/drizzledump.cc:2720
1092
#: ../client/drizzledump.cc:2424
1093
msgid "Print info about the various stages."
1096
#: ../client/drizzledump.cc:2426
1097
msgid "Dump a database as well formed XML."
1100
#: ../client/drizzledump.cc:2427
1101
msgid "Turn off Comments"
1104
#: ../client/drizzledump.cc:2428
1105
msgid "Turn off create-options"
1108
#: ../client/drizzledump.cc:2429
1109
msgid "Turn off extended-insert"
1112
#: ../client/drizzledump.cc:2430
1113
msgid "Turn off dump-date"
1116
#: ../client/drizzledump.cc:2431
1117
msgid "Do not read from the configuration files"
1120
#: ../client/drizzledump.cc:2437
1121
msgid "Add a 'DROP DATABASE' before each create."
1124
#: ../client/drizzledump.cc:2439
1125
msgid "Add a 'drop table' before each create."
1128
#: ../client/drizzledump.cc:2441
1129
msgid "Allow creation of column names that are keywords."
1132
#: ../client/drizzledump.cc:2443
1133
msgid "Write additional information."
1136
#: ../client/drizzledump.cc:2445
1138
"Give less verbose output (useful for debugging). Disables structure comments "
1139
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1140
"set-names --skip-disable-keys --skip-add-locks"
1143
#: ../client/drizzledump.cc:2447
1144
msgid "Include all DRIZZLE specific create options."
1147
#: ../client/drizzledump.cc:2449
1148
msgid "Put a dump date to the end of the output."
1151
#: ../client/drizzledump.cc:2451
1153
"To dump several databases. Note the difference in usage; In this case no "
1154
"tables are given. All name arguments are regarded as databasenames. 'USE "
1155
"db_name;' will be included in the output."
1158
#: ../client/drizzledump.cc:2453
1159
msgid "Insert rows with INSERT DELAYED;"
1162
#: ../client/drizzledump.cc:2455
1164
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1165
"will be put in the output."
1168
#: ../client/drizzledump.cc:2457
1169
msgid "Allows utilization of the new, much faster INSERT syntax."
1172
#: ../client/drizzledump.cc:2459
1173
msgid "Fields in the textfile are terminated by ..."
1176
#: ../client/drizzledump.cc:2461
1177
msgid "Fields in the importfile are enclosed by ..."
1180
#: ../client/drizzledump.cc:2463
1181
msgid "Fields in the i.file are opt. enclosed by ..."
1184
#: ../client/drizzledump.cc:2465
1185
msgid "Fields in the i.file are escaped by ..."
1188
#: ../client/drizzledump.cc:2469
1190
"Do not dump the specified table. To specify more than one table to ignore, "
1191
"use the directive multiple times, once for each table. Each table must be "
1192
"specified with both database and table names, e.g. --ignore-table=database."
1196
#: ../client/drizzledump.cc:2471
1197
msgid "Insert rows with INSERT IGNORE."
1200
#: ../client/drizzledump.cc:2473
1201
msgid "Lines in the i.file are terminated by ..."
1204
#: ../client/drizzledump.cc:2475
1205
msgid "Wrap tables with autocommit/commit statements."
1208
#: ../client/drizzledump.cc:2477
1210
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1211
"above line will be added otherwise, if --databases or --all-databases option "
1215
#: ../client/drizzledump.cc:2479
1216
msgid "Don't write table creation info."
1219
#: ../client/drizzledump.cc:2481
1220
msgid "No row information."
1223
#: ../client/drizzledump.cc:2482
1224
msgid "Deprecated. Use --skip-set-charset instead."
1227
#: ../client/drizzledump.cc:2484
1228
msgid "Enable set-name"
1231
#: ../client/drizzledump.cc:2486
1232
msgid "Don't buffer query, dump directly to stdout."
1235
#: ../client/drizzledump.cc:2488
1236
msgid "Quote table and column names with backticks (`)."
1239
#: ../client/drizzledump.cc:2490
1240
msgid "Use REPLACE INTO instead of INSERT INTO."
1243
#: ../client/drizzledump.cc:2492
1245
"Direct output to a given file. This option should be used in MSDOS, because "
1246
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1250
#: ../client/drizzledump.cc:2494
1252
"Creates tab separated textfile for each table to given path. (creates .sql "
1253
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1254
"machine as the drizzled daemon."
1257
#: ../client/drizzledump.cc:2496
1258
msgid "Dump only selected records; QUOTES mandatory!"
1261
#: ../client/drizzledump.cc:2502
1262
msgid "Connect to host."
1265
#: ../client/drizzledump.cc:2506
1267
"Password to use when connecting to server. If password is not given it's "
1268
"solicited on the tty."
1271
#: ../client/drizzledump.cc:2508
1272
msgid "Port number to use for connection."
1275
#: ../client/drizzledump.cc:2515
1276
msgid "Hidden Options"
1279
#: ../client/drizzledump.cc:2517
1280
msgid "Used to select the database"
1283
#: ../client/drizzledump.cc:2518
1284
msgid "Used to select the tables"
1287
#: ../client/drizzledump.cc:2521
1288
msgid "Allowed Options + Hidden Options"
1291
#: ../client/drizzledump.cc:2573
1293
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1296
#: ../client/drizzledump.cc:2578
1298
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1299
"and you are welcome to modify and redistribute it under the GPL license\n"
1302
#: ../client/drizzledump.cc:2579
1303
msgid "Dumps definitions and data from a Drizzle database server"
1306
#: ../client/drizzledump.cc:2580
704
1308
msgid "Usage: %s [OPTIONS] database [tables]\n"
707
#: ../client/drizzledump.cc:2634 ../client/drizzledump.cc:2721
1311
#: ../client/drizzledump.cc:2581
709
1313
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
712
#: ../client/drizzledump.cc:2636 ../client/drizzledump.cc:2723
1316
#: ../client/drizzledump.cc:2583
714
1318
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
717
#: ../client/drizzledump.cc:2648 ../client/drizzleimport.cc:459
718
#: ../client/drizzleslap.cc:1001 ../client/drizzletest.cc:5596
1321
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1322
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
720
1324
msgid "Value supplied for port is not valid.\n"
4710
5294
msgid "error: could not open directory: %s\n"
4713
#: ../drizzled/main.cc:152
5297
#: ../drizzled/main.cc:150
4715
5299
"setrlimit could not change the size of core files to 'infinity'; We may not "
4716
5300
"be able to generate a core file on signals"
4719
#: ../drizzled/main.cc:250
5303
#: ../drizzled/main.cc:251
4721
5305
msgid "Data directory %s does not exist\n"
4724
#: ../drizzled/message/transaction_reader.cc:120
5308
#: ../drizzled/message/transaction_reader.cc:175
4726
5310
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
4729
#: ../drizzled/message/transaction_reader.cc:129
5313
#: ../drizzled/message/transaction_reader.cc:184
4730
5314
#: ../drizzled/message/transaction_writer.cc:371
4732
5316
msgid "Cannot open file: %s\n"
4735
#: ../drizzled/message/transaction_reader.cc:162
5319
#: ../drizzled/message/transaction_reader.cc:217
4737
5321
msgid "Found a non-transaction message in log. Currently, not supported.\n"
4740
#: ../drizzled/message/transaction_reader.cc:168
4741
#: ../plugin/transaction_log/transaction_log_reader.cc:117
5324
#: ../drizzled/message/transaction_reader.cc:223
5325
#: ../plugin/transaction_log/transaction_log_reader.cc:119
4743
5327
msgid "Attempted to read record bigger than INT_MAX\n"
4746
#: ../drizzled/message/transaction_reader.cc:188
4747
#: ../plugin/transaction_log/transaction_log_reader.cc:137
5330
#: ../drizzled/message/transaction_reader.cc:243
5331
#: ../plugin/transaction_log/transaction_log_reader.cc:139
4749
5333
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4752
#: ../drizzled/message/transaction_reader.cc:199
4753
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4754
#: ../plugin/transaction_log/print_transaction_message.cc:142
4755
#: ../plugin/transaction_log/transaction_log_reader.cc:148
5336
#: ../drizzled/message/transaction_reader.cc:256
5337
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
5338
#: ../plugin/transaction_log/print_transaction_message.cc:147
5339
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4757
5341
msgid "Could not read transaction message.\n"
4760
#: ../drizzled/message/transaction_reader.cc:200
4761
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4762
#: ../plugin/transaction_log/print_transaction_message.cc:143
4763
#: ../plugin/transaction_log/transaction_log_reader.cc:149
5344
#: ../drizzled/message/transaction_reader.cc:257
5345
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
5346
#: ../plugin/transaction_log/print_transaction_message.cc:148
5347
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4765
5349
msgid "GPB ERROR: %s.\n"
4768
#: ../drizzled/message/transaction_reader.cc:204
4769
#: ../drizzled/message/transaction_reader.cc:217
5352
#: ../drizzled/message/transaction_reader.cc:261
5353
#: ../drizzled/message/transaction_reader.cc:274
4797
5381
"the current running version of Drizzle: %<PRIu64>."
4800
#: ../drizzled/module/loader.cc:275
5384
#: ../drizzled/module/loader.cc:271
4803
5387
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
4804
5388
"registered.\n"
4807
#: ../drizzled/module/loader.cc:354
5391
#: ../drizzled/module/loader.cc:350
4809
5393
msgid "Plugin '%s' init function returned error.\n"
4812
#: ../drizzled/module/loader.cc:532
5396
#: ../drizzled/module/loader.cc:514
4814
5398
msgid "Couldn't load plugin library named '%s'.\n"
4817
#: ../drizzled/module/loader.cc:542
5401
#: ../drizzled/module/loader.cc:524
4819
5403
msgid "Couldn't load plugin named '%s'.\n"
4822
#: ../drizzled/module/loader.cc:771
5406
#: ../drizzled/module/loader.cc:751
4823
5407
msgid "Out of memory."
4826
#: ../drizzled/module/loader.cc:1483 ../drizzled/module/loader.cc:1534
5410
#: ../drizzled/module/loader.cc:1457 ../drizzled/module/loader.cc:1508
4828
5412
msgid "Unknown variable type code 0x%x in plugin '%s'."
4831
#: ../drizzled/module/loader.cc:1526
5415
#: ../drizzled/module/loader.cc:1500
4834
5418
"Server variable %s of plugin %s was forced to be read-only: string variable "
4835
5419
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4838
#: ../drizzled/module/loader.cc:1545
5422
#: ../drizzled/module/loader.cc:1519
4840
5424
msgid "Missing variable name in plugin '%s'."
4843
#: ../drizzled/module/loader.cc:1562
5427
#: ../drizzled/module/loader.cc:1536
4845
5429
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4848
#: ../drizzled/module/loader.cc:1684
5432
#: ../drizzled/module/loader.cc:1658
4850
5434
msgid "Out of memory for plugin '%s'."
4853
#: ../drizzled/module/loader.cc:1693
5437
#: ../drizzled/module/loader.cc:1667
4855
5439
msgid "Bad options for plugin '%s'."
4858
#: ../drizzled/module/loader.cc:1706
5442
#: ../drizzled/module/loader.cc:1680
4860
5444
msgid "Parsing options for plugin '%s' failed."
4863
#: ../drizzled/module/loader.cc:1759
5447
#: ../drizzled/module/loader.cc:1733
4865
5449
msgid "Plugin '%s' has conflicting system variables"
4868
#: ../drizzled/module/registry.h:102
5452
#: ../drizzled/module/registry.h:103
4870
5454
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
4873
#: ../drizzled/module/registry.h:111
5457
#: ../drizzled/module/registry.h:112
4875
5459
msgid "Fatal error: Failed initializing %s plugin.\n"
5199
#: ../drizzled/signal_handler.cc:122
5754
#: ../drizzled/signal_handler.cc:148
5202
5757
"It is possible that drizzled could use up to \n"
5203
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5758
"(read_buffer_size + sort_buffer_size)*thread_count\n"
5204
5759
"bytes of memory\n"
5205
5760
"Hope that's ok; if not, decrease some variables in the equation.\n"
5209
#: ../drizzled/signal_handler.cc:135
5212
"Attempting backtrace. You can use the following information to find out\n"
5213
"where drizzled died. If you see no messages after this, something went\n"
5214
"terribly wrong...\n"
5217
#: ../drizzled/signal_handler.cc:163
5220
"Trying to get some variables.\n"
5221
"Some pointers may be invalid and cause the dump to abort...\n"
5224
#: ../drizzled/signal_handler.cc:174
5228
"This crash occurred while the server was calling initgroups(). This is\n"
5229
"often due to the use of a drizzled that is statically linked against glibc\n"
5230
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5231
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5232
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5233
"drizzled that is not statically linked.\n"
5236
#: ../drizzled/signal_handler.cc:188
5240
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5241
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5242
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5243
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5244
"the documentation for your distribution on how to do that.\n"
5247
#: ../drizzled/signal_handler.cc:201
5249
msgid "Writing a core file\n"
5252
#: ../drizzled/sql_base.cc:1527
5764
#: ../drizzled/sql_base.cc:1521
5254
5766
msgid "Table %s had a open data Cursor in reopen_table"
5257
#: ../drizzled/sql_table.cc:1972
5769
#: ../drizzled/sql_table.cc:1957
5259
5771
msgid "Unknown - internal error %d during operation"
5262
#: ../drizzled/statement/alter_table.cc:1429
5774
#: ../drizzled/statement/alter_table.cc:1486
5265
5777
"order_st BY ignored because there is a user-defined clustered index in the "
5266
5778
"table '%-.192s'"
5269
#: ../drizzled/table.cc:1971
5781
#: ../drizzled/table.cc:1965
5271
5783
msgid "Got error %d when reading table '%s'"
5378
5890
msgid "Default database to use."
5381
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:830
5382
#: ../plugin/mysql_protocol/mysql_protocol.cc:905
5893
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
5894
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
5383
5895
msgid "Invalid value of port\n"
5386
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:839
5387
#: ../plugin/mysql_protocol/mysql_protocol.cc:914
5898
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
5899
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
5388
5900
msgid "Invalid value for connect_timeout\n"
5391
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:848
5392
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
5903
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
5904
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
5393
5905
msgid "Invalid value for read_timeout\n"
5396
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:857
5397
#: ../plugin/mysql_protocol/mysql_protocol.cc:932
5908
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
5909
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
5398
5910
msgid "Invalid value for write_timeout\n"
5401
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:866
5913
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
5402
5914
msgid "Invalid value for retry_count\n"
5405
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:875
5406
#: ../plugin/mysql_protocol/mysql_protocol.cc:950
5917
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
5918
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
5407
5919
msgid "Invalid value for buffer_length\n"
5410
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5411
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
5922
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
5923
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
5413
5925
"Port number to use for connection or 0 for default to, in order of "
5414
5926
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5417
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:901
5418
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
5419
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5420
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
5929
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
5930
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
5931
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
5932
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
5421
5933
msgid "Connect Timeout."
5424
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5425
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:928
5426
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5427
#: ../plugin/mysql_protocol/mysql_protocol.cc:1004
5936
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5937
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
5938
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
5939
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
5428
5940
msgid "Read Timeout."
5431
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5432
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
5433
#: ../plugin/mysql_protocol/mysql_protocol.cc:984
5434
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
5943
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5944
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
5945
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5946
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
5435
5947
msgid "Write Timeout."
5438
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:908
5439
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:934
5440
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5441
#: ../plugin/mysql_protocol/mysql_protocol.cc:1010
5950
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5951
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
5952
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
5953
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5442
5954
msgid "Retry Count."
5445
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:910
5446
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
5447
#: ../plugin/mysql_protocol/mysql_protocol.cc:988
5448
#: ../plugin/mysql_protocol/mysql_protocol.cc:1013
5957
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5958
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
5959
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5960
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
5449
5961
msgid "Buffer length."
5452
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
5453
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
5454
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
5455
#: ../plugin/mysql_protocol/mysql_protocol.cc:1016
5964
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
5965
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
5966
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5967
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
5456
5968
msgid "Address to bind to."
6049
6561
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6052
#: ../plugin/innobase/handler/ha_innodb.cc:1857
6564
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6053
6565
msgid "Invalid value for io-capacity\n"
6056
#: ../plugin/innobase/handler/ha_innodb.cc:1876
6568
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6057
6569
msgid "Invalid value for fast-shutdown\n"
6060
#: ../plugin/innobase/handler/ha_innodb.cc:1890
6572
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6061
6573
msgid "Invalid value for flush-log-at-trx-commit\n"
6064
#: ../plugin/innobase/handler/ha_innodb.cc:1920
6576
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6065
6577
msgid "Invalid value for max-dirty-pages-pct\n"
6068
#: ../plugin/innobase/handler/ha_innodb.cc:1929
6580
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6069
6581
msgid "Invalid value for stats-sample-pages\n"
6072
#: ../plugin/innobase/handler/ha_innodb.cc:1940
6584
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6073
6585
msgid "Invalid value for additional-mem-pool-size\n"
6076
#: ../plugin/innobase/handler/ha_innodb.cc:1950
6588
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6077
6589
msgid "Invalid value for autoextend-increment\n"
6080
#: ../plugin/innobase/handler/ha_innodb.cc:1960
6592
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6081
6593
msgid "Invalid value for buffer-pool-size\n"
6084
#: ../plugin/innobase/handler/ha_innodb.cc:1970
6596
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6085
6597
msgid "Invalid value for commit-concurrency\n"
6088
#: ../plugin/innobase/handler/ha_innodb.cc:1979
6600
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6089
6601
msgid "Invalid value for concurrency-tickets\n"
6092
#: ../plugin/innobase/handler/ha_innodb.cc:1988
6604
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6093
6605
msgid "Invalid value for file-io-threads\n"
6096
#: ../plugin/innobase/handler/ha_innodb.cc:1997
6608
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6097
6609
msgid "Invalid value for read-io-threads\n"
6100
#: ../plugin/innobase/handler/ha_innodb.cc:2006
6612
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6101
6613
msgid "Invalid value for write-io-threads\n"
6104
#: ../plugin/innobase/handler/ha_innodb.cc:2015
6616
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6105
6617
msgid "Invalid value for force-recovery\n"
6108
#: ../plugin/innobase/handler/ha_innodb.cc:2025
6109
#: ../plugin/innobase/handler/ha_innodb.cc:2035
6620
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6621
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6110
6622
msgid "Invalid value for log-file-size\n"
6113
#: ../plugin/innobase/handler/ha_innodb.cc:2044
6625
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6114
6626
msgid "Invalid value for log-files-in-group\n"
6117
#: ../plugin/innobase/handler/ha_innodb.cc:2053
6629
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6118
6630
msgid "Invalid value for mirrored-log-groups\n"
6121
#: ../plugin/innobase/handler/ha_innodb.cc:2062
6633
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6122
6634
msgid "Invalid value for open-files\n"
6125
#: ../plugin/innobase/handler/ha_innodb.cc:2071
6637
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6126
6638
msgid "Invalid value for thread-concurrency\n"
6129
#: ../plugin/innobase/handler/ha_innodb.cc:2094
6641
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6130
6642
msgid "Invalid value for read-ahead-threshold\n"
6133
#: ../plugin/innobase/handler/ha_innodb.cc:2118
6645
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6134
6646
msgid "Invalid value for lock-wait-timeout\n"
6137
#: ../plugin/logging_gearman/logging_gearman.cc:196
6649
#: ../plugin/logging_gearman/logging_gearman.cc:199
6139
6651
msgid "fail gearman_client_create(): %s"
6142
#: ../plugin/logging_gearman/logging_gearman.cc:207
6654
#: ../plugin/logging_gearman/logging_gearman.cc:210
6144
6656
msgid "fail gearman_client_add_server(): %s"
6147
#: ../plugin/logging_gearman/logging_gearman.cc:306
6148
#: ../plugin/logging_gearman/logging_gearman.cc:313
6659
#: ../plugin/logging_gearman/logging_gearman.cc:309
6660
#: ../plugin/logging_gearman/logging_gearman.cc:316
6149
6661
msgid "Enable logging to a gearman server"
6152
#: ../plugin/logging_gearman/logging_gearman.cc:322
6664
#: ../plugin/logging_gearman/logging_gearman.cc:325
6153
6665
msgid "Hostname for logging to a Gearman server"
6156
#: ../plugin/logging_gearman/logging_gearman.cc:331
6668
#: ../plugin/logging_gearman/logging_gearman.cc:334
6157
6669
msgid "Gearman Function to send logging to"
6160
#: ../plugin/logging_gearman/logging_gearman.cc:349
6672
#: ../plugin/logging_gearman/logging_gearman.cc:352
6161
6673
msgid "Log queries to a Gearman server"
6164
#: ../plugin/logging_query/logging_query.cc:189
6676
#: ../plugin/logging_query/logging_query.cc:192
6166
6678
msgid "fail open() fn=%s er=%s\n"
6169
#: ../plugin/logging_query/logging_query.cc:313
6681
#: ../plugin/logging_query/logging_query.cc:316
6170
6682
msgid "Invalid value for threshold-slow"
6173
#: ../plugin/logging_query/logging_query.cc:322
6685
#: ../plugin/logging_query/logging_query.cc:325
6174
6686
msgid "Invalid value for threshold-big-resultset"
6177
#: ../plugin/logging_query/logging_query.cc:331
6689
#: ../plugin/logging_query/logging_query.cc:334
6178
6690
msgid "Invalid value for threshold-big-examined"
6181
#: ../plugin/logging_query/logging_query.cc:345
6182
#: ../plugin/logging_query/logging_query.cc:361
6693
#: ../plugin/logging_query/logging_query.cc:348
6694
#: ../plugin/logging_query/logging_query.cc:364
6183
6695
msgid "Enable logging to CSV file"
6186
#: ../plugin/logging_query/logging_query.cc:348
6187
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:167
6698
#: ../plugin/logging_query/logging_query.cc:351
6699
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6188
6700
#: ../plugin/syslog/module.cc:233
6189
6701
msgid "Threshold for logging slow queries, in microseconds"
6192
#: ../plugin/logging_query/logging_query.cc:351
6193
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:179
6704
#: ../plugin/logging_query/logging_query.cc:354
6705
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6194
6706
#: ../plugin/syslog/module.cc:236
6195
6707
msgid "Threshold for logging big queries, for rows returned"
6198
#: ../plugin/logging_query/logging_query.cc:354
6199
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:191
6710
#: ../plugin/logging_query/logging_query.cc:357
6711
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6200
6712
#: ../plugin/syslog/module.cc:239
6201
6713
msgid "Threshold for logging big queries, for rows examined"
6204
#: ../plugin/logging_query/logging_query.cc:370
6716
#: ../plugin/logging_query/logging_query.cc:373
6205
6717
msgid "File to log to"
6208
#: ../plugin/logging_query/logging_query.cc:379
6720
#: ../plugin/logging_query/logging_query.cc:382
6209
6721
msgid "PCRE to match the query against"
6212
#: ../plugin/logging_query/logging_query.cc:436
6724
#: ../plugin/logging_query/logging_query.cc:439
6213
6725
msgid "Log queries to a CSV file"
6216
#: ../plugin/logging_stats/logging_stats.cc:303
6728
#: ../plugin/logging_stats/logging_stats.cc:312
6217
6729
msgid "Invalid value for max-user-count\n"
6220
#: ../plugin/logging_stats/logging_stats.cc:311
6732
#: ../plugin/logging_stats/logging_stats.cc:320
6221
6733
msgid "Invalid value for bucket-count\n"
6224
#: ../plugin/logging_stats/logging_stats.cc:320
6736
#: ../plugin/logging_stats/logging_stats.cc:329
6225
6737
msgid "Invalid value for scoreboard-size\n"
6228
#: ../plugin/logging_stats/logging_stats.cc:354
6229
#: ../plugin/logging_stats/logging_stats.cc:396
6740
#: ../plugin/logging_stats/logging_stats.cc:364
6741
#: ../plugin/logging_stats/logging_stats.cc:406
6230
6742
msgid "Max number of users that will be logged"
6233
#: ../plugin/logging_stats/logging_stats.cc:365
6234
#: ../plugin/logging_stats/logging_stats.cc:399
6745
#: ../plugin/logging_stats/logging_stats.cc:375
6746
#: ../plugin/logging_stats/logging_stats.cc:409
6235
6747
msgid "Max number of range locks to use for Scoreboard"
6238
#: ../plugin/logging_stats/logging_stats.cc:376
6239
#: ../plugin/logging_stats/logging_stats.cc:402
6750
#: ../plugin/logging_stats/logging_stats.cc:386
6751
#: ../plugin/logging_stats/logging_stats.cc:412
6240
6752
msgid "Max number of concurrent sessions that will be logged"
6243
#: ../plugin/logging_stats/logging_stats.cc:387
6244
#: ../plugin/logging_stats/logging_stats.cc:405
6755
#: ../plugin/logging_stats/logging_stats.cc:397
6756
#: ../plugin/logging_stats/logging_stats.cc:415
6245
6757
msgid "Enable Logging Statistics Collection"
6248
#: ../plugin/logging_stats/logging_stats.cc:422
6760
#: ../plugin/logging_stats/logging_stats.cc:432
6249
6761
msgid "User Statistics as DATA_DICTIONARY tables"
6746
7276
msgid "Syslog Priority of error messages"
6749
#: ../plugin/transaction_log/background_worker.cc:74
7279
#: ../plugin/transaction_log/background_worker.cc:77
6751
7281
msgid "Unable to create background worker thread. Got error %s.\n"
6754
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6755
#: ../plugin/transaction_log/print_transaction_message.cc:102
6756
#: ../plugin/transaction_log/transaction_log_reader.cc:95
7284
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
7285
#: ../plugin/transaction_log/print_transaction_message.cc:105
7286
#: ../plugin/transaction_log/transaction_log_reader.cc:97
6758
7288
msgid "Failed to open transaction log file %s. Got error: %s\n"
6761
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6762
#: ../plugin/transaction_log/print_transaction_message.cc:144
6763
#: ../plugin/transaction_log/transaction_log_reader.cc:150
7291
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
7292
#: ../plugin/transaction_log/print_transaction_message.cc:149
7293
#: ../plugin/transaction_log/transaction_log_reader.cc:154
6765
7295
msgid "Raw buffer read: %s.\n"
6768
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6769
#: ../plugin/transaction_log/print_transaction_message.cc:150
6770
#: ../plugin/transaction_log/transaction_log_reader.cc:157
7298
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
7299
#: ../plugin/transaction_log/print_transaction_message.cc:155
7300
#: ../plugin/transaction_log/transaction_log_reader.cc:161
6772
7302
msgid "Unable to parse transaction. Got error: %s.\n"
6775
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6776
#: ../plugin/transaction_log/print_transaction_message.cc:152
6777
#: ../plugin/transaction_log/transaction_log_reader.cc:159
7305
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
7306
#: ../plugin/transaction_log/print_transaction_message.cc:157
7307
#: ../plugin/transaction_log/transaction_log_reader.cc:163
6779
7309
msgid "BUFFER: %s\n"
6782
#: ../plugin/transaction_log/module.cc:135
7312
#: ../plugin/transaction_log/module.cc:137
6783
7313
msgid "Invalid value for sync-method\n"
6786
#: ../plugin/transaction_log/module.cc:144
7316
#: ../plugin/transaction_log/module.cc:146
6787
7317
msgid "Invalid value for num-write-buffers\n"
6790
#: ../plugin/transaction_log/module.cc:178
7320
#: ../plugin/transaction_log/module.cc:182
6792
7322
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6795
#: ../plugin/transaction_log/module.cc:187
7325
#: ../plugin/transaction_log/module.cc:191
6797
7327
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
6800
#: ../plugin/transaction_log/module.cc:197
7330
#: ../plugin/transaction_log/module.cc:203
6802
7332
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
6805
#: ../plugin/transaction_log/module.cc:206
7335
#: ../plugin/transaction_log/module.cc:212
6807
7337
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
6810
#: ../plugin/transaction_log/module.cc:219
7340
#: ../plugin/transaction_log/module.cc:227
6812
7342
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
6815
#: ../plugin/transaction_log/module.cc:279
6816
#: ../plugin/transaction_log/module.cc:350
7345
#: ../plugin/transaction_log/module.cc:287
7346
#: ../plugin/transaction_log/module.cc:358
6817
7347
msgid "Enable transaction log"
6820
#: ../plugin/transaction_log/module.cc:287
6821
#: ../plugin/transaction_log/module.cc:344
7350
#: ../plugin/transaction_log/module.cc:295
7351
#: ../plugin/transaction_log/module.cc:352
6822
7352
msgid "DEBUGGING - Truncate transaction log"
6825
#: ../plugin/transaction_log/module.cc:295
6826
#: ../plugin/transaction_log/module.cc:353
7355
#: ../plugin/transaction_log/module.cc:303
7356
#: ../plugin/transaction_log/module.cc:361
6827
7357
msgid "Path to the file to use for transaction log"
6830
#: ../plugin/transaction_log/module.cc:311
6831
#: ../plugin/transaction_log/module.cc:347
7360
#: ../plugin/transaction_log/module.cc:319
7361
#: ../plugin/transaction_log/module.cc:355
6832
7362
msgid "Enable CRC32 Checksumming of each written transaction log entry"
6835
#: ../plugin/transaction_log/module.cc:319
6836
#: ../plugin/transaction_log/module.cc:359
7365
#: ../plugin/transaction_log/module.cc:327
7366
#: ../plugin/transaction_log/module.cc:367
6838
7368
"0 == rely on operating system to sync log file (default), 1 == sync file at "
6839
7369
"each transaction write, 2 == sync log file once per second"
6842
#: ../plugin/transaction_log/module.cc:332
6843
#: ../plugin/transaction_log/module.cc:362
7372
#: ../plugin/transaction_log/module.cc:340
7373
#: ../plugin/transaction_log/module.cc:370
6844
7374
msgid "Number of slots for in-memory write buffers (default=8)."
6847
#: ../plugin/transaction_log/transaction_log.cc:112
7377
#: ../plugin/transaction_log/transaction_log.cc:114
6848
7378
msgid "Failed to open transaction log file "
6851
#: ../plugin/transaction_log/transaction_log.cc:211
7381
#: ../plugin/transaction_log/transaction_log.cc:215
6854
7384
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
6855
7385
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
6858
#: ../plugin/transaction_log/transaction_log.cc:230
7388
#: ../plugin/transaction_log/transaction_log.cc:236
6860
7390
msgid "Failed to sync log file. Got error: %s\n"