4134
4134
msgid "Regular expression to apply to tables to exclude"
4137
#: ../plugin/haildb/haildb_engine.cc:1087
4138
#: ../plugin/haildb/haildb_engine.cc:1224
4139
#: ../plugin/haildb/haildb_engine.cc:1254
4137
#: ../plugin/haildb/haildb_engine.cc:1086
4138
#: ../plugin/haildb/haildb_engine.cc:1223
4139
#: ../plugin/haildb/haildb_engine.cc:1253
4141
4141
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4144
#: ../plugin/haildb/haildb_engine.cc:1106
4144
#: ../plugin/haildb/haildb_engine.cc:1105
4146
4146
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4149
#: ../plugin/haildb/haildb_engine.cc:1203
4150
#: ../plugin/haildb/haildb_engine.cc:1316
4151
#: ../plugin/haildb/haildb_engine.cc:1497
4152
#: ../plugin/haildb/haildb_engine.cc:2163
4149
#: ../plugin/haildb/haildb_engine.cc:1202
4150
#: ../plugin/haildb/haildb_engine.cc:1315
4151
#: ../plugin/haildb/haildb_engine.cc:1496
4152
#: ../plugin/haildb/haildb_engine.cc:2162
4154
4154
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4157
#: ../plugin/haildb/haildb_engine.cc:1355
4158
#: ../plugin/haildb/haildb_engine.cc:1371
4157
#: ../plugin/haildb/haildb_engine.cc:1354
4158
#: ../plugin/haildb/haildb_engine.cc:1370
4160
4160
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4163
#: ../plugin/haildb/haildb_engine.cc:3411
4163
#: ../plugin/haildb/haildb_engine.cc:3410
4165
4165
msgid "Error starting HailDB %d (%s)\n"
4168
#: ../plugin/haildb/haildb_engine.cc:3440
4168
#: ../plugin/haildb/haildb_engine.cc:3439
4169
4169
msgid "Disable HailDB adaptive hash index (enabled by default)."
4172
#: ../plugin/haildb/haildb_engine.cc:3442
4172
#: ../plugin/haildb/haildb_engine.cc:3441
4173
4173
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4176
#: ../plugin/haildb/haildb_engine.cc:3445
4176
#: ../plugin/haildb/haildb_engine.cc:3444
4178
4178
"Size of a memory pool HailDB uses to store data dictionary information and "
4179
4179
"other internal data structures."
4182
#: ../plugin/haildb/haildb_engine.cc:3448
4183
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4182
#: ../plugin/haildb/haildb_engine.cc:3447
4183
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4184
4184
msgid "Data file autoextend increment in megabytes"
4187
#: ../plugin/haildb/haildb_engine.cc:3451
4187
#: ../plugin/haildb/haildb_engine.cc:3450
4189
4189
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4193
#: ../plugin/haildb/haildb_engine.cc:3454
4193
#: ../plugin/haildb/haildb_engine.cc:3453
4194
4194
msgid "The common part for HailDB table spaces."
4197
#: ../plugin/haildb/haildb_engine.cc:3456
4197
#: ../plugin/haildb/haildb_engine.cc:3455
4198
4198
msgid "Disable HailDB checksums validation (enabled by default)."
4201
#: ../plugin/haildb/haildb_engine.cc:3458
4201
#: ../plugin/haildb/haildb_engine.cc:3457
4202
4202
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4205
#: ../plugin/haildb/haildb_engine.cc:3461
4205
#: ../plugin/haildb/haildb_engine.cc:3460
4206
4206
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4209
#: ../plugin/haildb/haildb_engine.cc:3464
4209
#: ../plugin/haildb/haildb_engine.cc:3463
4211
4211
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4212
4212
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4215
#: ../plugin/haildb/haildb_engine.cc:3467
4215
#: ../plugin/haildb/haildb_engine.cc:3466
4216
4216
msgid "Stores each HailDB table to an .ibd file in the database dir."
4219
#: ../plugin/haildb/haildb_engine.cc:3470
4219
#: ../plugin/haildb/haildb_engine.cc:3469
4220
4220
msgid "File format to use for new tables in .ibd files."
4223
#: ../plugin/haildb/haildb_engine.cc:3473
4223
#: ../plugin/haildb/haildb_engine.cc:3472
4225
4225
"Set to 0 (write and flush once per second),1 (write and flush at each "
4226
4226
"commit) or 2 (write at commit, flush once per second)."
4229
#: ../plugin/haildb/haildb_engine.cc:3476
4230
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4229
#: ../plugin/haildb/haildb_engine.cc:3475
4230
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4231
4231
msgid "With which method to flush data."
4234
4234
#. ####### Should we use this option? #######
4235
#: ../plugin/haildb/haildb_engine.cc:3479
4236
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4235
#: ../plugin/haildb/haildb_engine.cc:3478
4236
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4238
4238
"Helps to save your data in case the disk image of the database becomes "
4242
#: ../plugin/haildb/haildb_engine.cc:3482
4243
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4242
#: ../plugin/haildb/haildb_engine.cc:3481
4243
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4244
4244
msgid "Path to individual files and their sizes."
4247
#: ../plugin/haildb/haildb_engine.cc:3485
4247
#: ../plugin/haildb/haildb_engine.cc:3484
4248
4248
msgid "Path to HailDB log files."
4251
#: ../plugin/haildb/haildb_engine.cc:3488
4252
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4251
#: ../plugin/haildb/haildb_engine.cc:3487
4252
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4253
4253
msgid "Size of each log file in a log group."
4256
#: ../plugin/haildb/haildb_engine.cc:3491
4256
#: ../plugin/haildb/haildb_engine.cc:3490
4258
4258
"Number of log files in the log group. HailDB writes to the files in a "
4259
4259
"circular fashion. Value 3 is recommended here."
4262
#: ../plugin/haildb/haildb_engine.cc:3494
4262
#: ../plugin/haildb/haildb_engine.cc:3493
4264
4264
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4265
4265
"rolled back. Values above 100000000 disable the timeout."
4268
#: ../plugin/haildb/haildb_engine.cc:3497
4268
#: ../plugin/haildb/haildb_engine.cc:3496
4270
4270
"The size of the buffer which HailDB uses to write log to the log files on "
4274
#: ../plugin/haildb/haildb_engine.cc:3500
4274
#: ../plugin/haildb/haildb_engine.cc:3499
4276
4276
"Sets the point in the LRU list from where all pages are classified as old "
4277
4277
"(Advanced users)"
4280
#: ../plugin/haildb/haildb_engine.cc:3503
4280
#: ../plugin/haildb/haildb_engine.cc:3502
4282
4282
"Milliseconds between accesses to a block at which it is made young. "
4283
4283
"0=disabled (Advanced users)"
4286
#: ../plugin/haildb/haildb_engine.cc:3506
4287
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4792
4286
#: ../plugin/haildb/haildb_engine.cc:3505
4287
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4288
4288
msgid "Percentage of dirty pages allowed in bufferpool."
4291
#: ../plugin/haildb/haildb_engine.cc:3509
4291
#: ../plugin/haildb/haildb_engine.cc:3508
4292
4292
msgid "Desired maximum length of the purge queue (0 = no limit)"
4295
#: ../plugin/haildb/haildb_engine.cc:3512
4295
#: ../plugin/haildb/haildb_engine.cc:3511
4297
4297
"Roll back the complete transaction on lock wait timeout, for 4.x "
4298
4298
"compatibility (disabled by default)"
4301
#: ../plugin/haildb/haildb_engine.cc:3515
4301
#: ../plugin/haildb/haildb_engine.cc:3514
4302
4302
msgid "How many files at the maximum HailDB keeps open at the same time."
4305
#: ../plugin/haildb/haildb_engine.cc:3518
4305
#: ../plugin/haildb/haildb_engine.cc:3517
4306
4306
msgid "Number of background read I/O threads in HailDB."
4309
#: ../plugin/haildb/haildb_engine.cc:3521
4309
#: ../plugin/haildb/haildb_engine.cc:3520
4310
4310
msgid "Number of background write I/O threads in HailDB."
4313
#: ../plugin/haildb/haildb_engine.cc:3523
4313
#: ../plugin/haildb/haildb_engine.cc:3522
4315
4315
"Disable if you want to reduce the number of messages written to the log "
4316
4316
"(default: enabled)."
4319
#: ../plugin/haildb/haildb_engine.cc:3526
4319
#: ../plugin/haildb/haildb_engine.cc:3525
4320
4320
msgid "Enable SHOW HAILDB STATUS output in the log"
4323
#: ../plugin/haildb/haildb_engine.cc:3529
4323
#: ../plugin/haildb/haildb_engine.cc:3528
4324
4324
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4327
#: ../plugin/haildb/haildb_engine.cc:3531
4327
#: ../plugin/haildb/haildb_engine.cc:3530
4329
4329
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4360
4360
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4363
#: ../plugin/innobase/handler/ha_innodb.cc:1959
4363
#: ../plugin/innobase/handler/ha_innodb.cc:1967
4365
4365
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4366
4366
"zero and nonzero."
4369
#: ../plugin/innobase/handler/ha_innodb.cc:2269
4369
#: ../plugin/innobase/handler/ha_innodb.cc:2277
4371
4371
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4375
#: ../plugin/innobase/handler/ha_innodb.cc:2313
4375
#: ../plugin/innobase/handler/ha_innodb.cc:2321
4378
4378
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4379
4379
"or its equivalent numeric id"
4382
#: ../plugin/innobase/handler/ha_innodb.cc:9382
4382
#: ../plugin/innobase/handler/ha_innodb.cc:9390
4383
4383
msgid "Do not use Native AIO library for IO, even if available"
4386
#: ../plugin/innobase/handler/ha_innodb.cc:9423
4386
#: ../plugin/innobase/handler/ha_innodb.cc:9431
4387
4387
msgid "Enable internal replication log."
4390
#: ../plugin/innobase/handler/ha_innodb.cc:9426
4390
#: ../plugin/innobase/handler/ha_innodb.cc:9434
4392
4392
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4393
4393
"rolled back. Values above 100000000 disable the timeout."
4396
#: ../plugin/innobase/handler/ha_innodb.cc:9429
4396
#: ../plugin/innobase/handler/ha_innodb.cc:9437
4397
4397
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4400
#: ../plugin/innobase/handler/ha_innodb.cc:9432
4400
#: ../plugin/innobase/handler/ha_innodb.cc:9440
4402
4402
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4403
4403
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4406
#: ../plugin/innobase/handler/replication_dictionary.cc:119
4406
#: ../plugin/innobase/handler/replication_dictionary.cc:125
4407
4407
#: ../plugin/transaction_log/hexdump_transaction_message.cc:168
4408
4408
#: ../plugin/transaction_log/print_transaction_message.cc:173
4409
4409
#: ../plugin/transaction_log/transaction_log_reader.cc:156
4464
4464
msgid "InnoDB: Using Linux native AIO"
4467
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4467
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4750
4468
4468
msgid "destination directory"
4471
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4471
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4751
4472
4472
msgid "take backup to target-dir"
4475
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4475
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4476
4476
msgid "calc statistic of datadir (offline mysqld is recommended)"
4479
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4479
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4480
4480
msgid "prepare a backup for starting mysql server on the backup."
4483
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4483
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4484
4484
msgid "create files to import to another database when prepare."
4487
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4487
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4489
4489
"stop recovery process not to progress LSN after applying log when prepare."
4492
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4492
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4493
4493
msgid "print parameter of mysqld needed for copyback."
4496
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4496
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4497
4497
msgid "The value is used instead of buffer_pool_size"
4500
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4500
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4502
4502
"creates a file 'xtrabackup_suspended' and waits until the user deletes that "
4503
4503
"file at the end of '--backup'"
4506
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4506
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4508
4508
"limit count of IO operations (pairs of read&write) per second to IOS values "
4509
4509
"(for '--backup')"
4512
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4512
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4514
4514
"outputs the contents of 'xtrabackup_logfile' to stdout only until the file "
4515
4515
"'xtrabackup_suspended' deleted (for '--backup')."
4518
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4518
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4520
4520
"(for --backup): save an extra copy of the xtrabackup_checkpoints file in "
4521
4521
"this directory."
4524
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4524
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4526
4526
"(for --backup): copy only .ibd pages newer than specified LSN 'high:low'. "
4527
4527
"##ATTENTION##: checkpoint lsn must be used. anyone can detect your mistake. "
4528
4528
"be carefully!"
4531
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4531
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4533
4533
"(for --backup): copy only .ibd pages newer than backup at specified "
4537
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4537
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4539
4539
"(for --prepare): apply .delta files and logfile in the specified directory."
4542
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4542
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4543
4543
msgid "filtering by regexp for table names."
4546
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4768
4546
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4547
4547
msgid "filtering by list of the exact database.table name in the file."
4550
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4550
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4552
4552
"** not work for now** creates ib_logfile* also after '--prepare'. ### If you "
4553
4553
"want create ib_logfile*, only re-execute this command in same options. ###"
4556
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4556
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4558
4558
"Path for temporary files. Several paths may be specified, separated by a "
4559
4559
"colon (:), in this case they are used in a round-robin fashion."
4562
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4562
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4770
4564
4564
"Number of threads to use for parallel datafiles transfer. Does not have any "
4565
4565
"effect in the stream mode. The default value is 1."
4568
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4568
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4570
4570
"Enable InnoDB adaptive hash index (enabled by default). Disable with --skip-"
4571
4571
"innodb-adaptive-hash-index."
4574
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4576
"Size of a memory pool InnoDB uses to store data dictionary information and "
4577
"other internal data structures."
4574
4580
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4774
4576
"Size of a memory pool InnoDB uses to store data dictionary information and "
4577
"other internal data structures."
4580
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4582
4582
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4586
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4586
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4588
4588
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
4589
4589
"innodb-checksums."
4592
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4592
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4593
4593
msgid "The common part for InnoDB table spaces."
4596
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4596
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4598
4598
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
4599
4599
"innodb-doublewrite."
4602
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4602
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4603
4603
msgid "Number of file I/O threads in InnoDB."
4606
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4606
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4607
4607
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4610
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4783
4610
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4612
4612
"Set to 0 (write and flush once per second), 1 (write and flush at each "
4613
4613
"commit) or 2 (write at commit, flush once per second)."
4616
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4616
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4785
4618
4618
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4622
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4624
"The size of the buffer which InnoDB uses to write log to the log files on "
4622
4628
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4788
4624
"The size of the buffer which InnoDB uses to write log to the log files on "
4628
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4630
4630
"Number of log files in the log group. InnoDB writes to the files in a "
4631
4631
"circular fashion. Value 3 is recommended here."
4634
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4635
msgid "Path to InnoDB log files."
4634
4638
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4791
4635
msgid "Path to InnoDB log files."
4639
msgid "How many files at the maximum InnoDB keeps open at the same time."
4638
4642
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4793
4639
msgid "How many files at the maximum InnoDB keeps open at the same time."
4642
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4643
4643
msgid "The universal page size of the database."
4646
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4646
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4794
4648
4648
"###EXPERIMENTAL###: The log block size of the transaction log file. Changing "
4649
4649
"for created log file is not supported. Use on your own risk!"
4652
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4652
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4654
4654
"Change the algorithm of checksum for the whole of datapage to 4-bytes word "
4658
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4798
4658
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4660
4660
"Enable to use about 4000 undo slots instead of default 1024. Not recommended "
4661
4661
"to use, Because it is not change back to disable, once it is used."
4664
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4799
4664
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4666
4666
"Path to special datafile for doublewrite buffer. (default is : not used)"