4428
4428
msgid "Regular expression to apply to tables to exclude"
4429
4429
msgstr "Expressão regular a aplicar às tabelas que se pretende filtrar"
4431
#: ../plugin/haildb/haildb_engine.cc:1087
4432
#: ../plugin/haildb/haildb_engine.cc:1224
4433
#: ../plugin/haildb/haildb_engine.cc:1254
4431
#: ../plugin/haildb/haildb_engine.cc:1086
4432
#: ../plugin/haildb/haildb_engine.cc:1223
4433
#: ../plugin/haildb/haildb_engine.cc:1253
4434
4434
#, fuzzy, c-format
4435
4435
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4436
4436
msgstr "Não foi possível criar tabela '%-.200s' (errno: %d)"
4438
#: ../plugin/haildb/haildb_engine.cc:1106
4438
#: ../plugin/haildb/haildb_engine.cc:1105
4439
4439
#, fuzzy, c-format
4440
4440
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4441
4441
msgstr "Não é possível criar symlink '%s' apontando para '%s' (Erro %d)"
4443
#: ../plugin/haildb/haildb_engine.cc:1203
4444
#: ../plugin/haildb/haildb_engine.cc:1316
4445
#: ../plugin/haildb/haildb_engine.cc:1497
4446
#: ../plugin/haildb/haildb_engine.cc:2163
4443
#: ../plugin/haildb/haildb_engine.cc:1202
4444
#: ../plugin/haildb/haildb_engine.cc:1315
4445
#: ../plugin/haildb/haildb_engine.cc:1496
4446
#: ../plugin/haildb/haildb_engine.cc:2162
4447
4447
#, fuzzy, c-format
4448
4448
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4449
4449
msgstr "Não foi possível criar tabela '%-.200s' (errno: %d)"
4451
#: ../plugin/haildb/haildb_engine.cc:1355
4452
#: ../plugin/haildb/haildb_engine.cc:1371
4451
#: ../plugin/haildb/haildb_engine.cc:1354
4452
#: ../plugin/haildb/haildb_engine.cc:1370
4453
4453
#, fuzzy, c-format
4454
4454
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4455
4455
msgstr "Não foi possível criar tabela '%-.200s' (errno: %d)"
4457
#: ../plugin/haildb/haildb_engine.cc:3411
4457
#: ../plugin/haildb/haildb_engine.cc:3410
4459
4459
msgid "Error starting HailDB %d (%s)\n"
4462
#: ../plugin/haildb/haildb_engine.cc:3440
4462
#: ../plugin/haildb/haildb_engine.cc:3439
4463
4463
msgid "Disable HailDB adaptive hash index (enabled by default)."
4466
#: ../plugin/haildb/haildb_engine.cc:3442
4466
#: ../plugin/haildb/haildb_engine.cc:3441
4467
4467
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4470
#: ../plugin/haildb/haildb_engine.cc:3445
4470
#: ../plugin/haildb/haildb_engine.cc:3444
4472
4472
"Size of a memory pool HailDB uses to store data dictionary information and "
4473
4473
"other internal data structures."
4476
#: ../plugin/haildb/haildb_engine.cc:3448
4477
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4476
#: ../plugin/haildb/haildb_engine.cc:3447
4477
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4478
4478
msgid "Data file autoextend increment in megabytes"
4481
#: ../plugin/haildb/haildb_engine.cc:3451
4481
#: ../plugin/haildb/haildb_engine.cc:3450
4484
4484
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4486
4486
msgstr "O tamanho do buffer que é usado para full joins."
4488
#: ../plugin/haildb/haildb_engine.cc:3454
4488
#: ../plugin/haildb/haildb_engine.cc:3453
4489
4489
msgid "The common part for HailDB table spaces."
4492
#: ../plugin/haildb/haildb_engine.cc:3456
4492
#: ../plugin/haildb/haildb_engine.cc:3455
4493
4493
msgid "Disable HailDB checksums validation (enabled by default)."
4496
#: ../plugin/haildb/haildb_engine.cc:3458
4496
#: ../plugin/haildb/haildb_engine.cc:3457
4497
4497
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4500
#: ../plugin/haildb/haildb_engine.cc:3461
4500
#: ../plugin/haildb/haildb_engine.cc:3460
4501
4501
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4504
#: ../plugin/haildb/haildb_engine.cc:3464
4504
#: ../plugin/haildb/haildb_engine.cc:3463
4506
4506
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4507
4507
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4510
#: ../plugin/haildb/haildb_engine.cc:3467
4510
#: ../plugin/haildb/haildb_engine.cc:3466
4511
4511
msgid "Stores each HailDB table to an .ibd file in the database dir."
4514
#: ../plugin/haildb/haildb_engine.cc:3470
4514
#: ../plugin/haildb/haildb_engine.cc:3469
4515
4515
msgid "File format to use for new tables in .ibd files."
4518
#: ../plugin/haildb/haildb_engine.cc:3473
4518
#: ../plugin/haildb/haildb_engine.cc:3472
4520
4520
"Set to 0 (write and flush once per second),1 (write and flush at each "
4521
4521
"commit) or 2 (write at commit, flush once per second)."
4524
#: ../plugin/haildb/haildb_engine.cc:3476
4525
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4524
#: ../plugin/haildb/haildb_engine.cc:3475
4525
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4526
4526
msgid "With which method to flush data."
4529
4529
#. ####### Should we use this option? #######
4530
#: ../plugin/haildb/haildb_engine.cc:3479
4531
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4530
#: ../plugin/haildb/haildb_engine.cc:3478
4531
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4533
4533
"Helps to save your data in case the disk image of the database becomes "
4537
#: ../plugin/haildb/haildb_engine.cc:3482
4538
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4537
#: ../plugin/haildb/haildb_engine.cc:3481
4538
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4539
4539
msgid "Path to individual files and their sizes."
4542
#: ../plugin/haildb/haildb_engine.cc:3485
4542
#: ../plugin/haildb/haildb_engine.cc:3484
4544
4544
msgid "Path to HailDB log files."
4545
4545
msgstr "Caminho para os ficheiros temporários."
4547
#: ../plugin/haildb/haildb_engine.cc:3488
4548
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4547
#: ../plugin/haildb/haildb_engine.cc:3487
4548
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4549
4549
msgid "Size of each log file in a log group."
4552
#: ../plugin/haildb/haildb_engine.cc:3491
4552
#: ../plugin/haildb/haildb_engine.cc:3490
4554
4554
"Number of log files in the log group. HailDB writes to the files in a "
4555
4555
"circular fashion. Value 3 is recommended here."
4558
#: ../plugin/haildb/haildb_engine.cc:3494
4558
#: ../plugin/haildb/haildb_engine.cc:3493
4560
4560
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4561
4561
"rolled back. Values above 100000000 disable the timeout."
4564
#: ../plugin/haildb/haildb_engine.cc:3497
4564
#: ../plugin/haildb/haildb_engine.cc:3496
4567
4567
"The size of the buffer which HailDB uses to write log to the log files on "
4569
4569
msgstr "O tamanho do buffer que é usado para full joins."
4571
#: ../plugin/haildb/haildb_engine.cc:3500
4571
#: ../plugin/haildb/haildb_engine.cc:3499
4573
4573
"Sets the point in the LRU list from where all pages are classified as old "
4574
4574
"(Advanced users)"
4577
#: ../plugin/haildb/haildb_engine.cc:3503
4577
#: ../plugin/haildb/haildb_engine.cc:3502
4579
4579
"Milliseconds between accesses to a block at which it is made young. "
4580
4580
"0=disabled (Advanced users)"
4583
#: ../plugin/haildb/haildb_engine.cc:3506
4584
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4792
4583
#: ../plugin/haildb/haildb_engine.cc:3505
4584
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4585
4585
msgid "Percentage of dirty pages allowed in bufferpool."
4588
#: ../plugin/haildb/haildb_engine.cc:3509
4588
#: ../plugin/haildb/haildb_engine.cc:3508
4589
4589
msgid "Desired maximum length of the purge queue (0 = no limit)"
4592
#: ../plugin/haildb/haildb_engine.cc:3512
4592
#: ../plugin/haildb/haildb_engine.cc:3511
4594
4594
"Roll back the complete transaction on lock wait timeout, for 4.x "
4595
4595
"compatibility (disabled by default)"
4598
#: ../plugin/haildb/haildb_engine.cc:3515
4598
#: ../plugin/haildb/haildb_engine.cc:3514
4599
4599
msgid "How many files at the maximum HailDB keeps open at the same time."
4602
#: ../plugin/haildb/haildb_engine.cc:3518
4602
#: ../plugin/haildb/haildb_engine.cc:3517
4603
4603
msgid "Number of background read I/O threads in HailDB."
4606
#: ../plugin/haildb/haildb_engine.cc:3521
4606
#: ../plugin/haildb/haildb_engine.cc:3520
4607
4607
msgid "Number of background write I/O threads in HailDB."
4610
#: ../plugin/haildb/haildb_engine.cc:3523
4610
#: ../plugin/haildb/haildb_engine.cc:3522
4612
4612
"Disable if you want to reduce the number of messages written to the log "
4613
4613
"(default: enabled)."
4616
#: ../plugin/haildb/haildb_engine.cc:3526
4616
#: ../plugin/haildb/haildb_engine.cc:3525
4617
4617
msgid "Enable SHOW HAILDB STATUS output in the log"
4620
#: ../plugin/haildb/haildb_engine.cc:3529
4620
#: ../plugin/haildb/haildb_engine.cc:3528
4621
4621
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4624
#: ../plugin/haildb/haildb_engine.cc:3531
4624
#: ../plugin/haildb/haildb_engine.cc:3530
4626
4626
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4657
4657
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4660
#: ../plugin/innobase/handler/ha_innodb.cc:1959
4660
#: ../plugin/innobase/handler/ha_innodb.cc:1967
4662
4662
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4663
4663
"zero and nonzero."
4666
#: ../plugin/innobase/handler/ha_innodb.cc:2269
4666
#: ../plugin/innobase/handler/ha_innodb.cc:2277
4668
4668
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4672
#: ../plugin/innobase/handler/ha_innodb.cc:2313
4672
#: ../plugin/innobase/handler/ha_innodb.cc:2321
4675
4675
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4676
4676
"or its equivalent numeric id"
4679
#: ../plugin/innobase/handler/ha_innodb.cc:9382
4679
#: ../plugin/innobase/handler/ha_innodb.cc:9390
4680
4680
msgid "Do not use Native AIO library for IO, even if available"
4683
#: ../plugin/innobase/handler/ha_innodb.cc:9423
4683
#: ../plugin/innobase/handler/ha_innodb.cc:9431
4684
4684
msgid "Enable internal replication log."
4687
#: ../plugin/innobase/handler/ha_innodb.cc:9426
4687
#: ../plugin/innobase/handler/ha_innodb.cc:9434
4689
4689
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4690
4690
"rolled back. Values above 100000000 disable the timeout."
4693
#: ../plugin/innobase/handler/ha_innodb.cc:9429
4693
#: ../plugin/innobase/handler/ha_innodb.cc:9437
4694
4694
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4697
#: ../plugin/innobase/handler/ha_innodb.cc:9432
4697
#: ../plugin/innobase/handler/ha_innodb.cc:9440
4699
4699
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4700
4700
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4703
#: ../plugin/innobase/handler/replication_dictionary.cc:119
4703
#: ../plugin/innobase/handler/replication_dictionary.cc:125
4704
4704
#: ../plugin/transaction_log/hexdump_transaction_message.cc:168
4705
4705
#: ../plugin/transaction_log/print_transaction_message.cc:173
4706
4706
#: ../plugin/transaction_log/transaction_log_reader.cc:156
4761
4761
msgid "InnoDB: Using Linux native AIO"
4764
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4764
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4750
4765
4765
msgid "destination directory"
4768
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4768
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4751
4769
4769
msgid "take backup to target-dir"
4772
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4772
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4773
4773
msgid "calc statistic of datadir (offline mysqld is recommended)"
4776
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4776
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4777
4777
msgid "prepare a backup for starting mysql server on the backup."
4780
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4780
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4781
4781
msgid "create files to import to another database when prepare."
4784
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4784
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4786
4786
"stop recovery process not to progress LSN after applying log when prepare."
4789
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4789
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4790
4790
msgid "print parameter of mysqld needed for copyback."
4793
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4793
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4794
4794
msgid "The value is used instead of buffer_pool_size"
4797
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4797
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4799
4799
"creates a file 'xtrabackup_suspended' and waits until the user deletes that "
4800
4800
"file at the end of '--backup'"
4803
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4803
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4805
4805
"limit count of IO operations (pairs of read&write) per second to IOS values "
4806
4806
"(for '--backup')"
4809
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4809
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4811
4811
"outputs the contents of 'xtrabackup_logfile' to stdout only until the file "
4812
4812
"'xtrabackup_suspended' deleted (for '--backup')."
4815
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4815
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4817
4817
"(for --backup): save an extra copy of the xtrabackup_checkpoints file in "
4818
4818
"this directory."
4821
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4821
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4823
4823
"(for --backup): copy only .ibd pages newer than specified LSN 'high:low'. "
4824
4824
"##ATTENTION##: checkpoint lsn must be used. anyone can detect your mistake. "
4825
4825
"be carefully!"
4828
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4828
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4830
4830
"(for --backup): copy only .ibd pages newer than backup at specified "
4834
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4834
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4836
4836
"(for --prepare): apply .delta files and logfile in the specified directory."
4839
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4839
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4840
4840
msgid "filtering by regexp for table names."
4843
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4768
4843
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4844
4844
msgid "filtering by list of the exact database.table name in the file."
4847
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4847
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4849
4849
"** not work for now** creates ib_logfile* also after '--prepare'. ### If you "
4850
4850
"want create ib_logfile*, only re-execute this command in same options. ###"
4853
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4853
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4855
4855
"Path for temporary files. Several paths may be specified, separated by a "
4856
4856
"colon (:), in this case they are used in a round-robin fashion."
4859
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4859
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4770
4861
4861
"Number of threads to use for parallel datafiles transfer. Does not have any "
4862
4862
"effect in the stream mode. The default value is 1."
4865
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4865
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4867
4867
"Enable InnoDB adaptive hash index (enabled by default). Disable with --skip-"
4868
4868
"innodb-adaptive-hash-index."
4871
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4873
"Size of a memory pool InnoDB uses to store data dictionary information and "
4874
"other internal data structures."
4871
4877
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4774
4873
"Size of a memory pool InnoDB uses to store data dictionary information and "
4874
"other internal data structures."
4877
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4880
4880
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4882
4882
msgstr "O tamanho do buffer que é usado para full joins."
4884
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4884
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4886
4886
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
4887
4887
"innodb-checksums."
4890
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4890
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4891
4891
msgid "The common part for InnoDB table spaces."
4894
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4894
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4896
4896
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
4897
4897
"innodb-doublewrite."
4900
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4900
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4901
4901
msgid "Number of file I/O threads in InnoDB."
4904
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4904
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4905
4905
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4908
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4783
4908
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4910
4910
"Set to 0 (write and flush once per second), 1 (write and flush at each "
4911
4911
"commit) or 2 (write at commit, flush once per second)."
4914
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4914
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4785
4916
4916
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4920
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4923
"The size of the buffer which InnoDB uses to write log to the log files on "
4925
msgstr "O tamanho do buffer que é usado para full joins."
4920
4927
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4788
4923
"The size of the buffer which InnoDB uses to write log to the log files on "
4925
msgstr "O tamanho do buffer que é usado para full joins."
4927
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4929
4929
"Number of log files in the log group. InnoDB writes to the files in a "
4930
4930
"circular fashion. Value 3 is recommended here."
4933
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4935
msgid "Path to InnoDB log files."
4936
msgstr "Caminho para os ficheiros temporários."
4933
4938
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4791
4935
msgid "Path to InnoDB log files."
4936
msgstr "Caminho para os ficheiros temporários."
4939
msgid "How many files at the maximum InnoDB keeps open at the same time."
4938
4942
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4793
4939
msgid "How many files at the maximum InnoDB keeps open at the same time."
4942
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4943
4943
msgid "The universal page size of the database."
4946
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4946
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4794
4948
4948
"###EXPERIMENTAL###: The log block size of the transaction log file. Changing "
4949
4949
"for created log file is not supported. Use on your own risk!"
4952
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4952
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4954
4954
"Change the algorithm of checksum for the whole of datapage to 4-bytes word "
4958
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4798
4958
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4960
4960
"Enable to use about 4000 undo slots instead of default 1024. Not recommended "
4961
4961
"to use, Because it is not change back to disable, once it is used."
4964
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4799
4964
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4966
4966
"Path to special datafile for doublewrite buffer. (default is : not used)"