4460
4460
msgid "Regular expression to apply to tables to exclude"
4461
4461
msgstr "Regulärer Ausdruck der auf Tabellenfilter angewendet werden soll"
4463
#: ../plugin/haildb/haildb_engine.cc:1087
4464
#: ../plugin/haildb/haildb_engine.cc:1224
4465
#: ../plugin/haildb/haildb_engine.cc:1254
4463
#: ../plugin/haildb/haildb_engine.cc:1086
4464
#: ../plugin/haildb/haildb_engine.cc:1223
4465
#: ../plugin/haildb/haildb_engine.cc:1253
4466
4466
#, fuzzy, c-format
4467
4467
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4468
4468
msgstr "Tabelle '%-.200s kann nicht erzeugt werden (Fehlernummer: %d)"
4470
#: ../plugin/haildb/haildb_engine.cc:1106
4470
#: ../plugin/haildb/haildb_engine.cc:1105
4471
4471
#, fuzzy, c-format
4472
4472
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4474
4474
"Kann '%s' nicht als symbolische Verknüpfung auf '%s' anlegen (Fehlercode: %d)"
4476
#: ../plugin/haildb/haildb_engine.cc:1203
4477
#: ../plugin/haildb/haildb_engine.cc:1316
4478
#: ../plugin/haildb/haildb_engine.cc:1497
4479
#: ../plugin/haildb/haildb_engine.cc:2163
4476
#: ../plugin/haildb/haildb_engine.cc:1202
4477
#: ../plugin/haildb/haildb_engine.cc:1315
4478
#: ../plugin/haildb/haildb_engine.cc:1496
4479
#: ../plugin/haildb/haildb_engine.cc:2162
4481
4481
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4484
#: ../plugin/haildb/haildb_engine.cc:1355
4485
#: ../plugin/haildb/haildb_engine.cc:1371
4484
#: ../plugin/haildb/haildb_engine.cc:1354
4485
#: ../plugin/haildb/haildb_engine.cc:1370
4487
4487
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4490
#: ../plugin/haildb/haildb_engine.cc:3411
4490
#: ../plugin/haildb/haildb_engine.cc:3410
4492
4492
msgid "Error starting HailDB %d (%s)\n"
4495
#: ../plugin/haildb/haildb_engine.cc:3440
4495
#: ../plugin/haildb/haildb_engine.cc:3439
4496
4496
msgid "Disable HailDB adaptive hash index (enabled by default)."
4499
#: ../plugin/haildb/haildb_engine.cc:3442
4499
#: ../plugin/haildb/haildb_engine.cc:3441
4500
4500
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4503
#: ../plugin/haildb/haildb_engine.cc:3445
4503
#: ../plugin/haildb/haildb_engine.cc:3444
4505
4505
"Size of a memory pool HailDB uses to store data dictionary information and "
4506
4506
"other internal data structures."
4509
#: ../plugin/haildb/haildb_engine.cc:3448
4510
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4509
#: ../plugin/haildb/haildb_engine.cc:3447
4510
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4511
4511
msgid "Data file autoextend increment in megabytes"
4514
#: ../plugin/haildb/haildb_engine.cc:3451
4514
#: ../plugin/haildb/haildb_engine.cc:3450
4516
4516
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4520
#: ../plugin/haildb/haildb_engine.cc:3454
4520
#: ../plugin/haildb/haildb_engine.cc:3453
4521
4521
msgid "The common part for HailDB table spaces."
4524
#: ../plugin/haildb/haildb_engine.cc:3456
4524
#: ../plugin/haildb/haildb_engine.cc:3455
4525
4525
msgid "Disable HailDB checksums validation (enabled by default)."
4528
#: ../plugin/haildb/haildb_engine.cc:3458
4528
#: ../plugin/haildb/haildb_engine.cc:3457
4529
4529
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4532
#: ../plugin/haildb/haildb_engine.cc:3461
4532
#: ../plugin/haildb/haildb_engine.cc:3460
4533
4533
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4536
#: ../plugin/haildb/haildb_engine.cc:3464
4536
#: ../plugin/haildb/haildb_engine.cc:3463
4538
4538
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4539
4539
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4542
#: ../plugin/haildb/haildb_engine.cc:3467
4542
#: ../plugin/haildb/haildb_engine.cc:3466
4543
4543
msgid "Stores each HailDB table to an .ibd file in the database dir."
4546
#: ../plugin/haildb/haildb_engine.cc:3470
4546
#: ../plugin/haildb/haildb_engine.cc:3469
4547
4547
msgid "File format to use for new tables in .ibd files."
4550
#: ../plugin/haildb/haildb_engine.cc:3473
4550
#: ../plugin/haildb/haildb_engine.cc:3472
4552
4552
"Set to 0 (write and flush once per second),1 (write and flush at each "
4553
4553
"commit) or 2 (write at commit, flush once per second)."
4556
#: ../plugin/haildb/haildb_engine.cc:3476
4557
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4556
#: ../plugin/haildb/haildb_engine.cc:3475
4557
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4558
4558
msgid "With which method to flush data."
4561
4561
#. ####### Should we use this option? #######
4562
#: ../plugin/haildb/haildb_engine.cc:3479
4563
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4562
#: ../plugin/haildb/haildb_engine.cc:3478
4563
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4565
4565
"Helps to save your data in case the disk image of the database becomes "
4569
#: ../plugin/haildb/haildb_engine.cc:3482
4570
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4569
#: ../plugin/haildb/haildb_engine.cc:3481
4570
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4571
4571
msgid "Path to individual files and their sizes."
4574
#: ../plugin/haildb/haildb_engine.cc:3485
4574
#: ../plugin/haildb/haildb_engine.cc:3484
4576
4576
msgid "Path to HailDB log files."
4577
4577
msgstr "Pfad für temporäre Dateien"
4579
#: ../plugin/haildb/haildb_engine.cc:3488
4580
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4579
#: ../plugin/haildb/haildb_engine.cc:3487
4580
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4581
4581
msgid "Size of each log file in a log group."
4584
#: ../plugin/haildb/haildb_engine.cc:3491
4584
#: ../plugin/haildb/haildb_engine.cc:3490
4586
4586
"Number of log files in the log group. HailDB writes to the files in a "
4587
4587
"circular fashion. Value 3 is recommended here."
4590
#: ../plugin/haildb/haildb_engine.cc:3494
4590
#: ../plugin/haildb/haildb_engine.cc:3493
4592
4592
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4593
4593
"rolled back. Values above 100000000 disable the timeout."
4596
#: ../plugin/haildb/haildb_engine.cc:3497
4596
#: ../plugin/haildb/haildb_engine.cc:3496
4599
4599
"The size of the buffer which HailDB uses to write log to the log files on "
4601
4601
msgstr "Größe des Buffers, die für volle Beteiligung verwendet wird."
4603
#: ../plugin/haildb/haildb_engine.cc:3500
4603
#: ../plugin/haildb/haildb_engine.cc:3499
4605
4605
"Sets the point in the LRU list from where all pages are classified as old "
4606
4606
"(Advanced users)"
4609
#: ../plugin/haildb/haildb_engine.cc:3503
4609
#: ../plugin/haildb/haildb_engine.cc:3502
4611
4611
"Milliseconds between accesses to a block at which it is made young. "
4612
4612
"0=disabled (Advanced users)"
4615
#: ../plugin/haildb/haildb_engine.cc:3506
4616
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4792
4615
#: ../plugin/haildb/haildb_engine.cc:3505
4616
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4617
4617
msgid "Percentage of dirty pages allowed in bufferpool."
4620
#: ../plugin/haildb/haildb_engine.cc:3509
4620
#: ../plugin/haildb/haildb_engine.cc:3508
4621
4621
msgid "Desired maximum length of the purge queue (0 = no limit)"
4624
#: ../plugin/haildb/haildb_engine.cc:3512
4624
#: ../plugin/haildb/haildb_engine.cc:3511
4626
4626
"Roll back the complete transaction on lock wait timeout, for 4.x "
4627
4627
"compatibility (disabled by default)"
4630
#: ../plugin/haildb/haildb_engine.cc:3515
4630
#: ../plugin/haildb/haildb_engine.cc:3514
4631
4631
msgid "How many files at the maximum HailDB keeps open at the same time."
4634
#: ../plugin/haildb/haildb_engine.cc:3518
4634
#: ../plugin/haildb/haildb_engine.cc:3517
4635
4635
msgid "Number of background read I/O threads in HailDB."
4638
#: ../plugin/haildb/haildb_engine.cc:3521
4638
#: ../plugin/haildb/haildb_engine.cc:3520
4639
4639
msgid "Number of background write I/O threads in HailDB."
4642
#: ../plugin/haildb/haildb_engine.cc:3523
4642
#: ../plugin/haildb/haildb_engine.cc:3522
4644
4644
"Disable if you want to reduce the number of messages written to the log "
4645
4645
"(default: enabled)."
4648
#: ../plugin/haildb/haildb_engine.cc:3526
4648
#: ../plugin/haildb/haildb_engine.cc:3525
4649
4649
msgid "Enable SHOW HAILDB STATUS output in the log"
4652
#: ../plugin/haildb/haildb_engine.cc:3529
4652
#: ../plugin/haildb/haildb_engine.cc:3528
4653
4653
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4656
#: ../plugin/haildb/haildb_engine.cc:3531
4656
#: ../plugin/haildb/haildb_engine.cc:3530
4658
4658
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4689
4689
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4692
#: ../plugin/innobase/handler/ha_innodb.cc:1959
4692
#: ../plugin/innobase/handler/ha_innodb.cc:1967
4694
4694
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4695
4695
"zero and nonzero."
4698
#: ../plugin/innobase/handler/ha_innodb.cc:2269
4698
#: ../plugin/innobase/handler/ha_innodb.cc:2277
4700
4700
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4704
#: ../plugin/innobase/handler/ha_innodb.cc:2313
4704
#: ../plugin/innobase/handler/ha_innodb.cc:2321
4707
4707
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4708
4708
"or its equivalent numeric id"
4711
#: ../plugin/innobase/handler/ha_innodb.cc:9382
4711
#: ../plugin/innobase/handler/ha_innodb.cc:9390
4712
4712
msgid "Do not use Native AIO library for IO, even if available"
4715
#: ../plugin/innobase/handler/ha_innodb.cc:9423
4715
#: ../plugin/innobase/handler/ha_innodb.cc:9431
4717
4717
msgid "Enable internal replication log."
4718
4718
msgstr "Transaktionslog aktivieren"
4720
#: ../plugin/innobase/handler/ha_innodb.cc:9426
4720
#: ../plugin/innobase/handler/ha_innodb.cc:9434
4722
4722
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4723
4723
"rolled back. Values above 100000000 disable the timeout."
4726
#: ../plugin/innobase/handler/ha_innodb.cc:9429
4726
#: ../plugin/innobase/handler/ha_innodb.cc:9437
4727
4727
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4730
#: ../plugin/innobase/handler/ha_innodb.cc:9432
4730
#: ../plugin/innobase/handler/ha_innodb.cc:9440
4732
4732
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4733
4733
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4736
#: ../plugin/innobase/handler/replication_dictionary.cc:119
4736
#: ../plugin/innobase/handler/replication_dictionary.cc:125
4737
4737
#: ../plugin/transaction_log/hexdump_transaction_message.cc:168
4738
4738
#: ../plugin/transaction_log/print_transaction_message.cc:173
4739
4739
#: ../plugin/transaction_log/transaction_log_reader.cc:156
4794
4794
msgid "InnoDB: Using Linux native AIO"
4797
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4797
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4750
4798
4798
msgid "destination directory"
4801
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4801
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4751
4802
4802
msgid "take backup to target-dir"
4805
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4805
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4806
4806
msgid "calc statistic of datadir (offline mysqld is recommended)"
4809
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4809
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4810
4810
msgid "prepare a backup for starting mysql server on the backup."
4813
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4813
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4814
4814
msgid "create files to import to another database when prepare."
4817
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4817
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4819
4819
"stop recovery process not to progress LSN after applying log when prepare."
4822
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4822
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4823
4823
msgid "print parameter of mysqld needed for copyback."
4826
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4826
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4827
4827
msgid "The value is used instead of buffer_pool_size"
4830
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4830
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4832
4832
"creates a file 'xtrabackup_suspended' and waits until the user deletes that "
4833
4833
"file at the end of '--backup'"
4836
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4836
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4838
4838
"limit count of IO operations (pairs of read&write) per second to IOS values "
4839
4839
"(for '--backup')"
4842
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4842
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4844
4844
"outputs the contents of 'xtrabackup_logfile' to stdout only until the file "
4845
4845
"'xtrabackup_suspended' deleted (for '--backup')."
4848
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4848
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4850
4850
"(for --backup): save an extra copy of the xtrabackup_checkpoints file in "
4851
4851
"this directory."
4854
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4854
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4856
4856
"(for --backup): copy only .ibd pages newer than specified LSN 'high:low'. "
4857
4857
"##ATTENTION##: checkpoint lsn must be used. anyone can detect your mistake. "
4858
4858
"be carefully!"
4861
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4861
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4863
4863
"(for --backup): copy only .ibd pages newer than backup at specified "
4867
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4867
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4869
4869
"(for --prepare): apply .delta files and logfile in the specified directory."
4872
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4872
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4873
4873
msgid "filtering by regexp for table names."
4876
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4768
4876
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4877
4877
msgid "filtering by list of the exact database.table name in the file."
4880
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4880
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4882
4882
"** not work for now** creates ib_logfile* also after '--prepare'. ### If you "
4883
4883
"want create ib_logfile*, only re-execute this command in same options. ###"
4886
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4886
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4888
4888
"Path for temporary files. Several paths may be specified, separated by a "
4889
4889
"colon (:), in this case they are used in a round-robin fashion."
4892
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4892
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4770
4894
4894
"Number of threads to use for parallel datafiles transfer. Does not have any "
4895
4895
"effect in the stream mode. The default value is 1."
4898
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4898
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4900
4900
"Enable InnoDB adaptive hash index (enabled by default). Disable with --skip-"
4901
4901
"innodb-adaptive-hash-index."
4904
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4906
"Size of a memory pool InnoDB uses to store data dictionary information and "
4907
"other internal data structures."
4904
4910
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4774
4906
"Size of a memory pool InnoDB uses to store data dictionary information and "
4907
"other internal data structures."
4910
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4912
4912
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4916
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4916
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4918
4918
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
4919
4919
"innodb-checksums."
4922
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4922
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4923
4923
msgid "The common part for InnoDB table spaces."
4926
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4926
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4928
4928
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
4929
4929
"innodb-doublewrite."
4932
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4932
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4933
4933
msgid "Number of file I/O threads in InnoDB."
4936
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4936
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4937
4937
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4940
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4783
4940
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4942
4942
"Set to 0 (write and flush once per second), 1 (write and flush at each "
4943
4943
"commit) or 2 (write at commit, flush once per second)."
4946
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4946
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4785
4948
4948
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4952
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4955
"The size of the buffer which InnoDB uses to write log to the log files on "
4957
msgstr "Größe des Buffers, die für volle Beteiligung verwendet wird."
4952
4959
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4788
4955
"The size of the buffer which InnoDB uses to write log to the log files on "
4957
msgstr "Größe des Buffers, die für volle Beteiligung verwendet wird."
4959
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4961
4961
"Number of log files in the log group. InnoDB writes to the files in a "
4962
4962
"circular fashion. Value 3 is recommended here."
4965
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4967
msgid "Path to InnoDB log files."
4968
msgstr "Pfad für temporäre Dateien"
4965
4970
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4791
4967
msgid "Path to InnoDB log files."
4968
msgstr "Pfad für temporäre Dateien"
4971
msgid "How many files at the maximum InnoDB keeps open at the same time."
4970
4974
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4793
4971
msgid "How many files at the maximum InnoDB keeps open at the same time."
4974
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4975
4975
msgid "The universal page size of the database."
4978
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4978
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4794
4980
4980
"###EXPERIMENTAL###: The log block size of the transaction log file. Changing "
4981
4981
"for created log file is not supported. Use on your own risk!"
4984
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4984
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4986
4986
"Change the algorithm of checksum for the whole of datapage to 4-bytes word "
4990
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4798
4990
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4992
4992
"Enable to use about 4000 undo slots instead of default 1024. Not recommended "
4993
4993
"to use, Because it is not change back to disable, once it is used."
4996
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4799
4996
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4998
4998
"Path to special datafile for doublewrite buffer. (default is : not used)"