4128
4128
msgid "Regular expression to apply to tables to exclude"
4131
#: ../plugin/haildb/haildb_engine.cc:1087
4132
#: ../plugin/haildb/haildb_engine.cc:1224
4133
#: ../plugin/haildb/haildb_engine.cc:1254
4131
#: ../plugin/haildb/haildb_engine.cc:1086
4132
#: ../plugin/haildb/haildb_engine.cc:1223
4133
#: ../plugin/haildb/haildb_engine.cc:1253
4135
4135
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4138
#: ../plugin/haildb/haildb_engine.cc:1106
4138
#: ../plugin/haildb/haildb_engine.cc:1105
4140
4140
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4143
#: ../plugin/haildb/haildb_engine.cc:1203
4144
#: ../plugin/haildb/haildb_engine.cc:1316
4145
#: ../plugin/haildb/haildb_engine.cc:1497
4146
#: ../plugin/haildb/haildb_engine.cc:2163
4143
#: ../plugin/haildb/haildb_engine.cc:1202
4144
#: ../plugin/haildb/haildb_engine.cc:1315
4145
#: ../plugin/haildb/haildb_engine.cc:1496
4146
#: ../plugin/haildb/haildb_engine.cc:2162
4148
4148
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4151
#: ../plugin/haildb/haildb_engine.cc:1355
4152
#: ../plugin/haildb/haildb_engine.cc:1371
4151
#: ../plugin/haildb/haildb_engine.cc:1354
4152
#: ../plugin/haildb/haildb_engine.cc:1370
4154
4154
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4157
#: ../plugin/haildb/haildb_engine.cc:3411
4157
#: ../plugin/haildb/haildb_engine.cc:3410
4159
4159
msgid "Error starting HailDB %d (%s)\n"
4162
#: ../plugin/haildb/haildb_engine.cc:3440
4162
#: ../plugin/haildb/haildb_engine.cc:3439
4163
4163
msgid "Disable HailDB adaptive hash index (enabled by default)."
4166
#: ../plugin/haildb/haildb_engine.cc:3442
4166
#: ../plugin/haildb/haildb_engine.cc:3441
4167
4167
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4170
#: ../plugin/haildb/haildb_engine.cc:3445
4170
#: ../plugin/haildb/haildb_engine.cc:3444
4172
4172
"Size of a memory pool HailDB uses to store data dictionary information and "
4173
4173
"other internal data structures."
4176
#: ../plugin/haildb/haildb_engine.cc:3448
4177
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4176
#: ../plugin/haildb/haildb_engine.cc:3447
4177
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4178
4178
msgid "Data file autoextend increment in megabytes"
4181
#: ../plugin/haildb/haildb_engine.cc:3451
4181
#: ../plugin/haildb/haildb_engine.cc:3450
4183
4183
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4187
#: ../plugin/haildb/haildb_engine.cc:3454
4187
#: ../plugin/haildb/haildb_engine.cc:3453
4188
4188
msgid "The common part for HailDB table spaces."
4191
#: ../plugin/haildb/haildb_engine.cc:3456
4191
#: ../plugin/haildb/haildb_engine.cc:3455
4192
4192
msgid "Disable HailDB checksums validation (enabled by default)."
4195
#: ../plugin/haildb/haildb_engine.cc:3458
4195
#: ../plugin/haildb/haildb_engine.cc:3457
4196
4196
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4199
#: ../plugin/haildb/haildb_engine.cc:3461
4199
#: ../plugin/haildb/haildb_engine.cc:3460
4200
4200
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4203
#: ../plugin/haildb/haildb_engine.cc:3464
4203
#: ../plugin/haildb/haildb_engine.cc:3463
4205
4205
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4206
4206
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4209
#: ../plugin/haildb/haildb_engine.cc:3467
4209
#: ../plugin/haildb/haildb_engine.cc:3466
4210
4210
msgid "Stores each HailDB table to an .ibd file in the database dir."
4213
#: ../plugin/haildb/haildb_engine.cc:3470
4213
#: ../plugin/haildb/haildb_engine.cc:3469
4214
4214
msgid "File format to use for new tables in .ibd files."
4217
#: ../plugin/haildb/haildb_engine.cc:3473
4217
#: ../plugin/haildb/haildb_engine.cc:3472
4219
4219
"Set to 0 (write and flush once per second),1 (write and flush at each "
4220
4220
"commit) or 2 (write at commit, flush once per second)."
4223
#: ../plugin/haildb/haildb_engine.cc:3476
4224
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4223
#: ../plugin/haildb/haildb_engine.cc:3475
4224
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4225
4225
msgid "With which method to flush data."
4228
4228
#. ####### Should we use this option? #######
4229
#: ../plugin/haildb/haildb_engine.cc:3479
4230
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4229
#: ../plugin/haildb/haildb_engine.cc:3478
4230
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4232
4232
"Helps to save your data in case the disk image of the database becomes "
4236
#: ../plugin/haildb/haildb_engine.cc:3482
4237
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4236
#: ../plugin/haildb/haildb_engine.cc:3481
4237
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4238
4238
msgid "Path to individual files and their sizes."
4241
#: ../plugin/haildb/haildb_engine.cc:3485
4241
#: ../plugin/haildb/haildb_engine.cc:3484
4242
4242
msgid "Path to HailDB log files."
4245
#: ../plugin/haildb/haildb_engine.cc:3488
4246
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4245
#: ../plugin/haildb/haildb_engine.cc:3487
4246
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4247
4247
msgid "Size of each log file in a log group."
4250
#: ../plugin/haildb/haildb_engine.cc:3491
4250
#: ../plugin/haildb/haildb_engine.cc:3490
4252
4252
"Number of log files in the log group. HailDB writes to the files in a "
4253
4253
"circular fashion. Value 3 is recommended here."
4256
#: ../plugin/haildb/haildb_engine.cc:3494
4256
#: ../plugin/haildb/haildb_engine.cc:3493
4258
4258
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4259
4259
"rolled back. Values above 100000000 disable the timeout."
4262
#: ../plugin/haildb/haildb_engine.cc:3497
4262
#: ../plugin/haildb/haildb_engine.cc:3496
4264
4264
"The size of the buffer which HailDB uses to write log to the log files on "
4268
#: ../plugin/haildb/haildb_engine.cc:3500
4268
#: ../plugin/haildb/haildb_engine.cc:3499
4270
4270
"Sets the point in the LRU list from where all pages are classified as old "
4271
4271
"(Advanced users)"
4274
#: ../plugin/haildb/haildb_engine.cc:3503
4274
#: ../plugin/haildb/haildb_engine.cc:3502
4276
4276
"Milliseconds between accesses to a block at which it is made young. "
4277
4277
"0=disabled (Advanced users)"
4280
#: ../plugin/haildb/haildb_engine.cc:3506
4281
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4792
4280
#: ../plugin/haildb/haildb_engine.cc:3505
4281
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4282
4282
msgid "Percentage of dirty pages allowed in bufferpool."
4285
#: ../plugin/haildb/haildb_engine.cc:3509
4285
#: ../plugin/haildb/haildb_engine.cc:3508
4286
4286
msgid "Desired maximum length of the purge queue (0 = no limit)"
4289
#: ../plugin/haildb/haildb_engine.cc:3512
4289
#: ../plugin/haildb/haildb_engine.cc:3511
4291
4291
"Roll back the complete transaction on lock wait timeout, for 4.x "
4292
4292
"compatibility (disabled by default)"
4295
#: ../plugin/haildb/haildb_engine.cc:3515
4295
#: ../plugin/haildb/haildb_engine.cc:3514
4296
4296
msgid "How many files at the maximum HailDB keeps open at the same time."
4299
#: ../plugin/haildb/haildb_engine.cc:3518
4299
#: ../plugin/haildb/haildb_engine.cc:3517
4300
4300
msgid "Number of background read I/O threads in HailDB."
4303
#: ../plugin/haildb/haildb_engine.cc:3521
4303
#: ../plugin/haildb/haildb_engine.cc:3520
4304
4304
msgid "Number of background write I/O threads in HailDB."
4307
#: ../plugin/haildb/haildb_engine.cc:3523
4307
#: ../plugin/haildb/haildb_engine.cc:3522
4309
4309
"Disable if you want to reduce the number of messages written to the log "
4310
4310
"(default: enabled)."
4313
#: ../plugin/haildb/haildb_engine.cc:3526
4313
#: ../plugin/haildb/haildb_engine.cc:3525
4314
4314
msgid "Enable SHOW HAILDB STATUS output in the log"
4317
#: ../plugin/haildb/haildb_engine.cc:3529
4317
#: ../plugin/haildb/haildb_engine.cc:3528
4318
4318
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4321
#: ../plugin/haildb/haildb_engine.cc:3531
4321
#: ../plugin/haildb/haildb_engine.cc:3530
4323
4323
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4354
4354
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4357
#: ../plugin/innobase/handler/ha_innodb.cc:1959
4357
#: ../plugin/innobase/handler/ha_innodb.cc:1967
4359
4359
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4360
4360
"zero and nonzero."
4363
#: ../plugin/innobase/handler/ha_innodb.cc:2269
4363
#: ../plugin/innobase/handler/ha_innodb.cc:2277
4365
4365
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4369
#: ../plugin/innobase/handler/ha_innodb.cc:2313
4369
#: ../plugin/innobase/handler/ha_innodb.cc:2321
4372
4372
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4373
4373
"or its equivalent numeric id"
4376
#: ../plugin/innobase/handler/ha_innodb.cc:9382
4376
#: ../plugin/innobase/handler/ha_innodb.cc:9390
4377
4377
msgid "Do not use Native AIO library for IO, even if available"
4380
#: ../plugin/innobase/handler/ha_innodb.cc:9423
4380
#: ../plugin/innobase/handler/ha_innodb.cc:9431
4381
4381
msgid "Enable internal replication log."
4384
#: ../plugin/innobase/handler/ha_innodb.cc:9426
4384
#: ../plugin/innobase/handler/ha_innodb.cc:9434
4386
4386
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4387
4387
"rolled back. Values above 100000000 disable the timeout."
4390
#: ../plugin/innobase/handler/ha_innodb.cc:9429
4390
#: ../plugin/innobase/handler/ha_innodb.cc:9437
4391
4391
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4394
#: ../plugin/innobase/handler/ha_innodb.cc:9432
4394
#: ../plugin/innobase/handler/ha_innodb.cc:9440
4396
4396
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4397
4397
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4400
#: ../plugin/innobase/handler/replication_dictionary.cc:119
4400
#: ../plugin/innobase/handler/replication_dictionary.cc:125
4401
4401
#: ../plugin/transaction_log/hexdump_transaction_message.cc:168
4402
4402
#: ../plugin/transaction_log/print_transaction_message.cc:173
4403
4403
#: ../plugin/transaction_log/transaction_log_reader.cc:156
4458
4458
msgid "InnoDB: Using Linux native AIO"
4461
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4461
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4750
4462
4462
msgid "destination directory"
4465
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4465
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4751
4466
4466
msgid "take backup to target-dir"
4469
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4469
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4470
4470
msgid "calc statistic of datadir (offline mysqld is recommended)"
4473
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4473
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4474
4474
msgid "prepare a backup for starting mysql server on the backup."
4477
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4477
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4478
4478
msgid "create files to import to another database when prepare."
4481
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4481
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4483
4483
"stop recovery process not to progress LSN after applying log when prepare."
4486
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4486
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4487
4487
msgid "print parameter of mysqld needed for copyback."
4490
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4490
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4491
4491
msgid "The value is used instead of buffer_pool_size"
4494
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4494
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4496
4496
"creates a file 'xtrabackup_suspended' and waits until the user deletes that "
4497
4497
"file at the end of '--backup'"
4500
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4500
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4502
4502
"limit count of IO operations (pairs of read&write) per second to IOS values "
4503
4503
"(for '--backup')"
4506
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4506
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4508
4508
"outputs the contents of 'xtrabackup_logfile' to stdout only until the file "
4509
4509
"'xtrabackup_suspended' deleted (for '--backup')."
4512
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4512
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4514
4514
"(for --backup): save an extra copy of the xtrabackup_checkpoints file in "
4515
4515
"this directory."
4518
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4518
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4520
4520
"(for --backup): copy only .ibd pages newer than specified LSN 'high:low'. "
4521
4521
"##ATTENTION##: checkpoint lsn must be used. anyone can detect your mistake. "
4522
4522
"be carefully!"
4525
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4525
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4527
4527
"(for --backup): copy only .ibd pages newer than backup at specified "
4531
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4531
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4533
4533
"(for --prepare): apply .delta files and logfile in the specified directory."
4536
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4536
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4537
4537
msgid "filtering by regexp for table names."
4540
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4768
4540
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4541
4541
msgid "filtering by list of the exact database.table name in the file."
4544
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4544
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4546
4546
"** not work for now** creates ib_logfile* also after '--prepare'. ### If you "
4547
4547
"want create ib_logfile*, only re-execute this command in same options. ###"
4550
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4550
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4552
4552
"Path for temporary files. Several paths may be specified, separated by a "
4553
4553
"colon (:), in this case they are used in a round-robin fashion."
4556
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4556
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4770
4558
4558
"Number of threads to use for parallel datafiles transfer. Does not have any "
4559
4559
"effect in the stream mode. The default value is 1."
4562
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4562
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4564
4564
"Enable InnoDB adaptive hash index (enabled by default). Disable with --skip-"
4565
4565
"innodb-adaptive-hash-index."
4568
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4570
"Size of a memory pool InnoDB uses to store data dictionary information and "
4571
"other internal data structures."
4568
4574
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4774
4570
"Size of a memory pool InnoDB uses to store data dictionary information and "
4571
"other internal data structures."
4574
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4576
4576
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4580
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4580
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4582
4582
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
4583
4583
"innodb-checksums."
4586
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4586
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4587
4587
msgid "The common part for InnoDB table spaces."
4590
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4590
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4592
4592
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
4593
4593
"innodb-doublewrite."
4596
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4596
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4597
4597
msgid "Number of file I/O threads in InnoDB."
4600
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4600
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4601
4601
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4604
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4783
4604
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4606
4606
"Set to 0 (write and flush once per second), 1 (write and flush at each "
4607
4607
"commit) or 2 (write at commit, flush once per second)."
4610
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4610
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4785
4612
4612
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4616
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4618
"The size of the buffer which InnoDB uses to write log to the log files on "
4616
4622
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4788
4618
"The size of the buffer which InnoDB uses to write log to the log files on "
4622
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4624
4624
"Number of log files in the log group. InnoDB writes to the files in a "
4625
4625
"circular fashion. Value 3 is recommended here."
4628
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4629
msgid "Path to InnoDB log files."
4628
4632
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4791
4629
msgid "Path to InnoDB log files."
4633
msgid "How many files at the maximum InnoDB keeps open at the same time."
4632
4636
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4793
4633
msgid "How many files at the maximum InnoDB keeps open at the same time."
4636
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4637
4637
msgid "The universal page size of the database."
4640
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4640
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4794
4642
4642
"###EXPERIMENTAL###: The log block size of the transaction log file. Changing "
4643
4643
"for created log file is not supported. Use on your own risk!"
4646
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4646
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4648
4648
"Change the algorithm of checksum for the whole of datapage to 4-bytes word "
4652
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4798
4652
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4654
4654
"Enable to use about 4000 undo slots instead of default 1024. Not recommended "
4655
4655
"to use, Because it is not change back to disable, once it is used."
4658
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4799
4658
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4660
4660
"Path to special datafile for doublewrite buffer. (default is : not used)"