132
132
"O id da túa conexión con Drizzle é %u\n"
133
133
"Versión do servidor: %s\n"
135
#: client/drizzle.cc:1308
135
#: client/drizzle.cc:1310
137
137
msgid "Reading history-file %s\n"
138
138
msgstr "Lendo o ficheiro histórico %s\n"
140
#: client/drizzle.cc:1312
140
#: client/drizzle.cc:1314
142
142
msgid "Couldn't allocate memory for temp histfile!\n"
145
#: client/drizzle.cc:1319
145
#: client/drizzle.cc:1321
146
146
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
148
148
"Escribe \"help;\" ou \"\\h\" para axuda. Escribe \"\\c\" para limpar o "
151
#: client/drizzle.cc:1338
151
#: client/drizzle.cc:1340
153
153
msgid "Writing history-file %s\n"
154
154
msgstr "Escribindo ficheiro histórico %s\n"
156
#: client/drizzle.cc:1345
156
#: client/drizzle.cc:1348
158
158
msgstr "Abortado"
160
#: client/drizzle.cc:1345
160
#: client/drizzle.cc:1348
164
#: client/drizzle.cc:1400
164
#: client/drizzle.cc:1403
165
165
msgid "Query aborted by Ctrl+C\n"
166
166
msgstr "Consulta abortada por Ctrl+C\n"
168
#: client/drizzle.cc:1423 drizzled/drizzled.cc:2097
168
#: client/drizzle.cc:1426 drizzled/drizzled.cc:1679
169
169
msgid "Display this help and exit."
170
170
msgstr "Amosar esta axuda e saír."
172
#: client/drizzle.cc:1425
172
#: client/drizzle.cc:1428
173
173
msgid "Synonym for -?"
174
174
msgstr "Sinónimo de -?"
176
#: client/drizzle.cc:1428
176
#: client/drizzle.cc:1431
178
178
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
179
179
"and field completion, but startup and reconnecting may take a longer time. "
180
180
"Disable with --disable-auto-rehash."
183
#: client/drizzle.cc:1432
183
#: client/drizzle.cc:1435
185
185
"No automatic rehashing. One has to use 'rehash' to get table and field "
186
186
"completion. This gives a quicker start of drizzle_st and disables rehashing "
187
187
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
190
#: client/drizzle.cc:1435
190
#: client/drizzle.cc:1438
192
192
"Automatically switch to vertical output mode if the result is wider than the "
193
193
"terminal width."
196
#: client/drizzle.cc:1438
196
#: client/drizzle.cc:1441
198
198
"Don't use history file. Disable interactive behavior. (Enables --silent)"
200
200
"Non empregar o ficheiro histórico. Deshabilitar o comportamento interactivo. "
201
201
"(Habilita --silent)"
203
#: client/drizzle.cc:1439
203
#: client/drizzle.cc:1442
204
204
msgid "Display column type information."
207
#: client/drizzle.cc:1442
207
#: client/drizzle.cc:1445
209
209
"Preserve comments. Send comments to the server. The default is --skip-"
210
210
"comments (discard comments), enable with --comments"
265
265
"deprecated; use --disable-named-commands instead."
268
#: client/drizzle.cc:1475
268
#: client/drizzle.cc:1478
269
269
msgid "Ignore space after function names."
272
#: client/drizzle.cc:1477
272
#: client/drizzle.cc:1480
273
273
msgid "Enable/disable LOAD DATA LOCAL INFILE."
276
#: client/drizzle.cc:1480
276
#: client/drizzle.cc:1483
277
277
msgid "Turn off beep on error."
280
#: client/drizzle.cc:1482
280
#: client/drizzle.cc:1485
281
281
msgid "Connect to host."
284
#: client/drizzle.cc:1484
284
#: client/drizzle.cc:1487
285
285
msgid "Write line numbers for errors."
288
#: client/drizzle.cc:1487
288
#: client/drizzle.cc:1490
290
290
"Don't write line number for errors. WARNING: -L is deprecated, use long "
291
291
"version of this option instead."
294
#: client/drizzle.cc:1489
294
#: client/drizzle.cc:1492
295
295
msgid "Flush buffer after each query."
298
#: client/drizzle.cc:1491
298
#: client/drizzle.cc:1494
299
299
msgid "Write column names in results."
302
#: client/drizzle.cc:1495
302
#: client/drizzle.cc:1498
304
304
"Don't write column names in results. WARNING: -N is deprecated, use long "
305
305
"version of this options instead."
308
#: client/drizzle.cc:1498
308
#: client/drizzle.cc:1501
310
310
"Change the value of a variable. Please note that this option is deprecated; "
311
311
"you can set variables directly with --variable-name=value."
314
#: client/drizzle.cc:1500
314
#: client/drizzle.cc:1503
315
315
msgid "Ignore SIGINT (CTRL-C)"
318
#: client/drizzle.cc:1504
318
#: client/drizzle.cc:1507
320
320
"Only update the default database. This is useful for skipping updates to "
321
321
"other database in the update log."
324
#: client/drizzle.cc:1507
324
#: client/drizzle.cc:1510
326
326
"Pager to use to display results. If you don't supply an option the default "
327
327
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
333
#: client/drizzle.cc:1510
333
#: client/drizzle.cc:1513
335
335
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
336
336
"option deprecated; use --disable-pager instead."
339
#: client/drizzle.cc:1513
339
#: client/drizzle.cc:1516
341
341
"Password to use when connecting to server. If password is not given it's "
342
342
"asked from the tty."
345
#: client/drizzle.cc:1515
345
#: client/drizzle.cc:1518
347
347
"Port number to use for connection or 0 for default to, in order of "
348
348
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
351
#: client/drizzle.cc:1516
351
#: client/drizzle.cc:1519
352
352
msgid "built-in default"
355
#: client/drizzle.cc:1518
355
#: client/drizzle.cc:1521
356
356
msgid "Set the drizzle prompt to this value."
359
#: client/drizzle.cc:1522
359
#: client/drizzle.cc:1525
361
361
"Don't cache result, print it row by row. This may slow down the server if "
362
362
"the output is suspended. Doesn't use history file."
365
#: client/drizzle.cc:1524
365
#: client/drizzle.cc:1527
366
366
msgid "Write fields without conversion. Used with --batch."
369
#: client/drizzle.cc:1527
369
#: client/drizzle.cc:1530
371
371
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
372
372
"option is enabled by default."
375
#: client/drizzle.cc:1529
375
#: client/drizzle.cc:1532
376
376
msgid "Shutdown the server."
379
#: client/drizzle.cc:1531
379
#: client/drizzle.cc:1534
381
381
"Be more silent. Print results with a tab as separator, each row on new line."
384
#: client/drizzle.cc:1533
384
#: client/drizzle.cc:1536
385
385
msgid "Socket file to use for connection."
388
#: client/drizzle.cc:1536
388
#: client/drizzle.cc:1539
389
389
msgid "Output in table format."
392
#: client/drizzle.cc:1539
392
#: client/drizzle.cc:1542
394
394
"Append everything into outfile. See interactive help (\\h) also. Does not "
395
395
"work in batch mode. Disable with --disable-tee. This option is disabled by "
399
#: client/drizzle.cc:1541
399
#: client/drizzle.cc:1544
401
401
"Disable outfile. See interactive help (\\h) also. WARNING: option "
402
402
"deprecated; use --disable-tee instead"
405
#: client/drizzle.cc:1544
405
#: client/drizzle.cc:1546
406
406
msgid "User for login if not current user."
409
#: client/drizzle.cc:1547
409
#: client/drizzle.cc:1548
410
410
msgid "Only allow UPDATE and DELETE that uses keys."
413
#: client/drizzle.cc:1550
413
#: client/drizzle.cc:1551
414
414
msgid "Synonym for option --safe-updates, -U."
417
#: client/drizzle.cc:1553
417
#: client/drizzle.cc:1554
418
418
msgid "Write more. (-v -v -v gives the table output format)."
421
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
421
#: client/drizzle.cc:1556 drizzled/drizzled.cc:1824
422
422
msgid "Output version information and exit."
425
#: client/drizzle.cc:1557
425
#: client/drizzle.cc:1558
426
426
msgid "Wait and retry if connection is down."
429
#: client/drizzle.cc:1560
429
#: client/drizzle.cc:1561
430
430
msgid "Number of seconds before connection timeout."
433
#: client/drizzle.cc:1565
433
#: client/drizzle.cc:1566
434
434
msgid "Max length of input line"
437
#: client/drizzle.cc:1570
437
#: client/drizzle.cc:1571
438
438
msgid "Automatic limit for SELECT when using --safe-updates"
441
#: client/drizzle.cc:1575
441
#: client/drizzle.cc:1576
442
442
msgid "Automatic limit for rows in a join when using --safe-updates"
445
#: client/drizzle.cc:1579
445
#: client/drizzle.cc:1580
447
447
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
450
#: client/drizzle.cc:1584
450
#: client/drizzle.cc:1585
451
451
msgid "Number of lines before each import progress report."
454
#: client/drizzle.cc:1587
454
#: client/drizzle.cc:1588
455
455
msgid "Ping the server to check if it's alive."
458
#: client/drizzle.cc:1597
458
#: client/drizzle.cc:1598
460
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
460
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
463
#: client/drizzle.cc:1604
463
#: client/drizzle.cc:1605
466
466
"Copyright (C) 2008 Sun Microsystems\n"
468
468
"and you are welcome to modify and redistribute it under the GPL license\n"
471
#: client/drizzle.cc:1609
471
#: client/drizzle.cc:1610
473
473
msgid "Usage: %s [OPTIONS] [database]\n"
476
#: client/drizzle.cc:1640
476
#: client/drizzle.cc:1641
477
477
msgid "DELIMITER cannot contain a backslash character"
480
#: client/drizzle.cc:1658
480
#: client/drizzle.cc:1659
482
482
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
485
#: client/drizzle.cc:1681
485
#: client/drizzle.cc:1682
487
487
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
490
#: client/drizzle.cc:1685
490
#: client/drizzle.cc:1686
492
492
msgid "WARNING: --server-arg option not supported in this configuration.\n"
495
#: client/drizzle.cc:1712
495
#: client/drizzle.cc:1717
497
497
"Non-integer value supplied for port. If you are trying to enter a password "
498
498
"please use --password instead."
501
#: client/drizzle.cc:1720
501
#: client/drizzle.cc:1725
502
502
msgid "Value supplied for port is not valid."
505
#: client/drizzle.cc:1866
505
#: client/drizzle.cc:1864
507
507
msgid "Processing line: %<PRIu32>\n"
510
#: client/drizzle.cc:2083
510
#: client/drizzle.cc:2079
512
512
msgid "Unknown command '\\%c'."
515
#: client/drizzle.cc:2493
515
#: client/drizzle.cc:2489
517
517
"Reading table information for completion of table and column names\n"
518
518
" You can turn off this feature to get a quicker startup with -A\n"
522
#: client/drizzle.cc:2583
522
#: client/drizzle.cc:2579
523
523
msgid "No connection. Trying to reconnect..."
526
#: client/drizzle.cc:2589
526
#: client/drizzle.cc:2585
527
527
msgid "Can't connect to the server\n"
530
#: client/drizzle.cc:2668
530
#: client/drizzle.cc:2664
531
531
msgid "List of all Drizzle commands:"
534
#: client/drizzle.cc:2670
534
#: client/drizzle.cc:2666
535
535
msgid "Note that all text commands must be first on line and end with ';'"
538
#: client/drizzle.cc:2725
538
#: client/drizzle.cc:2721
539
539
msgid "No query specified\n"
542
#: client/drizzle.cc:2740
542
#: client/drizzle.cc:2736
543
543
msgid "Ignoring query to other database"
546
#: client/drizzle.cc:2790
546
#: client/drizzle.cc:2786
547
547
msgid "Empty set"
550
#: client/drizzle.cc:2803
550
#: client/drizzle.cc:2799
552
552
msgid "%ld row in set"
553
553
msgid_plural "%ld rows in set"
557
#: client/drizzle.cc:2812
557
#: client/drizzle.cc:2808
561
#: client/drizzle.cc:2814
561
#: client/drizzle.cc:2810
563
563
msgid "Query OK, %ld row affected"
564
564
msgid_plural "Query OK, %ld rows affected"
568
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
569
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
570
#: client/drizzletest.cc:4728
573
"Non-integer value supplied for port. If you are trying to enter a password "
574
"please use --password instead.\n"
577
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
578
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
579
#: client/drizzletest.cc:4736
581
msgid "Value supplied for port is not valid.\n"
584
#: client/drizzledump.cc:387
568
#: client/drizzledump.cc:345
586
570
"Number of rows before each output progress report (requires --verbose)."
589
#: client/drizzledump.cc:461
573
#: client/drizzledump.cc:415
591
575
msgid "Got errno %d on write"
594
#: client/drizzledump.cc:466
578
#: client/drizzledump.cc:420
596
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
580
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
599
#: client/drizzledump.cc:473
583
#: client/drizzledump.cc:427
601
585
msgid "Usage: %s [OPTIONS] database [tables]\n"
604
#: client/drizzledump.cc:474
588
#: client/drizzledump.cc:428
606
590
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
609
#: client/drizzledump.cc:476
593
#: client/drizzledump.cc:430
611
595
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
614
#: client/drizzledump.cc:483
615
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
618
#: client/drizzledump.cc:484
598
#: client/drizzledump.cc:438
620
600
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
621
601
"and you are welcome to modify and redistribute it under the GPL license\n"
624
#: client/drizzledump.cc:485
625
msgid "Dumping definition and data DRIZZLE database or table"
604
#: client/drizzledump.cc:439
605
msgid "Dumps definitions and data from a Drizzle database server"
628
#: client/drizzledump.cc:496
608
#: client/drizzledump.cc:450
630
610
msgid "For more options, use %s --help\n"
633
#: client/drizzledump.cc:630
613
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
614
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
617
"Non-integer value supplied for port. If you are trying to enter a password "
618
"please use --password instead.\n"
621
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
622
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
624
msgid "Value supplied for port is not valid.\n"
627
#: client/drizzledump.cc:582
635
629
msgid "Memory allocation error while copying password. Aborting.\n"
638
#: client/drizzledump.cc:669
632
#: client/drizzledump.cc:621
640
634
msgid "Input filename too long: %s"
643
#: client/drizzledump.cc:712
637
#: client/drizzledump.cc:656
645
639
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
648
#: client/drizzledump.cc:737
642
#: client/drizzledump.cc:681
650
644
msgid "Invalid mode to --compatible: %s\n"
653
#: client/drizzledump.cc:791
647
#: client/drizzledump.cc:726
655
649
msgid "%s: You must use option --tab with --fields-...\n"
658
#: client/drizzledump.cc:808
652
#: client/drizzledump.cc:732
661
655
"%s: You can't use --single-transaction and --lock-all-tables at the same "
665
#: client/drizzledump.cc:821
659
#: client/drizzledump.cc:738
668
662
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
672
#: client/drizzledump.cc:827
666
#: client/drizzledump.cc:744
674
668
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
677
#: client/drizzledump.cc:853
671
#: client/drizzledump.cc:767
679
673
msgid "Got error: %s (%d) %s"
682
#: client/drizzledump.cc:860
676
#: client/drizzledump.cc:774
684
678
msgid "Got error: %d %s"
687
#: client/drizzledump.cc:958 client/drizzledump.cc:965
688
#: client/drizzledump.cc:978
681
#: client/drizzledump.cc:872 client/drizzledump.cc:879
682
#: client/drizzledump.cc:892
690
684
msgid "Couldn't execute '%s': %s (%d)"
693
#: client/drizzledump.cc:1042
687
#: client/drizzledump.cc:956
695
689
msgid "-- Connecting to %s...\n"
698
#: client/drizzledump.cc:1063
692
#: client/drizzledump.cc:977
700
694
msgid "-- Disconnecting from %s...\n"
703
#: client/drizzledump.cc:1074
697
#: client/drizzledump.cc:988
704
698
msgid "Couldn't allocate memory"
707
#: client/drizzledump.cc:1418
701
#: client/drizzledump.cc:1332
710
704
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
714
#: client/drizzledump.cc:1432
708
#: client/drizzledump.cc:1346
716
710
msgid "-- Retrieving table structure for table %s...\n"
719
#: client/drizzledump.cc:1546
713
#: client/drizzledump.cc:1460
721
715
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
724
#: client/drizzledump.cc:1653
718
#: client/drizzledump.cc:1567
726
720
msgid "%s: Can't get keys for table %s\n"
729
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
723
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
731
725
msgid "Error: Couldn't read status information for table %s\n"
734
#: client/drizzledump.cc:1874
728
#: client/drizzledump.cc:1788
736
730
msgid "Error retrieving table structure for table: \"%s\""
739
#: client/drizzledump.cc:1881
733
#: client/drizzledump.cc:1795
741
735
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
744
#: client/drizzledump.cc:1892
738
#: client/drizzledump.cc:1806
746
740
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
749
#: client/drizzledump.cc:1899
743
#: client/drizzledump.cc:1813
751
745
msgid "-- Skipping dump data for table '%s', it has no fields\n"
754
#: client/drizzledump.cc:1907
748
#: client/drizzledump.cc:1821
755
749
msgid "-- Sending SELECT query...\n"
758
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
752
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
759
753
msgid "when executing 'SELECT INTO OUTFILE'"
762
#: client/drizzledump.cc:1971
756
#: client/drizzledump.cc:1885
771
#: client/drizzledump.cc:2012
765
#: client/drizzledump.cc:1926
772
766
msgid "-- Retrieving rows...\n"
775
#: client/drizzledump.cc:2015
769
#: client/drizzledump.cc:1929
777
771
msgid "%s: Error in field count for table: %s ! Aborting.\n"
780
#: client/drizzledump.cc:2064
774
#: client/drizzledump.cc:1973
782
776
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
785
#: client/drizzledump.cc:2081
779
#: client/drizzledump.cc:1990
787
781
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
790
#: client/drizzledump.cc:2103
784
#: client/drizzledump.cc:2012
792
786
msgid "Not enough fields from table %s! Aborting.\n"
795
#: client/drizzledump.cc:2523
796
msgid "when using LOCK TABLES"
799
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
789
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
800
790
msgid "when doing refresh"
803
#: client/drizzledump.cc:2629
793
#: client/drizzledump.cc:2497
804
794
msgid "alloc_root failure."
807
#: client/drizzledump.cc:2650
797
#: client/drizzledump.cc:2512
809
799
msgid "Couldn't find table: \"%s\""
812
#: client/drizzledump.cc:2666
813
msgid "when doing LOCK TABLES"
816
#: client/drizzledump.cc:2737
817
msgid "Error: Binlogging on server not active"
820
#: client/drizzledump.cc:2806
821
msgid "Error: Slave not set up"
824
#: client/drizzledump.cc:2865
825
msgid "Error: Unable to start slave"
828
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
829
#: client/drizzledump.cc:3173
802
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
803
#: client/drizzledump.cc:2807
832
806
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
835
#: client/drizzledump.cc:3203
809
#: client/drizzledump.cc:2837
837
811
msgid "Error: Not enough memory to store ORDER BY clause\n"
840
#: drizzled/db.cc:236
842
816
msgid "Error while loading database options: '%s':"
845
#: drizzled/drizzled.cc:527
819
#: drizzled/drizzled.cc:500
847
821
msgid "Got signal %d from thread %<PRIu64>"
850
#: drizzled/drizzled.cc:561
824
#: drizzled/drizzled.cc:534
851
825
msgid "Aborting\n"
854
#: drizzled/drizzled.cc:681
828
#: drizzled/drizzled.cc:656
855
829
msgid "One can only use the --user switch if running as root\n"
858
#: drizzled/drizzled.cc:689
832
#: drizzled/drizzled.cc:664
860
834
"Fatal error: Please read \"Security\" section of the manual to find out how "
861
835
"to run drizzled as root!\n"
864
#: drizzled/drizzled.cc:711
838
#: drizzled/drizzled.cc:686
867
841
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
871
#: drizzled/drizzled.cc:885
873
msgid "Retrying bind on TCP/IP port %u"
876
#: drizzled/drizzled.cc:891
877
msgid "Can't start server: Bind on TCP/IP port"
880
#: drizzled/drizzled.cc:892
882
msgid "Do you already have another drizzled server running on port: %d ?"
885
#: drizzled/drizzled.cc:898
886
msgid "Can't start server: listen() on TCP/IP port"
889
#: drizzled/drizzled.cc:899
891
msgid "listen() on TCP/IP failed with error %d"
894
#: drizzled/drizzled.cc:917
895
msgid "Can't open abort pipet"
898
#: drizzled/drizzled.cc:919
900
msgid "pipe() on abort_pipe failed with error %d"
903
#: drizzled/drizzled.cc:1016
908
#: drizzled/drizzled.cc:1041
845
#: drizzled/drizzled.cc:843
847
msgid "Fatal signal %d while backtracing\n"
850
#: drizzled/drizzled.cc:866
911
853
"We will try our best to scrape up some info that will hopefully help "
980
#: drizzled/drizzled.cc:1152
921
#: drizzled/drizzled.cc:971
982
923
msgid "Writing a core file\n"
985
#: drizzled/drizzled.cc:1197
926
#: drizzled/drizzled.cc:1017
987
928
"setrlimit could not change the size of core files to 'infinity'; We may not "
988
929
"be able to generate a core file on signals"
991
#: drizzled/drizzled.cc:1399
932
#: drizzled/drizzled.cc:1212
993
934
msgid "gethostname failed, using '%s' as hostname"
996
#: drizzled/drizzled.cc:1491
937
#: drizzled/drizzled.cc:1283
998
939
msgid "Unknown locale: '%s'"
1001
#: drizzled/drizzled.cc:1522
942
#: drizzled/drizzled.cc:1312
1002
943
msgid "Can't create thread-keys"
1005
#: drizzled/drizzled.cc:1545
946
#: drizzled/drizzled.cc:1337
1006
947
msgid "Out of memory"
1009
#: drizzled/drizzled.cc:1560
950
#: drizzled/drizzled.cc:1348
1010
951
msgid "Failed to initialize plugins."
1013
#: drizzled/drizzled.cc:1591
954
#: drizzled/drizzled.cc:1379
1016
957
"%s: Too many arguments (first extra is '%s').\n"
1017
958
"Use --verbose --help to get a list of available options\n"
1020
#: drizzled/drizzled.cc:1611
961
#: drizzled/drizzled.cc:1399
1021
962
msgid "No scheduler found, cannot continue!\n"
1024
#: drizzled/drizzled.cc:1618
965
#: drizzled/drizzled.cc:1406
1025
966
msgid "Can't init databases"
1028
#: drizzled/drizzled.cc:1643
969
#: drizzled/drizzled.cc:1430
1030
971
msgid "Unknown/unsupported table type: %s"
1033
#: drizzled/drizzled.cc:1649
974
#: drizzled/drizzled.cc:1436
1035
976
msgid "Default storage engine (%s) is not available"
1038
#: drizzled/drizzled.cc:1680
979
#: drizzled/drizzled.cc:1467
1040
981
msgid "Failed to lock memory. Errno: %d\n"
1043
#: drizzled/drizzled.cc:1742
1045
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1048
#: drizzled/drizzled.cc:1903
1050
msgid "drizzled: Got error %d from select"
1053
#: drizzled/drizzled.cc:2101
984
#: drizzled/drizzled.cc:1683
985
msgid "Display this help and exit after initializing plugins."
988
#: drizzled/drizzled.cc:1687
1054
989
msgid "Auto-increment columns are incremented by this"
1057
#: drizzled/drizzled.cc:2106
992
#: drizzled/drizzled.cc:1692
1059
994
"Offset added to Auto-increment columns. Used when auto-increment-increment "
1063
#: drizzled/drizzled.cc:2112
998
#: drizzled/drizzled.cc:1698
1065
1000
"Path to installation directory. All paths are usually resolved relative to "
1069
#: drizzled/drizzled.cc:2116
1004
#: drizzled/drizzled.cc:1702
1070
1005
msgid "IP address to bind to."
1073
#: drizzled/drizzled.cc:2120
1074
msgid "Set the filesystem character set."
1077
#: drizzled/drizzled.cc:2125
1078
msgid "Set the default character set."
1081
#: drizzled/drizzled.cc:2129
1008
#: drizzled/drizzled.cc:1706
1082
1009
msgid "Chroot drizzled daemon during startup."
1085
#: drizzled/drizzled.cc:2133
1012
#: drizzled/drizzled.cc:1710
1086
1013
msgid "Set the default collation."
1089
#: drizzled/drizzled.cc:2137
1016
#: drizzled/drizzled.cc:1714
1090
1017
msgid "Default completion type."
1093
#: drizzled/drizzled.cc:2142
1020
#: drizzled/drizzled.cc:1719
1094
1021
msgid "Write core on errors."
1097
#: drizzled/drizzled.cc:2146
1024
#: drizzled/drizzled.cc:1723
1098
1025
msgid "Path to the database root."
1101
#: drizzled/drizzled.cc:2150
1028
#: drizzled/drizzled.cc:1727
1102
1029
msgid "Set the default storage engine (table type) for tables."
1105
#: drizzled/drizzled.cc:2154
1032
#: drizzled/drizzled.cc:1731
1106
1033
msgid "Set the default time zone."
1109
#: drizzled/drizzled.cc:2158
1110
msgid "Type of DELAY_KEY_WRITE."
1113
#: drizzled/drizzled.cc:2162
1036
#: drizzled/drizzled.cc:1736
1114
1037
msgid "Print a symbolic stack trace on failure."
1117
#: drizzled/drizzled.cc:2168
1118
msgid "Push supported query conditions to the storage engine."
1121
#: drizzled/drizzled.cc:2174
1040
#: drizzled/drizzled.cc:1742
1122
1041
msgid "Used for debugging; Use at your own risk!"
1125
#: drizzled/drizzled.cc:2179
1044
#: drizzled/drizzled.cc:1747
1126
1045
msgid "Set up signals usable for debugging"
1129
#: drizzled/drizzled.cc:2183
1048
#: drizzled/drizzled.cc:1751
1130
1049
msgid "(IGNORED)"
1133
#: drizzled/drizzled.cc:2187
1052
#: drizzled/drizzled.cc:1755
1134
1053
msgid "Set the language used for the month names and the days of the week."
1137
#: drizzled/drizzled.cc:2192
1138
msgid "Log connections and queries to file."
1141
#: drizzled/drizzled.cc:2196
1142
msgid "Log all MyISAM changes to file."
1145
#: drizzled/drizzled.cc:2200
1056
#: drizzled/drizzled.cc:1760
1146
1057
msgid "Log some not critical warnings to the log file."
1149
#: drizzled/drizzled.cc:2205
1060
#: drizzled/drizzled.cc:1765
1150
1061
msgid "Lock drizzled in memory."
1153
#: drizzled/drizzled.cc:2209
1155
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1156
"BACKUP, FORCE or QUICK."
1159
#: drizzled/drizzled.cc:2214
1064
#: drizzled/drizzled.cc:1769
1160
1065
msgid "Pid file used by safe_mysqld."
1163
#: drizzled/drizzled.cc:2218
1068
#: drizzled/drizzled.cc:1773
1165
1070
"Port number to use for connection or 0 for default to, in order of "
1166
1071
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1169
#: drizzled/drizzled.cc:2224
1074
#: drizzled/drizzled.cc:1779
1171
1076
"Maximum time in seconds to wait for the port to become free. (Default: no "
1175
#: drizzled/drizzled.cc:2229
1080
#: drizzled/drizzled.cc:1784
1177
1082
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1178
1083
"specified directory"
1181
#: drizzled/drizzled.cc:2234
1086
#: drizzled/drizzled.cc:1789
1183
1088
"Uniquely identifies the server instance in the community of replication "
1187
#: drizzled/drizzled.cc:2239
1092
#: drizzled/drizzled.cc:1794
1188
1093
msgid "Don't print a stack trace on failure."
1191
#: drizzled/drizzled.cc:2243
1096
#: drizzled/drizzled.cc:1798
1192
1097
msgid "Enable symbolic link support."
1195
#: drizzled/drizzled.cc:2252
1100
#: drizzled/drizzled.cc:1807
1197
1102
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1200
#: drizzled/drizzled.cc:2257
1105
#: drizzled/drizzled.cc:1812
1201
1106
msgid "Path for temporary files."
1204
#: drizzled/drizzled.cc:2261
1109
#: drizzled/drizzled.cc:1816
1205
1110
msgid "Default transaction isolation level."
1208
#: drizzled/drizzled.cc:2265
1113
#: drizzled/drizzled.cc:1820
1209
1114
msgid "Run drizzled daemon as user."
1212
#: drizzled/drizzled.cc:2273
1117
#: drizzled/drizzled.cc:1828
1214
1119
"The number of outstanding connection requests Drizzle can have. This comes "
1215
1120
"into play when the main Drizzle thread gets very many connection requests in "
1216
1121
"a very short time."
1219
#: drizzled/drizzled.cc:2279
1124
#: drizzled/drizzled.cc:1834
1221
1126
"Size of tree cache used in bulk insert optimization. Note that this is a "
1222
1127
"limit per thread!"
1225
#: drizzled/drizzled.cc:2285
1227
"The number of seconds the drizzled server is waiting for a connect packet "
1228
"before responding with 'Bad handshake'."
1231
#: drizzled/drizzled.cc:2290
1130
#: drizzled/drizzled.cc:1840
1233
1132
"Precision of the result of '/' operator will be increased on that value."
1236
#: drizzled/drizzled.cc:2296
1135
#: drizzled/drizzled.cc:1846
1237
1136
msgid "The maximum length of the result of function group_concat."
1240
#: drizzled/drizzled.cc:2301
1139
#: drizzled/drizzled.cc:1851
1241
1140
msgid "The size of the buffer that is used for full joins."
1244
#: drizzled/drizzled.cc:2307
1246
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1249
#: drizzled/drizzled.cc:2312
1143
#: drizzled/drizzled.cc:1857
1251
1145
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1252
1146
"this to get better index handling (for all reads and multiple writes) to as "
1253
1147
"much as you can afford;"
1256
#: drizzled/drizzled.cc:2321
1150
#: drizzled/drizzled.cc:1866
1258
1152
"This characterizes the number of hits a hot block has to be untouched until "
1259
1153
"it is considered aged enough to be downgraded to a warm block. This "
1261
1155
"blocks in key cache"
1264
#: drizzled/drizzled.cc:2330
1158
#: drizzled/drizzled.cc:1875
1265
1159
msgid "The default size of key cache blocks"
1268
#: drizzled/drizzled.cc:2336
1162
#: drizzled/drizzled.cc:1881
1269
1163
msgid "The minimum percentage of warm blocks in key cache"
1272
#: drizzled/drizzled.cc:2342
1166
#: drizzled/drizzled.cc:1887
1273
1167
msgid "Max packetlength to send/receive from to server."
1276
#: drizzled/drizzled.cc:2347
1170
#: drizzled/drizzled.cc:1892
1278
1172
"If there is more than this number of interrupted connections from a host "
1279
1173
"this host will be blocked from further connections."
1282
#: drizzled/drizzled.cc:2352
1176
#: drizzled/drizzled.cc:1897
1283
1177
msgid "Max number of errors/warnings to store for a statement."
1286
#: drizzled/drizzled.cc:2357
1180
#: drizzled/drizzled.cc:1902
1287
1181
msgid "Don't allow creation of heap tables bigger than this."
1290
#: drizzled/drizzled.cc:2363
1184
#: drizzled/drizzled.cc:1908
1292
1186
"Joins that are probably going to read more than max_join_size records return "
1296
#: drizzled/drizzled.cc:2369
1190
#: drizzled/drizzled.cc:1914
1297
1191
msgid "Max number of bytes in sorted records."
1300
#: drizzled/drizzled.cc:2374
1194
#: drizzled/drizzled.cc:1919
1301
1195
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1304
#: drizzled/drizzled.cc:2379
1198
#: drizzled/drizzled.cc:1924
1306
1200
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1307
1201
"max_sort_length bytes of each value are used; the rest are ignored)."
1310
#: drizzled/drizzled.cc:2386
1311
msgid "Maximum number of temporary tables a client can keep open at a time."
1314
#: drizzled/drizzled.cc:2391
1204
#: drizzled/drizzled.cc:1931
1315
1205
msgid "After this many write locks, allow some read locks to run in between."
1318
#: drizzled/drizzled.cc:2395
1208
#: drizzled/drizzled.cc:1935
1320
1210
"Don't log queries which examine less than min_examined_row_limit rows to "
1324
#: drizzled/drizzled.cc:2401
1326
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1327
"Possible values of name are 'nulls_unequal' (default behavior), "
1328
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1331
#: drizzled/drizzled.cc:2408
1214
#: drizzled/drizzled.cc:1941
1332
1215
msgid "Buffer length for TCP/IP and socket communication."
1335
#: drizzled/drizzled.cc:2413
1337
"Number of seconds to wait for more data from a connection before aborting "
1341
#: drizzled/drizzled.cc:2419
1343
"If a read on a communication port is interrupted, retry this many times "
1347
#: drizzled/drizzled.cc:2425
1349
"Number of seconds to wait for a block to be written to a connection before "
1350
"aborting the write."
1353
#: drizzled/drizzled.cc:2431
1218
#: drizzled/drizzled.cc:1946
1355
1220
"Controls the heuristic(s) applied during query optimization to prune less-"
1356
1221
"promising partial plans from the optimizer search space. Meaning: false - do "
1369
1234
"(used for testing/comparison)."
1372
#: drizzled/drizzled.cc:2451
1374
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1377
#: drizzled/drizzled.cc:2456
1237
#: drizzled/drizzled.cc:1966
1378
1238
msgid "Directory for plugins."
1381
#: drizzled/drizzled.cc:2460
1241
#: drizzled/drizzled.cc:1970
1383
1243
"Optional comma separated list of plugins to load at starup.[for example: --"
1384
1244
"plugin_load=crc32,logger_gearman]"
1387
#: drizzled/drizzled.cc:2465
1247
#: drizzled/drizzled.cc:1975
1388
1248
msgid "The size of the buffer that is allocated when preloading indexes"
1391
#: drizzled/drizzled.cc:2470
1392
msgid "Select protocol to be used (by default oldlibdrizzle)."
1395
#: drizzled/drizzled.cc:2474
1251
#: drizzled/drizzled.cc:1980
1396
1252
msgid "Allocation block size for query parsing and execution"
1399
#: drizzled/drizzled.cc:2479
1255
#: drizzled/drizzled.cc:1985
1400
1256
msgid "Persistent buffer for query parsing and execution"
1403
#: drizzled/drizzled.cc:2485
1259
#: drizzled/drizzled.cc:1991
1404
1260
msgid "Allocation block size for storing ranges during optimization"
1407
#: drizzled/drizzled.cc:2491
1263
#: drizzled/drizzled.cc:1997
1409
1265
"Each thread that does a sequential scan allocates a buffer of this size for "
1410
1266
"each table it scans. If you do many sequential scans, you may want to "
1411
1267
"increase this value."
1414
#: drizzled/drizzled.cc:2499
1270
#: drizzled/drizzled.cc:2005
1416
1272
"When reading rows in sorted order after a sort, the rows are read through "
1417
1273
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1418
1274
"record_buffer."
1421
#: drizzled/drizzled.cc:2507
1277
#: drizzled/drizzled.cc:2013
1422
1278
msgid "Select scheduler to be used (by default multi-thread)."
1425
#: drizzled/drizzled.cc:2512
1281
#: drizzled/drizzled.cc:2018
1426
1282
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1429
#: drizzled/drizzled.cc:2518
1285
#: drizzled/drizzled.cc:2024
1430
1286
msgid "The number of cached table definitions."
1433
#: drizzled/drizzled.cc:2522
1289
#: drizzled/drizzled.cc:2028
1434
1290
msgid "The number of cached open tables."
1437
#: drizzled/drizzled.cc:2526
1293
#: drizzled/drizzled.cc:2032
1439
1295
"Timeout in seconds to wait for a table level lock before returning an error. "
1440
1296
"Used only if the connection has active cursors."
1443
#: drizzled/drizzled.cc:2531
1299
#: drizzled/drizzled.cc:2037
1444
1300
msgid "The stack size for each thread."
1447
#: drizzled/drizzled.cc:2537
1303
#: drizzled/drizzled.cc:2043
1449
1305
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1450
1306
"automatically convert it to an on-disk MyISAM table."
1453
#: drizzled/drizzled.cc:2543
1309
#: drizzled/drizzled.cc:2049
1454
1310
msgid "Allocation block size for transactions to be stored in binary log"
1457
#: drizzled/drizzled.cc:2548
1313
#: drizzled/drizzled.cc:2054
1458
1314
msgid "Persistent buffer for transactions to be stored in binary log"
1461
#: drizzled/drizzled.cc:2553
1463
"The number of seconds the server waits for activity on a connection before "
1467
#: drizzled/drizzled.cc:2687
1317
#: drizzled/drizzled.cc:2185
1469
1319
"Copyright (C) 2008 Sun Microsystems\n"
1470
1320
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5009
4833
msgid "Scheduler initialization failed.\n"
5012
#: drizzled/sql_base.cc:2262
4836
#: drizzled/session.cc:2160
4838
msgid "Could not remove temporary table: '%s', error: %d"
4841
#: drizzled/slot/listen.cc:91
4843
msgid "getaddrinfo() failed with error %s"
4846
#: drizzled/slot/listen.cc:123
4848
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4851
#: drizzled/slot/listen.cc:134
4853
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4856
#: drizzled/slot/listen.cc:143
4858
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4861
#: drizzled/slot/listen.cc:152
4863
msgid "setsockopt(SO_LINGER) failed with errno %d"
4866
#: drizzled/slot/listen.cc:161
4868
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4871
#: drizzled/slot/listen.cc:182
4873
msgid "Retrying bind() on %u"
4876
#: drizzled/slot/listen.cc:190
4878
msgid "bind() failed with errno: %d"
4881
#: drizzled/slot/listen.cc:193
4882
msgid "Do you already have another drizzled running?"
4885
#: drizzled/slot/listen.cc:200
4887
msgid "listen() failed with errno %d"
4890
#: drizzled/slot/listen.cc:208 drizzled/slot/listen.cc:247
4892
msgid "realloc() failed with errno %d"
4895
#: drizzled/slot/listen.cc:219
4897
msgid "Listening on %s:%s\n"
4900
#: drizzled/slot/listen.cc:227
4901
msgid "No sockets could be bound for listening"
4904
#: drizzled/slot/listen.cc:239
4906
msgid "pipe() failed with errno %d"
4909
#: drizzled/slot/listen.cc:275
4911
msgid "poll() failed with errno %d"
4914
#: drizzled/slot/listen.cc:317
4916
msgid "accept() failed with errno %d"
4919
#: drizzled/sql_base.cc:1445
5014
4921
msgid "Table %s had a open data handler in reopen_table"
5017
#: drizzled/sql_base.cc:2854
4924
#: drizzled/sql_base.cc:2026
5019
4926
msgid "Couldn't repair table: %s.%s"
5022
#: drizzled/sql_base.cc:2896
4929
#: drizzled/sql_base.cc:2068
5025
4932
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5026
4933
"`%s`.`%s`' to replication"
5029
#: drizzled/sql_base.cc:3498
5031
msgid "Could not remove temporary table: '%s', error: %d"
5034
#: drizzled/sql_plugin.cc:528
4936
#: drizzled/sql_plugin.cc:552
5036
4938
msgid "Plugin '%s' init function returned error.\n"
5039
#: drizzled/sql_plugin.cc:707
4941
#: drizzled/sql_plugin.cc:712
5040
4942
msgid "plugin-load parameter too long"
5043
#: drizzled/sql_plugin.cc:767
4945
#: drizzled/sql_plugin.cc:774
5045
4947
msgid "Couldn't load plugin named '%s' with soname '%s'."
5048
#: drizzled/sql_plugin.cc:1107
4950
#: drizzled/sql_plugin.cc:1114
5049
4951
msgid "Out of memory."
5052
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
4954
#: drizzled/sql_plugin.cc:1954 drizzled/sql_plugin.cc:2017
5054
4956
msgid "Unknown variable type code 0x%x in plugin '%s'."
5057
#: drizzled/sql_plugin.cc:1989
4959
#: drizzled/sql_plugin.cc:1997
5060
4962
"Server variable %s of plugin %s was forced to be read-only: string variable "
5061
4963
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5064
#: drizzled/sql_plugin.cc:2020
4966
#: drizzled/sql_plugin.cc:2028
5066
4968
msgid "Missing variable name in plugin '%s'."
5069
#: drizzled/sql_plugin.cc:2037
4971
#: drizzled/sql_plugin.cc:2045
5071
4973
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5074
#: drizzled/sql_plugin.cc:2155
4976
#: drizzled/sql_plugin.cc:2173
5076
4978
msgid "Out of memory for plugin '%s'."
5079
#: drizzled/sql_plugin.cc:2162
4981
#: drizzled/sql_plugin.cc:2180
5081
4983
msgid "Bad options for plugin '%s'."
5084
#: drizzled/sql_plugin.cc:2171
4986
#: drizzled/sql_plugin.cc:2189
5086
4988
msgid "Parsing options for plugin '%s' failed."
5089
#: drizzled/sql_plugin.cc:2214
4991
#: drizzled/sql_plugin.cc:2238
5091
4993
msgid "Plugin '%s' has conflicting system variables"
5094
#: drizzled/sql_table.cc:124
5096
msgid "Invalid (old?) table or database name '%s'"
5099
#: drizzled/sql_table.cc:2655
4996
#: drizzled/sql_table.cc:247
4998
"Table name cannot be encoded and fit within filesystem name length "
5002
#: drizzled/sql_table.cc:257
5004
"Schema name cannot be encoded and fit within filesystem name length "
5008
#: drizzled/sql_table.cc:2495
5101
5010
msgid "Unknown - internal error %d during operation"
5104
#: drizzled/sql_table.cc:4227
5013
#: drizzled/sql_table.cc:3970
5106
5015
msgid "Could not open table %s.%s after rename\n"
5109
#: drizzled/sql_table.cc:4407
5018
#: drizzled/sql_table.cc:4133
5112
5021
"order_st BY ignored because there is a user-defined clustered index in the "
5113
5022
"table '%-.192s'"
5116
#: drizzled/table.cc:354
5025
#: drizzled/table.cc:332
5119
5028
"'%s' had no or invalid character set, and default character set is multi-"
5120
5029
"byte, so character column sizes may have changed"
5123
#: drizzled/table.cc:1782
5032
#: drizzled/table.cc:1591
5125
5034
msgid "Unknown collation '%s' in table '%-.64s' definition"
5128
#: drizzled/table.cc:1789
5037
#: drizzled/table.cc:1598
5131
5040
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5135
#: drizzled/table.cc:2251
5138
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5142
#: drizzled/table.cc:2278
5145
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5146
"have type %s, found type %s."
5149
#: drizzled/table.cc:2289
5152
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5153
"position %d to have character set '%s' but the type has no character set."
5156
#: drizzled/table.cc:2301
5159
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5160
"position %d to have character set '%s' but found character set '%s'."
5163
#: drizzled/table.cc:2314
5166
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5167
"have type %s but the column is not found."
5170
#: drizzled/table.cc:4400
5044
#: drizzled/table.cc:3493
5172
5046
msgid "Got error %d when reading table '%s'"
5438
5317
"--------------------------------- -----------------------------\n"
5441
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5320
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5442
5321
msgid "(No default value)"
5445
#: mysys/my_getopt.cc:1254
5324
#: mysys/my_getopt.cc:1255
5449
#: mysys/my_getopt.cc:1254
5328
#: mysys/my_getopt.cc:1255
5453
#: mysys/my_getopt.cc:1287
5332
#: mysys/my_getopt.cc:1288
5455
5334
msgid "(Disabled)\n"
5458
#: plugin/auth_http/auth_http.cc:128
5337
#: plugin/auth_http/auth_http.cc:138
5459
5338
msgid "Enable HTTP Auth check"
5462
#: plugin/auth_http/auth_http.cc:138
5341
#: plugin/auth_http/auth_http.cc:148
5463
5342
msgid "URL for HTTP Auth check"
5345
#: plugin/command_log/command_log.cc:94
5347
msgid "Failed to open command log file. Got error: %s"
5350
#: plugin/command_log/command_log.cc:172
5353
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5354
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5357
#: plugin/command_log/command_log.cc:212
5360
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5361
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5364
#: plugin/command_log/command_log.cc:290
5365
msgid "Enable command log"
5368
#: plugin/command_log/command_log.cc:298
5369
msgid "DEBUGGING - Truncate command log"
5372
#: plugin/command_log/command_log.cc:306
5373
msgid "Path to the file to use for command log."
5376
#: plugin/command_log/command_log.cc:323
5377
msgid "Simple Command Message Log"
5380
#: plugin/default_replicator/default_replicator.cc:90
5381
msgid "Enable default replicator"
5384
#: plugin/default_replicator/default_replicator.cc:105
5385
msgid "Default Replicator"
5466
5388
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5467
5389
msgid "Error Messages to stderr"
5470
#: plugin/logging_gearman/logging_gearman.cc:263
5392
#: plugin/logging_gearman/logging_gearman.cc:186
5472
5394
msgid "fail gearman_client_create(): %s"
5475
#: plugin/logging_gearman/logging_gearman.cc:273
5397
#: plugin/logging_gearman/logging_gearman.cc:197
5477
5399
msgid "fail gearman_client_add_server(): %s"
5480
#: plugin/logging_gearman/logging_gearman.cc:299
5402
#: plugin/logging_gearman/logging_gearman.cc:306
5481
5403
msgid "Enable logging to a gearman server"
5484
#: plugin/logging_gearman/logging_gearman.cc:308
5406
#: plugin/logging_gearman/logging_gearman.cc:315
5485
5407
msgid "Hostname for logging to a Gearman server"
5488
#: plugin/logging_gearman/logging_gearman.cc:317
5410
#: plugin/logging_gearman/logging_gearman.cc:324
5489
5411
msgid "Gearman Function to send logging to"
5492
#: plugin/logging_gearman/logging_gearman.cc:334
5414
#: plugin/logging_gearman/logging_gearman.cc:341
5493
5415
msgid "Log queries to a Gearman server"
5496
#: plugin/logging_query/logging_query.cc:278
5418
#: plugin/logging_query/logging_query.cc:188
5498
5420
msgid "fail open() fn=%s er=%s\n"
5501
#: plugin/logging_query/logging_query.cc:317
5423
#: plugin/logging_query/logging_query.cc:340
5502
5424
msgid "Enable logging to CSV file"
5505
#: plugin/logging_query/logging_query.cc:326
5427
#: plugin/logging_query/logging_query.cc:349
5506
5428
msgid "File to log to"
5509
#: plugin/logging_query/logging_query.cc:335
5510
#: plugin/logging_syslog/logging_syslog.cc:248
5431
#: plugin/logging_query/logging_query.cc:358
5432
msgid "PCRE to match the query against"
5435
#: plugin/logging_query/logging_query.cc:367
5436
#: plugin/logging_syslog/logging_syslog.cc:231
5511
5437
msgid "Threshold for logging slow queries, in microseconds"
5514
#: plugin/logging_query/logging_query.cc:347
5515
#: plugin/logging_syslog/logging_syslog.cc:260
5440
#: plugin/logging_query/logging_query.cc:379
5441
#: plugin/logging_syslog/logging_syslog.cc:243
5516
5442
msgid "Threshold for logging big queries, for rows returned"
5519
#: plugin/logging_query/logging_query.cc:359
5520
#: plugin/logging_syslog/logging_syslog.cc:272
5445
#: plugin/logging_query/logging_query.cc:391
5446
#: plugin/logging_syslog/logging_syslog.cc:255
5521
5447
msgid "Threshold for logging big queries, for rows examined"
5524
#: plugin/logging_query/logging_query.cc:381
5450
#: plugin/logging_query/logging_query.cc:414
5525
5451
msgid "Log queries to a CSV file"
5528
#: plugin/logging_syslog/logging_syslog.cc:169
5454
#: plugin/logging_syslog/logging_syslog.cc:84
5530
5456
msgid "syslog facility \"%s\" not known, using \"local0\""
5533
#: plugin/logging_syslog/logging_syslog.cc:186
5459
#: plugin/logging_syslog/logging_syslog.cc:100
5535
5461
msgid "syslog priority \"%s\" not known, using \"info\""
5538
#: plugin/logging_syslog/logging_syslog.cc:212
5539
msgid "Enable logging"
5464
#: plugin/logging_syslog/logging_syslog.cc:195
5465
msgid "Enable logging to syslog"
5542
#: plugin/logging_syslog/logging_syslog.cc:221
5468
#: plugin/logging_syslog/logging_syslog.cc:204
5543
5469
msgid "Syslog Ident"
5546
#: plugin/logging_syslog/logging_syslog.cc:230
5472
#: plugin/logging_syslog/logging_syslog.cc:213
5547
5473
msgid "Syslog Facility"
5550
#: plugin/logging_syslog/logging_syslog.cc:239
5476
#: plugin/logging_syslog/logging_syslog.cc:222
5551
5477
msgid "Syslog Priority"
5554
#: plugin/logging_syslog/logging_syslog.cc:296
5480
#: plugin/logging_syslog/logging_syslog.cc:279
5555
5481
msgid "Log to syslog"
5558
#: plugin/multi_thread/multi_thread.cc:137
5484
#: plugin/multi_thread/multi_thread.cc:171
5559
5485
msgid "Maximum number of user threads available."
5562
#: plugin/myisam/ha_myisam.cc:468
5488
#: plugin/myisam/ha_myisam.cc:488
5564
5490
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5567
#: plugin/myisam/ha_myisam.cc:472
5493
#: plugin/myisam/ha_myisam.cc:492
5569
5495
msgid "Got an error from unknown thread, %s:%d"
5572
#: plugin/myisam/ha_myisam.cc:478
5498
#: plugin/myisam/ha_myisam.cc:498
5573
5499
msgid "Unknown thread accessing table"
5576
#: plugin/myisam/ha_myisam.cc:1861
5502
#: plugin/myisam/ha_myisam.cc:1781
5577
5503
msgid "Block size to be used for MyISAM index pages."
5580
#: plugin/myisam/ha_myisam.cc:1867
5506
#: plugin/myisam/ha_myisam.cc:1787
5582
5508
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5583
5509
"disables parallel repair."
5586
#: plugin/myisam/ha_myisam.cc:1873
5512
#: plugin/myisam/ha_myisam.cc:1793
5588
5514
"Don't use the fast sort index method to created index if the temporary file "
5589
5515
"would get bigger than this."
5592
#: plugin/myisam/ha_myisam.cc:1878
5518
#: plugin/myisam/ha_myisam.cc:1798
5594
5520
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5595
5521
"when creating indexes with CREATE INDEX or ALTER TABLE."
5598
#: plugin/myisam/ha_myisam.cc:1884
5524
#: plugin/myisam/ha_myisam.cc:1804
5599
5525
msgid "Default pointer size to be used for MyISAM tables."