172
211
"deprecated; use --disable-named-commands instead."
175
#: ../client/drizzle.cc:1379
214
#: ../client/drizzle.cc:1380
176
215
msgid "Ignore space after function names."
179
#: ../client/drizzle.cc:1381
218
#: ../client/drizzle.cc:1382
180
219
msgid "Turn off beep on error."
183
#: ../client/drizzle.cc:1383
222
#: ../client/drizzle.cc:1384
184
223
msgid "Write line numbers for errors."
187
#: ../client/drizzle.cc:1385
226
#: ../client/drizzle.cc:1386
189
228
"Don't write line number for errors. WARNING: -L is deprecated, use long "
190
229
"version of this option instead."
193
#: ../client/drizzle.cc:1387
232
#: ../client/drizzle.cc:1388
194
233
msgid "Write column names in results."
197
#: ../client/drizzle.cc:1389
236
#: ../client/drizzle.cc:1390
199
238
"Don't write column names in results. WARNING: -N is deprecated, use long "
200
239
"version of this options instead."
203
#: ../client/drizzle.cc:1391
242
#: ../client/drizzle.cc:1392
205
244
"Change the value of a variable. Please note that this option is deprecated; "
206
245
"you can set variables directly with --variable-name=value."
209
#: ../client/drizzle.cc:1393
248
#: ../client/drizzle.cc:1394
210
249
msgid "Output in table format."
213
#: ../client/drizzle.cc:1395
252
#: ../client/drizzle.cc:1396
214
253
msgid "Only allow UPDATE and DELETE that uses keys."
217
#: ../client/drizzle.cc:1397
256
#: ../client/drizzle.cc:1398
218
257
msgid "Synonym for option --safe-updates, -U."
221
#: ../client/drizzle.cc:1399
260
#: ../client/drizzle.cc:1400
222
261
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
225
#: ../client/drizzle.cc:1400 ../drizzled/drizzled.cc:1158
264
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2425
265
#: ../drizzled/drizzled.cc:1158
226
266
msgid "Output version information and exit."
229
#: ../client/drizzle.cc:1402
269
#: ../client/drizzle.cc:1403
230
270
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
233
#: ../client/drizzle.cc:1406
273
#: ../client/drizzle.cc:1407
234
274
msgid "Number of lines before each import progress report."
237
#: ../client/drizzle.cc:1408
277
#: ../client/drizzle.cc:1409
238
278
msgid "Ping the server to check if it's alive."
241
#: ../client/drizzle.cc:1410
281
#: ../client/drizzle.cc:1411
242
282
msgid "Configuration file defaults are not used if no-defaults is set"
245
#: ../client/drizzle.cc:1416
285
#: ../client/drizzle.cc:1414 ../client/drizzledump.cc:2434
286
msgid "Options specific to the drizzle client"
289
#: ../client/drizzle.cc:1417
247
291
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
248
292
"and field completion, but startup and reconnecting may take a longer time. "
249
293
"Disable with --disable-auto-rehash."
252
#: ../client/drizzle.cc:1417
296
#: ../client/drizzle.cc:1418
254
298
"No automatic rehashing. One has to use 'rehash' to get table and field "
255
299
"completion. This gives a quicker start of drizzle_st and disables rehashing "
256
300
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
259
#: ../client/drizzle.cc:1419
303
#: ../client/drizzle.cc:1420
261
305
"Automatically switch to vertical output mode if the result is wider than the "
262
306
"terminal width."
265
#: ../client/drizzle.cc:1421
309
#: ../client/drizzle.cc:1422
266
310
msgid "Database to use."
269
#: ../client/drizzle.cc:1423
313
#: ../client/drizzle.cc:1424
270
314
msgid "(not used)"
273
#: ../client/drizzle.cc:1425
317
#: ../client/drizzle.cc:1426
274
318
msgid "Delimiter to be used."
277
#: ../client/drizzle.cc:1427
321
#: ../client/drizzle.cc:1428
278
322
msgid "Execute command and quit. (Disables --force and history file)"
281
#: ../client/drizzle.cc:1429
325
#: ../client/drizzle.cc:1430
282
326
msgid "Enable/disable LOAD DATA LOCAL INFILE."
285
#: ../client/drizzle.cc:1431
329
#: ../client/drizzle.cc:1432
286
330
msgid "Flush buffer after each query."
289
#: ../client/drizzle.cc:1433
333
#: ../client/drizzle.cc:1434
290
334
msgid "Ignore SIGINT (CTRL-C)"
293
#: ../client/drizzle.cc:1435
337
#: ../client/drizzle.cc:1436
295
339
"Only update the default database. This is useful for skipping updates to "
296
340
"other database in the update log."
299
#: ../client/drizzle.cc:1437
343
#: ../client/drizzle.cc:1438
301
345
"Pager to use to display results. If you don't supply an option the default "
302
346
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
308
#: ../client/drizzle.cc:1439
352
#: ../client/drizzle.cc:1440
310
354
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
311
355
msgstr "Deshabilitar o paxinado, imprime a stdout."
313
#: ../client/drizzle.cc:1441
357
#: ../client/drizzle.cc:1442
314
358
msgid "Set the drizzle prompt to this value."
317
#: ../client/drizzle.cc:1443
361
#: ../client/drizzle.cc:1444
319
363
"Don't cache result, print it row by row. This may slow down the server if "
320
364
"the output is suspended. Doesn't use history file."
323
#: ../client/drizzle.cc:1445
367
#: ../client/drizzle.cc:1446
324
368
msgid "Write fields without conversion. Used with --batch."
327
#: ../client/drizzle.cc:1447
371
#: ../client/drizzle.cc:1448
329
373
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
330
374
"option is enabled by default."
333
#: ../client/drizzle.cc:1449
377
#: ../client/drizzle.cc:1450
334
378
msgid "Shutdown the server"
337
#: ../client/drizzle.cc:1450
381
#: ../client/drizzle.cc:1451
339
383
"Be more silent. Print results with a tab as separator, each row on new line."
342
#: ../client/drizzle.cc:1452
386
#: ../client/drizzle.cc:1453
344
388
"Append everything into outfile. See interactive help (\\h) also. Does not "
345
389
"work in batch mode. Disable with --disable-tee. This option is disabled by "
349
#: ../client/drizzle.cc:1454
393
#: ../client/drizzle.cc:1455
350
394
msgid "Disable outfile. See interactive help (\\h) also."
353
#: ../client/drizzle.cc:1455
397
#: ../client/drizzle.cc:1456
354
398
msgid "Wait and retry if connection is down."
357
#: ../client/drizzle.cc:1457
401
#: ../client/drizzle.cc:1458
358
402
msgid "Number of seconds before connection timeout."
361
#: ../client/drizzle.cc:1459
405
#: ../client/drizzle.cc:1460
362
406
msgid "Max length of input line"
365
#: ../client/drizzle.cc:1461
409
#: ../client/drizzle.cc:1462
366
410
msgid "Automatic limit for SELECT when using --safe-updates"
369
#: ../client/drizzle.cc:1463
413
#: ../client/drizzle.cc:1464
370
414
msgid "Automatic limit for rows in a join when using --safe-updates"
373
#: ../client/drizzle.cc:1469 ../client/drizzledump.cc:2564
374
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:928
375
#: ../client/drizzletest.cc:5456
417
#: ../client/drizzle.cc:1467 ../client/drizzledump.cc:2499
418
msgid "Options specific to the client"
421
#: ../client/drizzle.cc:1470 ../client/drizzledump.cc:2504
422
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:929
423
#: ../client/drizzletest.cc:5457
376
424
msgid "Use MySQL Protocol."
379
#: ../client/drizzle.cc:1471
427
#: ../client/drizzle.cc:1472
380
428
msgid "Connect to host"
383
#: ../client/drizzle.cc:1473
431
#: ../client/drizzle.cc:1474
385
433
"Password to use when connecting to server. If password is not given it's "
386
434
"asked from the tty."
389
#: ../client/drizzle.cc:1475
437
#: ../client/drizzle.cc:1476
391
439
"Port number to use for connection or 0 for default to, in order of "
392
440
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
395
#: ../client/drizzle.cc:1477
443
#: ../client/drizzle.cc:1478 ../client/drizzledump.cc:2510
396
444
msgid "User for login if not current user."
399
#: ../client/drizzle.cc:1479
447
#: ../client/drizzle.cc:1480 ../client/drizzledump.cc:2512
400
448
msgid "The protocol of connection (tcp,socket,pipe,memory)."
403
#: ../client/drizzle.cc:1529 ../client/drizzle.cc:1536
451
#: ../client/drizzle.cc:1483 ../client/drizzledump.cc:2524
452
msgid "Allowed Options"
455
#: ../client/drizzle.cc:1530 ../client/drizzle.cc:1537
405
457
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
407
459
"Erro de asignación de memoria ao construír o prompt inicial. Abortando.\n"
409
#: ../client/drizzle.cc:1587
461
#: ../client/drizzle.cc:1588 ../client/drizzle.cc:3849
410
462
msgid "DELIMITER cannot contain a backslash character"
413
#: ../client/drizzle.cc:1664
465
#: ../client/drizzle.cc:1665
415
467
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
418
#: ../client/drizzle.cc:1709 ../client/drizzle.cc:1719
419
#: ../client/drizzle.cc:4089
470
#: ../client/drizzle.cc:1711 ../client/drizzle.cc:4093
421
msgid "drizzle Ver %s Distrib %s, for %s-%s (%s) using readline %s\n"
472
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
424
#: ../client/drizzle.cc:1723
475
#: ../client/drizzle.cc:1717
427
478
"Copyright (C) 2008 Sun Microsystems\n"
447
499
"O id da túa conexión con Drizzle é %u\n"
448
500
"Versión do servidor: %s\n"
450
#: ../client/drizzle.cc:1820
502
#: ../client/drizzle.cc:1817
452
504
msgid "Reading history-file %s\n"
453
505
msgstr "Lendo o ficheiro histórico %s\n"
455
#: ../client/drizzle.cc:1824
507
#: ../client/drizzle.cc:1821
457
509
msgid "Couldn't allocate memory for temp histfile!\n"
460
#: ../client/drizzle.cc:1831
512
#: ../client/drizzle.cc:1828
461
513
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
463
515
"Escribe \"help;\" ou \"\\h\" para axuda. Escribe \"\\c\" para limpar o "
466
#: ../client/drizzle.cc:1854
518
#: ../client/drizzle.cc:1838
522
#: ../client/drizzle.cc:1851
468
524
msgid "Writing history-file %s\n"
469
525
msgstr "Escribindo ficheiro histórico %s\n"
471
#: ../client/drizzle.cc:1862
527
#: ../client/drizzle.cc:1859
473
529
msgstr "Abortado"
475
#: ../client/drizzle.cc:1862
531
#: ../client/drizzle.cc:1859
479
#: ../client/drizzle.cc:1914
535
#: ../client/drizzle.cc:1911
480
536
msgid "Query aborted by Ctrl+C\n"
481
537
msgstr "Consulta abortada por Ctrl+C\n"
483
#: ../client/drizzle.cc:1998
539
#: ../client/drizzle.cc:1995
485
541
msgid "Processing line: %<PRIu32>\n"
488
#: ../client/drizzle.cc:2216
544
#: ../client/drizzle.cc:2213
489
545
msgid "Unknown command: "
492
#: ../client/drizzle.cc:2630
548
#: ../client/drizzle.cc:2627
494
550
"Reading table information for completion of table and column names\n"
495
551
"You can turn off this feature to get a quicker startup with -A\n"
499
#: ../client/drizzle.cc:2696
555
#: ../client/drizzle.cc:2693
500
556
msgid "No connection. Trying to reconnect..."
503
#: ../client/drizzle.cc:2702
559
#: ../client/drizzle.cc:2699
504
560
msgid "Can't connect to the server\n"
507
#: ../client/drizzle.cc:2780
563
#: ../client/drizzle.cc:2779
508
564
msgid "List of all Drizzle commands:"
511
#: ../client/drizzle.cc:2782
512
msgid "Note that all text commands must be first on line and end with ';'"
567
#: ../client/drizzle.cc:2783
570
"Note that all text commands must be first on line and end with '%s' or \\g"
515
#: ../client/drizzle.cc:2837
573
#: ../client/drizzle.cc:2841
516
574
msgid "No query specified\n"
519
#: ../client/drizzle.cc:2852
577
#: ../client/drizzle.cc:2856
520
578
msgid "Ignoring query to other database"
523
#: ../client/drizzle.cc:2902
581
#: ../client/drizzle.cc:2906
524
582
msgid "Empty set"
527
#: ../client/drizzle.cc:2915
585
#: ../client/drizzle.cc:2919
529
587
msgid "%ld row in set"
530
588
msgid_plural "%ld rows in set"
534
#: ../client/drizzle.cc:2924
592
#: ../client/drizzle.cc:2928
538
#: ../client/drizzle.cc:2926
596
#: ../client/drizzle.cc:2930
540
598
msgid "Query OK, %ld row affected"
541
599
msgid_plural "Query OK, %ld rows affected"
545
#: ../client/drizzledump.cc:212
603
#: ../client/drizzle.cc:3002
604
msgid "popen() failed! defaulting PAGER to stdout!\n"
607
#: ../client/drizzle.cc:3024
609
msgid "Error logging to file '%s'\n"
612
#: ../client/drizzle.cc:3029
614
msgid "Logging to file '%s'\n"
615
msgstr "Lendo o ficheiro histórico %s\n"
617
#: ../client/drizzle.cc:3113
626
"Collation: %s (%u)\n"
634
#: ../client/drizzle.cc:3580
636
msgid "No previous outfile available, you must give a filename!\n"
639
#: ../client/drizzle.cc:3585
641
msgid "Currently logging to file '%s'\n"
644
#: ../client/drizzle.cc:3605
646
msgid "No outfile specified!\n"
649
#: ../client/drizzle.cc:3618
650
msgid "Outfile disabled.\n"
653
#: ../client/drizzle.cc:3645
655
msgid "Default pager wasn't set, using stdout.\n"
656
msgstr "Deshabilitar o paxinado, imprime a stdout."
658
#: ../client/drizzle.cc:3665
660
msgid "PAGER set to '%s'\n"
663
#: ../client/drizzle.cc:3676
664
msgid "PAGER set to stdout\n"
667
#: ../client/drizzle.cc:3759
669
msgid "Connection id: %u"
672
#: ../client/drizzle.cc:3761
674
msgid "Current database: %.128s\n"
677
#: ../client/drizzle.cc:3762
682
#: ../client/drizzle.cc:3782
683
msgid "Usage: \\. <filename> | source <filename>"
686
#: ../client/drizzle.cc:3797
688
msgid "Failed to open file '%s', error: %d"
691
#: ../client/drizzle.cc:3805
692
msgid "Can't initialize LineBuffer"
695
#: ../client/drizzle.cc:3841
696
msgid "DELIMITER must be followed by a 'delimiter' character or string"
699
#: ../client/drizzle.cc:3874
700
msgid "USE must be followed by a database name"
703
#: ../client/drizzle.cc:3942
704
msgid "Database changed"
707
#: ../client/drizzle.cc:3950
709
msgid "Show warnings enabled."
710
msgstr "Amosar advertencias despois de cada sentenza."
712
#: ../client/drizzle.cc:3958
714
msgid "Show warnings disabled."
715
msgstr "Amosar advertencias despois de cada sentenza."
717
#: ../client/drizzle.cc:4100
721
"Connection id:\t\t%lu\n"
724
#: ../client/drizzle.cc:4112
726
msgid "Current database:\t%s\n"
729
#: ../client/drizzle.cc:4113
731
msgid "Current user:\t\t%s\n"
734
#: ../client/drizzle.cc:4119
735
msgid "SSL:\t\t\tNot in use"
738
#: ../client/drizzle.cc:4124
744
#: ../client/drizzle.cc:4131
747
"All updates ignored to this database\n"
750
#: ../client/drizzle.cc:4134
752
msgid "Current pager:\t\t%s\n"
755
#: ../client/drizzle.cc:4135
757
msgid "Using outfile:\t\t'%s'\n"
760
#: ../client/drizzle.cc:4136
762
msgid "Using delimiter:\t%s\n"
765
#: ../client/drizzle.cc:4137
767
msgid "Server version:\t\t%s\n"
770
#: ../client/drizzle.cc:4138
772
msgid "Protocol version:\t%d\n"
775
#: ../client/drizzle.cc:4139
777
msgid "Connection:\t\t%s\n"
780
#: ../client/drizzle.cc:4146
782
msgid "UNIX socket:\t\t%s\n"
785
#: ../client/drizzle.cc:4148
787
msgid "TCP port:\t\t%d\n"
790
#: ../client/drizzle.cc:4153
793
"Note that you are running in safe_update_mode:\n"
796
#: ../client/drizzle.cc:4155
799
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
801
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
803
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
804
" Max number of examined row combination in a join is set to: %"
809
#: ../client/drizzle.cc:4217 ../drizzled/option.cc:339
814
#: ../client/drizzle.cc:4260
816
msgid "ERROR %d (%s): "
819
#: ../client/drizzle.cc:4262
824
#: ../client/drizzle.cc:4265
828
#: ../client/drizzle.cc:4398
832
#: ../client/drizzle.cc:4400
836
#: ../client/drizzle.cc:4406
840
#: ../client/drizzle.cc:4412
844
#: ../client/drizzle.cc:4513
848
#: ../client/drizzle.cc:4633
850
msgid "Returning to default PROMPT of %s\n"
853
#: ../client/drizzle.cc:4638
855
msgid "Memory allocation error. Not changing prompt\n"
857
"Erro de asignación de memoria ao construír o prompt inicial. Abortando.\n"
859
#: ../client/drizzle.cc:4643
861
msgid "PROMPT set to '%s'\n"
864
#: ../client/drizzledump.cc:198
547
866
msgid "Got errno %d on write"
550
#: ../client/drizzledump.cc:296
869
#: ../client/drizzledump.cc:282
552
871
msgid "%s: You must use option --tab with --fields-...\n"
555
#: ../client/drizzledump.cc:302
874
#: ../client/drizzledump.cc:288
558
877
"%s: You can't use --single-transaction and --lock-all-tables at the same "
562
#: ../client/drizzledump.cc:308
881
#: ../client/drizzledump.cc:294
565
884
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
569
#: ../client/drizzledump.cc:314
888
#: ../client/drizzledump.cc:300
571
890
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
574
#: ../client/drizzledump.cc:333
893
#: ../client/drizzledump.cc:319
576
895
msgid "Got error: %s (%d) %s"
579
#: ../client/drizzledump.cc:340
898
#: ../client/drizzledump.cc:326
581
900
msgid "Got error: %d %s"
584
#: ../client/drizzledump.cc:438 ../client/drizzledump.cc:445
585
#: ../client/drizzledump.cc:458
903
#: ../client/drizzledump.cc:424 ../client/drizzledump.cc:431
904
#: ../client/drizzledump.cc:444
587
906
msgid "Couldn't execute '%s': %s (%d)"
590
#: ../client/drizzledump.cc:518
909
#: ../client/drizzledump.cc:504
592
911
msgid "-- Connecting to %s...\n"
595
#: ../client/drizzledump.cc:541
914
#: ../client/drizzledump.cc:527
597
916
msgid "-- Disconnecting from %s...\n"
600
#: ../client/drizzledump.cc:552
919
#: ../client/drizzledump.cc:538
601
920
msgid "Couldn't allocate memory"
604
#: ../client/drizzledump.cc:896
923
#: ../client/drizzledump.cc:882
607
926
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
611
#: ../client/drizzledump.cc:910
930
#: ../client/drizzledump.cc:896
613
932
msgid "-- Retrieving table structure for table %s...\n"
616
#: ../client/drizzledump.cc:1024
935
#: ../client/drizzledump.cc:1010
618
937
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
621
#: ../client/drizzledump.cc:1131
940
#: ../client/drizzledump.cc:1117
623
942
msgid "%s: Can't get keys for table %s\n"
626
#: ../client/drizzledump.cc:1209 ../client/drizzledump.cc:2303
945
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
628
947
msgid "Error: Couldn't read status information for table %s\n"
631
#: ../client/drizzledump.cc:1353
950
#: ../client/drizzledump.cc:1339
633
952
msgid "Error retrieving table structure for table: \"%s\""
636
#: ../client/drizzledump.cc:1360
955
#: ../client/drizzledump.cc:1346
638
957
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
641
#: ../client/drizzledump.cc:1371
960
#: ../client/drizzledump.cc:1357
643
962
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
646
#: ../client/drizzledump.cc:1378
965
#: ../client/drizzledump.cc:1364
648
967
msgid "-- Skipping dump data for table '%s', it has no fields\n"
651
#: ../client/drizzledump.cc:1386
970
#: ../client/drizzledump.cc:1372
652
971
msgid "-- Sending SELECT query...\n"
655
#: ../client/drizzledump.cc:1440 ../client/drizzledump.cc:1929
974
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
656
975
msgid "when executing 'SELECT INTO OUTFILE'"
659
#: ../client/drizzledump.cc:1451
978
#: ../client/drizzledump.cc:1437
668
#: ../client/drizzledump.cc:1492
987
#: ../client/drizzledump.cc:1478
669
988
msgid "-- Retrieving rows...\n"
672
#: ../client/drizzledump.cc:1495
991
#: ../client/drizzledump.cc:1481
674
993
msgid "%s: Error in field count for table: %s ! Aborting.\n"
677
#: ../client/drizzledump.cc:1539
996
#: ../client/drizzledump.cc:1525
679
998
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
682
#: ../client/drizzledump.cc:1556
1001
#: ../client/drizzledump.cc:1542
684
1003
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
687
#: ../client/drizzledump.cc:1578
1006
#: ../client/drizzledump.cc:1564
689
1008
msgid "Not enough fields from table %s! Aborting.\n"
692
#: ../client/drizzledump.cc:1993 ../client/drizzledump.cc:2109
1011
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
693
1012
msgid "when doing refresh"
696
#: ../client/drizzledump.cc:2080
1015
#: ../client/drizzledump.cc:2066
697
1016
msgid "alloc_root failure."
700
#: ../client/drizzledump.cc:2096
1019
#: ../client/drizzledump.cc:2082
702
1021
msgid "Couldn't find table: \"%s\""
705
#: ../client/drizzledump.cc:2374 ../client/drizzledump.cc:2381
706
#: ../client/drizzledump.cc:2391
1024
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1025
#: ../client/drizzledump.cc:2336
709
1028
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
712
#: ../client/drizzledump.cc:2423
1031
#: ../client/drizzledump.cc:2368
714
1033
msgid "Error: Not enough memory to store ORDER BY clause\n"
717
#: ../client/drizzledump.cc:2480
1036
#: ../client/drizzledump.cc:2399
1038
"Dump all the databases. This will be same as --databases with all databases "
1042
#: ../client/drizzledump.cc:2401
1043
msgid "Dump all the tablespaces."
1046
#: ../client/drizzledump.cc:2403
1047
msgid "Use complete insert statements."
1050
#: ../client/drizzledump.cc:2407
1052
"Flush logs file in server before starting dump. Note that if you dump many "
1053
"databases at once (using the option --databases= or --all-databases), the "
1054
"logs will be flushed for each database dumped. The exception is when using --"
1055
"lock-all-tables in this case the logs will be flushed only once, "
1056
"corresponding to the moment all tables are locked. So if you want your dump "
1057
"and the log flush to happen at the same exact moment you should use --lock-"
1058
"all-tables or --flush-logs"
1061
#: ../client/drizzledump.cc:2409
1062
msgid "Continue even if we get an sql-error."
1065
#: ../client/drizzledump.cc:2410
1067
msgid "Display this help message and exit."
1068
msgstr "Amosar esta axuda e saír."
1070
#: ../client/drizzledump.cc:2412
1072
"Locks all tables across all databases. This is achieved by taking a global "
1073
"read lock for the duration of the whole dump. Automatically turns --single-"
1074
"transaction and --lock-tables off."
1077
#: ../client/drizzledump.cc:2414
1079
"Sorts each table's rows by primary key, or first unique key, if such a key "
1080
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1081
"table, but will make the dump itself take considerably longer."
1084
#: ../client/drizzledump.cc:2416
1086
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1087
"Works ONLY for tables stored in storage engines which support "
1088
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1089
"be consistent for other storage engines. While a --single-transaction dump "
1090
"is in process, to ensure a valid dump file (correct table contents), no "
1091
"other connection should use the following statements: ALTER TABLE, DROP "
1092
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1093
"from them. Option automatically turns off --lock-tables."
1096
#: ../client/drizzledump.cc:2417
1098
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1099
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1100
"default, disable with --skip-opt."
1103
#: ../client/drizzledump.cc:2419
1105
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1106
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1109
#: ../client/drizzledump.cc:2420
1110
msgid "Overrides option --databases (-B)."
1113
#: ../client/drizzledump.cc:2422
718
1114
msgid "Number of rows before each output progress report (requires --verbose)."
721
#: ../client/drizzledump.cc:2633 ../client/drizzledump.cc:2720
1117
#: ../client/drizzledump.cc:2424
1118
msgid "Print info about the various stages."
1121
#: ../client/drizzledump.cc:2426
1122
msgid "Dump a database as well formed XML."
1125
#: ../client/drizzledump.cc:2427
1126
msgid "Turn off Comments"
1129
#: ../client/drizzledump.cc:2428
1130
msgid "Turn off create-options"
1133
#: ../client/drizzledump.cc:2429
1134
msgid "Turn off extended-insert"
1137
#: ../client/drizzledump.cc:2430
1138
msgid "Turn off dump-date"
1141
#: ../client/drizzledump.cc:2431
1142
msgid "Do not read from the configuration files"
1145
#: ../client/drizzledump.cc:2437
1146
msgid "Add a 'DROP DATABASE' before each create."
1149
#: ../client/drizzledump.cc:2439
1150
msgid "Add a 'drop table' before each create."
1153
#: ../client/drizzledump.cc:2441
1154
msgid "Allow creation of column names that are keywords."
1157
#: ../client/drizzledump.cc:2443
1158
msgid "Write additional information."
1161
#: ../client/drizzledump.cc:2445
1163
"Give less verbose output (useful for debugging). Disables structure comments "
1164
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1165
"set-names --skip-disable-keys --skip-add-locks"
1168
#: ../client/drizzledump.cc:2447
1169
msgid "Include all DRIZZLE specific create options."
1172
#: ../client/drizzledump.cc:2449
1173
msgid "Put a dump date to the end of the output."
1176
#: ../client/drizzledump.cc:2451
1178
"To dump several databases. Note the difference in usage; In this case no "
1179
"tables are given. All name arguments are regarded as databasenames. 'USE "
1180
"db_name;' will be included in the output."
1183
#: ../client/drizzledump.cc:2453
1184
msgid "Insert rows with INSERT DELAYED;"
1187
#: ../client/drizzledump.cc:2455
1189
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1190
"will be put in the output."
1193
#: ../client/drizzledump.cc:2457
1194
msgid "Allows utilization of the new, much faster INSERT syntax."
1197
#: ../client/drizzledump.cc:2459
1198
msgid "Fields in the textfile are terminated by ..."
1201
#: ../client/drizzledump.cc:2461
1202
msgid "Fields in the importfile are enclosed by ..."
1205
#: ../client/drizzledump.cc:2463
1206
msgid "Fields in the i.file are opt. enclosed by ..."
1209
#: ../client/drizzledump.cc:2465
1210
msgid "Fields in the i.file are escaped by ..."
1213
#: ../client/drizzledump.cc:2469
1215
"Do not dump the specified table. To specify more than one table to ignore, "
1216
"use the directive multiple times, once for each table. Each table must be "
1217
"specified with both database and table names, e.g. --ignore-table=database."
1221
#: ../client/drizzledump.cc:2471
1222
msgid "Insert rows with INSERT IGNORE."
1225
#: ../client/drizzledump.cc:2473
1226
msgid "Lines in the i.file are terminated by ..."
1229
#: ../client/drizzledump.cc:2475
1230
msgid "Wrap tables with autocommit/commit statements."
1233
#: ../client/drizzledump.cc:2477
1235
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1236
"above line will be added otherwise, if --databases or --all-databases option "
1240
#: ../client/drizzledump.cc:2479
1241
msgid "Don't write table creation info."
1244
#: ../client/drizzledump.cc:2481
1245
msgid "No row information."
1248
#: ../client/drizzledump.cc:2482
1249
msgid "Deprecated. Use --skip-set-charset instead."
1252
#: ../client/drizzledump.cc:2484
1253
msgid "Enable set-name"
1256
#: ../client/drizzledump.cc:2486
1257
msgid "Don't buffer query, dump directly to stdout."
1260
#: ../client/drizzledump.cc:2488
1261
msgid "Quote table and column names with backticks (`)."
1264
#: ../client/drizzledump.cc:2490
1265
msgid "Use REPLACE INTO instead of INSERT INTO."
1268
#: ../client/drizzledump.cc:2492
1270
"Direct output to a given file. This option should be used in MSDOS, because "
1271
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1275
#: ../client/drizzledump.cc:2494
1277
"Creates tab separated textfile for each table to given path. (creates .sql "
1278
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1279
"machine as the drizzled daemon."
1282
#: ../client/drizzledump.cc:2496
1283
msgid "Dump only selected records; QUOTES mandatory!"
1286
#: ../client/drizzledump.cc:2502
1287
msgid "Connect to host."
1290
#: ../client/drizzledump.cc:2506
1292
"Password to use when connecting to server. If password is not given it's "
1293
"solicited on the tty."
1296
#: ../client/drizzledump.cc:2508
1297
msgid "Port number to use for connection."
1300
#: ../client/drizzledump.cc:2515
1301
msgid "Hidden Options"
1304
#: ../client/drizzledump.cc:2517
1305
msgid "Used to select the database"
1308
#: ../client/drizzledump.cc:2518
1309
msgid "Used to select the tables"
1312
#: ../client/drizzledump.cc:2521
1313
msgid "Allowed Options + Hidden Options"
1316
#: ../client/drizzledump.cc:2573
1318
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1321
#: ../client/drizzledump.cc:2578
1323
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1324
"and you are welcome to modify and redistribute it under the GPL license\n"
1327
#: ../client/drizzledump.cc:2579
1328
msgid "Dumps definitions and data from a Drizzle database server"
1331
#: ../client/drizzledump.cc:2580
723
1333
msgid "Usage: %s [OPTIONS] database [tables]\n"
726
#: ../client/drizzledump.cc:2634 ../client/drizzledump.cc:2721
1336
#: ../client/drizzledump.cc:2581
728
1338
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
731
#: ../client/drizzledump.cc:2636 ../client/drizzledump.cc:2723
1341
#: ../client/drizzledump.cc:2583
733
1343
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
736
#: ../client/drizzledump.cc:2648 ../client/drizzleimport.cc:459
737
#: ../client/drizzleslap.cc:1001 ../client/drizzletest.cc:5596
1346
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1347
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
739
1349
msgid "Value supplied for port is not valid.\n"
4729
5319
msgid "error: could not open directory: %s\n"
4732
#: ../drizzled/main.cc:152
5322
#: ../drizzled/main.cc:150
4734
5324
"setrlimit could not change the size of core files to 'infinity'; We may not "
4735
5325
"be able to generate a core file on signals"
4738
#: ../drizzled/main.cc:250
5328
#: ../drizzled/main.cc:251
4740
5330
msgid "Data directory %s does not exist\n"
4743
#: ../drizzled/message/transaction_reader.cc:120
5333
#: ../drizzled/message/transaction_reader.cc:175
4745
5335
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
4748
#: ../drizzled/message/transaction_reader.cc:129
5338
#: ../drizzled/message/transaction_reader.cc:184
4749
5339
#: ../drizzled/message/transaction_writer.cc:371
4751
5341
msgid "Cannot open file: %s\n"
4754
#: ../drizzled/message/transaction_reader.cc:162
5344
#: ../drizzled/message/transaction_reader.cc:217
4756
5346
msgid "Found a non-transaction message in log. Currently, not supported.\n"
4759
#: ../drizzled/message/transaction_reader.cc:168
4760
#: ../plugin/transaction_log/transaction_log_reader.cc:117
5349
#: ../drizzled/message/transaction_reader.cc:223
5350
#: ../plugin/transaction_log/transaction_log_reader.cc:119
4762
5352
msgid "Attempted to read record bigger than INT_MAX\n"
4765
#: ../drizzled/message/transaction_reader.cc:188
4766
#: ../plugin/transaction_log/transaction_log_reader.cc:137
5355
#: ../drizzled/message/transaction_reader.cc:243
5356
#: ../plugin/transaction_log/transaction_log_reader.cc:139
4768
5358
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4771
#: ../drizzled/message/transaction_reader.cc:199
4772
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4773
#: ../plugin/transaction_log/print_transaction_message.cc:142
4774
#: ../plugin/transaction_log/transaction_log_reader.cc:148
5361
#: ../drizzled/message/transaction_reader.cc:256
5362
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
5363
#: ../plugin/transaction_log/print_transaction_message.cc:147
5364
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4776
5366
msgid "Could not read transaction message.\n"
4779
#: ../drizzled/message/transaction_reader.cc:200
4780
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4781
#: ../plugin/transaction_log/print_transaction_message.cc:143
4782
#: ../plugin/transaction_log/transaction_log_reader.cc:149
5369
#: ../drizzled/message/transaction_reader.cc:257
5370
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
5371
#: ../plugin/transaction_log/print_transaction_message.cc:148
5372
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4784
5374
msgid "GPB ERROR: %s.\n"
4787
#: ../drizzled/message/transaction_reader.cc:204
4788
#: ../drizzled/message/transaction_reader.cc:217
5377
#: ../drizzled/message/transaction_reader.cc:261
5378
#: ../drizzled/message/transaction_reader.cc:274
4816
5406
"the current running version of Drizzle: %<PRIu64>."
4819
#: ../drizzled/module/loader.cc:275
5409
#: ../drizzled/module/loader.cc:271
4822
5412
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
4823
5413
"registered.\n"
4826
#: ../drizzled/module/loader.cc:354
5416
#: ../drizzled/module/loader.cc:350
4828
5418
msgid "Plugin '%s' init function returned error.\n"
4831
#: ../drizzled/module/loader.cc:532
5421
#: ../drizzled/module/loader.cc:514
4833
5423
msgid "Couldn't load plugin library named '%s'.\n"
4836
#: ../drizzled/module/loader.cc:542
5426
#: ../drizzled/module/loader.cc:524
4838
5428
msgid "Couldn't load plugin named '%s'.\n"
4841
#: ../drizzled/module/loader.cc:771
5431
#: ../drizzled/module/loader.cc:751
4842
5432
msgid "Out of memory."
4845
#: ../drizzled/module/loader.cc:1483 ../drizzled/module/loader.cc:1534
5435
#: ../drizzled/module/loader.cc:1457 ../drizzled/module/loader.cc:1508
4847
5437
msgid "Unknown variable type code 0x%x in plugin '%s'."
4850
#: ../drizzled/module/loader.cc:1526
5440
#: ../drizzled/module/loader.cc:1500
4853
5443
"Server variable %s of plugin %s was forced to be read-only: string variable "
4854
5444
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4857
#: ../drizzled/module/loader.cc:1545
5447
#: ../drizzled/module/loader.cc:1519
4859
5449
msgid "Missing variable name in plugin '%s'."
4862
#: ../drizzled/module/loader.cc:1562
5452
#: ../drizzled/module/loader.cc:1536
4864
5454
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4867
#: ../drizzled/module/loader.cc:1684
5457
#: ../drizzled/module/loader.cc:1658
4869
5459
msgid "Out of memory for plugin '%s'."
4872
#: ../drizzled/module/loader.cc:1693
5462
#: ../drizzled/module/loader.cc:1667
4874
5464
msgid "Bad options for plugin '%s'."
4877
#: ../drizzled/module/loader.cc:1706
5467
#: ../drizzled/module/loader.cc:1680
4879
5469
msgid "Parsing options for plugin '%s' failed."
4882
#: ../drizzled/module/loader.cc:1759
5472
#: ../drizzled/module/loader.cc:1733
4884
5474
msgid "Plugin '%s' has conflicting system variables"
4887
#: ../drizzled/module/registry.h:102
5477
#: ../drizzled/module/registry.h:103
4889
5479
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
4892
#: ../drizzled/module/registry.h:111
5482
#: ../drizzled/module/registry.h:112
4894
5484
msgid "Fatal error: Failed initializing %s plugin.\n"
5218
#: ../drizzled/signal_handler.cc:122
5779
#: ../drizzled/signal_handler.cc:148
5221
5782
"It is possible that drizzled could use up to \n"
5222
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5783
"(read_buffer_size + sort_buffer_size)*thread_count\n"
5223
5784
"bytes of memory\n"
5224
5785
"Hope that's ok; if not, decrease some variables in the equation.\n"
5228
#: ../drizzled/signal_handler.cc:135
5231
"Attempting backtrace. You can use the following information to find out\n"
5232
"where drizzled died. If you see no messages after this, something went\n"
5233
"terribly wrong...\n"
5236
#: ../drizzled/signal_handler.cc:163
5239
"Trying to get some variables.\n"
5240
"Some pointers may be invalid and cause the dump to abort...\n"
5243
#: ../drizzled/signal_handler.cc:174
5247
"This crash occurred while the server was calling initgroups(). This is\n"
5248
"often due to the use of a drizzled that is statically linked against glibc\n"
5249
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5250
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5251
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5252
"drizzled that is not statically linked.\n"
5255
#: ../drizzled/signal_handler.cc:188
5259
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5260
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5261
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5262
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5263
"the documentation for your distribution on how to do that.\n"
5266
#: ../drizzled/signal_handler.cc:201
5268
msgid "Writing a core file\n"
5269
msgstr "Escribindo ficheiro histórico %s\n"
5271
#: ../drizzled/sql_base.cc:1527
5789
#: ../drizzled/sql_base.cc:1521
5273
5791
msgid "Table %s had a open data Cursor in reopen_table"
5276
#: ../drizzled/sql_table.cc:1972
5794
#: ../drizzled/sql_table.cc:1957
5278
5796
msgid "Unknown - internal error %d during operation"
5281
#: ../drizzled/statement/alter_table.cc:1429
5799
#: ../drizzled/statement/alter_table.cc:1486
5284
5802
"order_st BY ignored because there is a user-defined clustered index in the "
5285
5803
"table '%-.192s'"
5288
#: ../drizzled/table.cc:1971
5806
#: ../drizzled/table.cc:1965
5290
5808
msgid "Got error %d when reading table '%s'"
5397
5915
msgid "Default database to use."
5400
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:830
5401
#: ../plugin/mysql_protocol/mysql_protocol.cc:905
5918
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
5919
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
5402
5920
msgid "Invalid value of port\n"
5405
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:839
5406
#: ../plugin/mysql_protocol/mysql_protocol.cc:914
5923
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
5924
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
5407
5925
msgid "Invalid value for connect_timeout\n"
5410
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:848
5411
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
5928
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
5929
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
5412
5930
msgid "Invalid value for read_timeout\n"
5415
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:857
5416
#: ../plugin/mysql_protocol/mysql_protocol.cc:932
5933
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
5934
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
5417
5935
msgid "Invalid value for write_timeout\n"
5420
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:866
5938
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
5421
5939
msgid "Invalid value for retry_count\n"
5424
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:875
5425
#: ../plugin/mysql_protocol/mysql_protocol.cc:950
5942
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
5943
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
5426
5944
msgid "Invalid value for buffer_length\n"
5429
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5430
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
5947
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
5948
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
5432
5950
"Port number to use for connection or 0 for default to, in order of "
5433
5951
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5436
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:901
5437
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
5438
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5439
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
5954
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
5955
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
5956
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
5957
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
5440
5958
msgid "Connect Timeout."
5443
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5444
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:928
5445
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5446
#: ../plugin/mysql_protocol/mysql_protocol.cc:1004
5961
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5962
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
5963
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
5964
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
5447
5965
msgid "Read Timeout."
5450
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5451
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
5452
#: ../plugin/mysql_protocol/mysql_protocol.cc:984
5453
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
5968
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5969
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
5970
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5971
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
5454
5972
msgid "Write Timeout."
5457
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:908
5458
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:934
5459
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5460
#: ../plugin/mysql_protocol/mysql_protocol.cc:1010
5975
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5976
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
5977
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
5978
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5461
5979
msgid "Retry Count."
5464
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:910
5465
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
5466
#: ../plugin/mysql_protocol/mysql_protocol.cc:988
5467
#: ../plugin/mysql_protocol/mysql_protocol.cc:1013
5982
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5983
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
5984
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5985
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
5468
5986
msgid "Buffer length."
5471
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
5472
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
5473
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
5474
#: ../plugin/mysql_protocol/mysql_protocol.cc:1016
5989
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
5990
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
5991
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5992
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
5475
5993
msgid "Address to bind to."
6068
6586
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6071
#: ../plugin/innobase/handler/ha_innodb.cc:1857
6589
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6072
6590
msgid "Invalid value for io-capacity\n"
6075
#: ../plugin/innobase/handler/ha_innodb.cc:1876
6593
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6076
6594
msgid "Invalid value for fast-shutdown\n"
6079
#: ../plugin/innobase/handler/ha_innodb.cc:1890
6597
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6080
6598
msgid "Invalid value for flush-log-at-trx-commit\n"
6083
#: ../plugin/innobase/handler/ha_innodb.cc:1920
6601
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6084
6602
msgid "Invalid value for max-dirty-pages-pct\n"
6087
#: ../plugin/innobase/handler/ha_innodb.cc:1929
6605
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6088
6606
msgid "Invalid value for stats-sample-pages\n"
6091
#: ../plugin/innobase/handler/ha_innodb.cc:1940
6609
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6092
6610
msgid "Invalid value for additional-mem-pool-size\n"
6095
#: ../plugin/innobase/handler/ha_innodb.cc:1950
6613
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6096
6614
msgid "Invalid value for autoextend-increment\n"
6099
#: ../plugin/innobase/handler/ha_innodb.cc:1960
6617
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6100
6618
msgid "Invalid value for buffer-pool-size\n"
6103
#: ../plugin/innobase/handler/ha_innodb.cc:1970
6621
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6104
6622
msgid "Invalid value for commit-concurrency\n"
6107
#: ../plugin/innobase/handler/ha_innodb.cc:1979
6625
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6108
6626
msgid "Invalid value for concurrency-tickets\n"
6111
#: ../plugin/innobase/handler/ha_innodb.cc:1988
6629
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6112
6630
msgid "Invalid value for file-io-threads\n"
6115
#: ../plugin/innobase/handler/ha_innodb.cc:1997
6633
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6116
6634
msgid "Invalid value for read-io-threads\n"
6119
#: ../plugin/innobase/handler/ha_innodb.cc:2006
6637
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6120
6638
msgid "Invalid value for write-io-threads\n"
6123
#: ../plugin/innobase/handler/ha_innodb.cc:2015
6641
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6124
6642
msgid "Invalid value for force-recovery\n"
6127
#: ../plugin/innobase/handler/ha_innodb.cc:2025
6128
#: ../plugin/innobase/handler/ha_innodb.cc:2035
6645
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6646
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6129
6647
msgid "Invalid value for log-file-size\n"
6132
#: ../plugin/innobase/handler/ha_innodb.cc:2044
6650
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6133
6651
msgid "Invalid value for log-files-in-group\n"
6136
#: ../plugin/innobase/handler/ha_innodb.cc:2053
6654
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6137
6655
msgid "Invalid value for mirrored-log-groups\n"
6140
#: ../plugin/innobase/handler/ha_innodb.cc:2062
6658
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6141
6659
msgid "Invalid value for open-files\n"
6144
#: ../plugin/innobase/handler/ha_innodb.cc:2071
6662
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6145
6663
msgid "Invalid value for thread-concurrency\n"
6148
#: ../plugin/innobase/handler/ha_innodb.cc:2094
6666
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6149
6667
msgid "Invalid value for read-ahead-threshold\n"
6152
#: ../plugin/innobase/handler/ha_innodb.cc:2118
6670
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6153
6671
msgid "Invalid value for lock-wait-timeout\n"
6156
#: ../plugin/logging_gearman/logging_gearman.cc:196
6674
#: ../plugin/logging_gearman/logging_gearman.cc:199
6158
6676
msgid "fail gearman_client_create(): %s"
6161
#: ../plugin/logging_gearman/logging_gearman.cc:207
6679
#: ../plugin/logging_gearman/logging_gearman.cc:210
6163
6681
msgid "fail gearman_client_add_server(): %s"
6166
#: ../plugin/logging_gearman/logging_gearman.cc:306
6167
#: ../plugin/logging_gearman/logging_gearman.cc:313
6684
#: ../plugin/logging_gearman/logging_gearman.cc:309
6685
#: ../plugin/logging_gearman/logging_gearman.cc:316
6168
6686
msgid "Enable logging to a gearman server"
6171
#: ../plugin/logging_gearman/logging_gearman.cc:322
6689
#: ../plugin/logging_gearman/logging_gearman.cc:325
6172
6690
msgid "Hostname for logging to a Gearman server"
6175
#: ../plugin/logging_gearman/logging_gearman.cc:331
6693
#: ../plugin/logging_gearman/logging_gearman.cc:334
6176
6694
msgid "Gearman Function to send logging to"
6179
#: ../plugin/logging_gearman/logging_gearman.cc:349
6697
#: ../plugin/logging_gearman/logging_gearman.cc:352
6180
6698
msgid "Log queries to a Gearman server"
6183
#: ../plugin/logging_query/logging_query.cc:189
6701
#: ../plugin/logging_query/logging_query.cc:192
6185
6703
msgid "fail open() fn=%s er=%s\n"
6188
#: ../plugin/logging_query/logging_query.cc:313
6706
#: ../plugin/logging_query/logging_query.cc:316
6189
6707
msgid "Invalid value for threshold-slow"
6192
#: ../plugin/logging_query/logging_query.cc:322
6710
#: ../plugin/logging_query/logging_query.cc:325
6193
6711
msgid "Invalid value for threshold-big-resultset"
6196
#: ../plugin/logging_query/logging_query.cc:331
6714
#: ../plugin/logging_query/logging_query.cc:334
6197
6715
msgid "Invalid value for threshold-big-examined"
6200
#: ../plugin/logging_query/logging_query.cc:345
6201
#: ../plugin/logging_query/logging_query.cc:361
6718
#: ../plugin/logging_query/logging_query.cc:348
6719
#: ../plugin/logging_query/logging_query.cc:364
6202
6720
msgid "Enable logging to CSV file"
6205
#: ../plugin/logging_query/logging_query.cc:348
6206
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:167
6723
#: ../plugin/logging_query/logging_query.cc:351
6724
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6207
6725
#: ../plugin/syslog/module.cc:233
6208
6726
msgid "Threshold for logging slow queries, in microseconds"
6211
#: ../plugin/logging_query/logging_query.cc:351
6212
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:179
6729
#: ../plugin/logging_query/logging_query.cc:354
6730
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6213
6731
#: ../plugin/syslog/module.cc:236
6214
6732
msgid "Threshold for logging big queries, for rows returned"
6217
#: ../plugin/logging_query/logging_query.cc:354
6218
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:191
6735
#: ../plugin/logging_query/logging_query.cc:357
6736
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6219
6737
#: ../plugin/syslog/module.cc:239
6220
6738
msgid "Threshold for logging big queries, for rows examined"
6223
#: ../plugin/logging_query/logging_query.cc:370
6741
#: ../plugin/logging_query/logging_query.cc:373
6224
6742
msgid "File to log to"
6227
#: ../plugin/logging_query/logging_query.cc:379
6745
#: ../plugin/logging_query/logging_query.cc:382
6228
6746
msgid "PCRE to match the query against"
6231
#: ../plugin/logging_query/logging_query.cc:436
6749
#: ../plugin/logging_query/logging_query.cc:439
6232
6750
msgid "Log queries to a CSV file"
6235
#: ../plugin/logging_stats/logging_stats.cc:303
6753
#: ../plugin/logging_stats/logging_stats.cc:312
6236
6754
msgid "Invalid value for max-user-count\n"
6239
#: ../plugin/logging_stats/logging_stats.cc:311
6757
#: ../plugin/logging_stats/logging_stats.cc:320
6240
6758
msgid "Invalid value for bucket-count\n"
6243
#: ../plugin/logging_stats/logging_stats.cc:320
6761
#: ../plugin/logging_stats/logging_stats.cc:329
6244
6762
msgid "Invalid value for scoreboard-size\n"
6247
#: ../plugin/logging_stats/logging_stats.cc:354
6248
#: ../plugin/logging_stats/logging_stats.cc:396
6765
#: ../plugin/logging_stats/logging_stats.cc:364
6766
#: ../plugin/logging_stats/logging_stats.cc:406
6249
6767
msgid "Max number of users that will be logged"
6252
#: ../plugin/logging_stats/logging_stats.cc:365
6253
#: ../plugin/logging_stats/logging_stats.cc:399
6770
#: ../plugin/logging_stats/logging_stats.cc:375
6771
#: ../plugin/logging_stats/logging_stats.cc:409
6254
6772
msgid "Max number of range locks to use for Scoreboard"
6257
#: ../plugin/logging_stats/logging_stats.cc:376
6258
#: ../plugin/logging_stats/logging_stats.cc:402
6775
#: ../plugin/logging_stats/logging_stats.cc:386
6776
#: ../plugin/logging_stats/logging_stats.cc:412
6259
6777
msgid "Max number of concurrent sessions that will be logged"
6262
#: ../plugin/logging_stats/logging_stats.cc:387
6263
#: ../plugin/logging_stats/logging_stats.cc:405
6780
#: ../plugin/logging_stats/logging_stats.cc:397
6781
#: ../plugin/logging_stats/logging_stats.cc:415
6264
6782
msgid "Enable Logging Statistics Collection"
6267
#: ../plugin/logging_stats/logging_stats.cc:422
6785
#: ../plugin/logging_stats/logging_stats.cc:432
6268
6786
msgid "User Statistics as DATA_DICTIONARY tables"
6765
7301
msgid "Syslog Priority of error messages"
6768
#: ../plugin/transaction_log/background_worker.cc:74
7304
#: ../plugin/transaction_log/background_worker.cc:77
6770
7306
msgid "Unable to create background worker thread. Got error %s.\n"
6773
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6774
#: ../plugin/transaction_log/print_transaction_message.cc:102
6775
#: ../plugin/transaction_log/transaction_log_reader.cc:95
7309
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
7310
#: ../plugin/transaction_log/print_transaction_message.cc:105
7311
#: ../plugin/transaction_log/transaction_log_reader.cc:97
6777
7313
msgid "Failed to open transaction log file %s. Got error: %s\n"
6780
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6781
#: ../plugin/transaction_log/print_transaction_message.cc:144
6782
#: ../plugin/transaction_log/transaction_log_reader.cc:150
7316
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
7317
#: ../plugin/transaction_log/print_transaction_message.cc:149
7318
#: ../plugin/transaction_log/transaction_log_reader.cc:154
6784
7320
msgid "Raw buffer read: %s.\n"
6787
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6788
#: ../plugin/transaction_log/print_transaction_message.cc:150
6789
#: ../plugin/transaction_log/transaction_log_reader.cc:157
7323
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
7324
#: ../plugin/transaction_log/print_transaction_message.cc:155
7325
#: ../plugin/transaction_log/transaction_log_reader.cc:161
6791
7327
msgid "Unable to parse transaction. Got error: %s.\n"
6794
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6795
#: ../plugin/transaction_log/print_transaction_message.cc:152
6796
#: ../plugin/transaction_log/transaction_log_reader.cc:159
7330
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
7331
#: ../plugin/transaction_log/print_transaction_message.cc:157
7332
#: ../plugin/transaction_log/transaction_log_reader.cc:163
6798
7334
msgid "BUFFER: %s\n"
6801
#: ../plugin/transaction_log/module.cc:135
7337
#: ../plugin/transaction_log/module.cc:137
6802
7338
msgid "Invalid value for sync-method\n"
6805
#: ../plugin/transaction_log/module.cc:144
7341
#: ../plugin/transaction_log/module.cc:146
6806
7342
msgid "Invalid value for num-write-buffers\n"
6809
#: ../plugin/transaction_log/module.cc:178
7345
#: ../plugin/transaction_log/module.cc:182
6811
7347
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6814
#: ../plugin/transaction_log/module.cc:187
7350
#: ../plugin/transaction_log/module.cc:191
6816
7352
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
6819
#: ../plugin/transaction_log/module.cc:197
7355
#: ../plugin/transaction_log/module.cc:203
6821
7357
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
6824
#: ../plugin/transaction_log/module.cc:206
7360
#: ../plugin/transaction_log/module.cc:212
6826
7362
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
6829
#: ../plugin/transaction_log/module.cc:219
7365
#: ../plugin/transaction_log/module.cc:227
6831
7367
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
6834
#: ../plugin/transaction_log/module.cc:279
6835
#: ../plugin/transaction_log/module.cc:350
7370
#: ../plugin/transaction_log/module.cc:287
7371
#: ../plugin/transaction_log/module.cc:358
6836
7372
msgid "Enable transaction log"
6839
#: ../plugin/transaction_log/module.cc:287
6840
#: ../plugin/transaction_log/module.cc:344
7375
#: ../plugin/transaction_log/module.cc:295
7376
#: ../plugin/transaction_log/module.cc:352
6841
7377
msgid "DEBUGGING - Truncate transaction log"
6844
#: ../plugin/transaction_log/module.cc:295
6845
#: ../plugin/transaction_log/module.cc:353
7380
#: ../plugin/transaction_log/module.cc:303
7381
#: ../plugin/transaction_log/module.cc:361
6846
7382
msgid "Path to the file to use for transaction log"
6849
#: ../plugin/transaction_log/module.cc:311
6850
#: ../plugin/transaction_log/module.cc:347
7385
#: ../plugin/transaction_log/module.cc:319
7386
#: ../plugin/transaction_log/module.cc:355
6851
7387
msgid "Enable CRC32 Checksumming of each written transaction log entry"
6854
#: ../plugin/transaction_log/module.cc:319
6855
#: ../plugin/transaction_log/module.cc:359
7390
#: ../plugin/transaction_log/module.cc:327
7391
#: ../plugin/transaction_log/module.cc:367
6857
7393
"0 == rely on operating system to sync log file (default), 1 == sync file at "
6858
7394
"each transaction write, 2 == sync log file once per second"
6861
#: ../plugin/transaction_log/module.cc:332
6862
#: ../plugin/transaction_log/module.cc:362
7397
#: ../plugin/transaction_log/module.cc:340
7398
#: ../plugin/transaction_log/module.cc:370
6863
7399
msgid "Number of slots for in-memory write buffers (default=8)."
6866
#: ../plugin/transaction_log/transaction_log.cc:112
7402
#: ../plugin/transaction_log/transaction_log.cc:114
6867
7403
msgid "Failed to open transaction log file "
6870
#: ../plugin/transaction_log/transaction_log.cc:211
7406
#: ../plugin/transaction_log/transaction_log.cc:215
6873
7409
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
6874
7410
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
6877
#: ../plugin/transaction_log/transaction_log.cc:230
7413
#: ../plugin/transaction_log/transaction_log.cc:236
6879
7415
msgid "Failed to sync log file. Got error: %s\n"
7419
#~ msgid "Writing a core file\n"
7420
#~ msgstr "Escribindo ficheiro histórico %s\n"
6882
7422
#~ msgid "Synonym for -?"
6883
7423
#~ msgstr "Sinónimo de -?"