4110
4110
msgid "Regular expression to apply to tables to exclude"
4113
#: ../plugin/haildb/haildb_engine.cc:1087
4114
#: ../plugin/haildb/haildb_engine.cc:1224
4115
#: ../plugin/haildb/haildb_engine.cc:1254
4113
#: ../plugin/haildb/haildb_engine.cc:1086
4114
#: ../plugin/haildb/haildb_engine.cc:1223
4115
#: ../plugin/haildb/haildb_engine.cc:1253
4117
4117
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4120
#: ../plugin/haildb/haildb_engine.cc:1106
4120
#: ../plugin/haildb/haildb_engine.cc:1105
4122
4122
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4125
#: ../plugin/haildb/haildb_engine.cc:1203
4126
#: ../plugin/haildb/haildb_engine.cc:1316
4127
#: ../plugin/haildb/haildb_engine.cc:1497
4128
#: ../plugin/haildb/haildb_engine.cc:2163
4125
#: ../plugin/haildb/haildb_engine.cc:1202
4126
#: ../plugin/haildb/haildb_engine.cc:1315
4127
#: ../plugin/haildb/haildb_engine.cc:1496
4128
#: ../plugin/haildb/haildb_engine.cc:2162
4130
4130
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4133
#: ../plugin/haildb/haildb_engine.cc:1355
4134
#: ../plugin/haildb/haildb_engine.cc:1371
4133
#: ../plugin/haildb/haildb_engine.cc:1354
4134
#: ../plugin/haildb/haildb_engine.cc:1370
4136
4136
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4139
#: ../plugin/haildb/haildb_engine.cc:3411
4139
#: ../plugin/haildb/haildb_engine.cc:3410
4141
4141
msgid "Error starting HailDB %d (%s)\n"
4144
#: ../plugin/haildb/haildb_engine.cc:3440
4144
#: ../plugin/haildb/haildb_engine.cc:3439
4145
4145
msgid "Disable HailDB adaptive hash index (enabled by default)."
4148
#: ../plugin/haildb/haildb_engine.cc:3442
4148
#: ../plugin/haildb/haildb_engine.cc:3441
4149
4149
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4152
#: ../plugin/haildb/haildb_engine.cc:3445
4152
#: ../plugin/haildb/haildb_engine.cc:3444
4154
4154
"Size of a memory pool HailDB uses to store data dictionary information and "
4155
4155
"other internal data structures."
4158
#: ../plugin/haildb/haildb_engine.cc:3448
4159
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4158
#: ../plugin/haildb/haildb_engine.cc:3447
4159
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4160
4160
msgid "Data file autoextend increment in megabytes"
4163
#: ../plugin/haildb/haildb_engine.cc:3451
4163
#: ../plugin/haildb/haildb_engine.cc:3450
4165
4165
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4169
#: ../plugin/haildb/haildb_engine.cc:3454
4169
#: ../plugin/haildb/haildb_engine.cc:3453
4170
4170
msgid "The common part for HailDB table spaces."
4173
#: ../plugin/haildb/haildb_engine.cc:3456
4173
#: ../plugin/haildb/haildb_engine.cc:3455
4174
4174
msgid "Disable HailDB checksums validation (enabled by default)."
4177
#: ../plugin/haildb/haildb_engine.cc:3458
4177
#: ../plugin/haildb/haildb_engine.cc:3457
4178
4178
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4181
#: ../plugin/haildb/haildb_engine.cc:3461
4181
#: ../plugin/haildb/haildb_engine.cc:3460
4182
4182
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4185
#: ../plugin/haildb/haildb_engine.cc:3464
4185
#: ../plugin/haildb/haildb_engine.cc:3463
4187
4187
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4188
4188
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4191
#: ../plugin/haildb/haildb_engine.cc:3467
4191
#: ../plugin/haildb/haildb_engine.cc:3466
4192
4192
msgid "Stores each HailDB table to an .ibd file in the database dir."
4195
#: ../plugin/haildb/haildb_engine.cc:3470
4195
#: ../plugin/haildb/haildb_engine.cc:3469
4196
4196
msgid "File format to use for new tables in .ibd files."
4199
#: ../plugin/haildb/haildb_engine.cc:3473
4199
#: ../plugin/haildb/haildb_engine.cc:3472
4201
4201
"Set to 0 (write and flush once per second),1 (write and flush at each "
4202
4202
"commit) or 2 (write at commit, flush once per second)."
4205
#: ../plugin/haildb/haildb_engine.cc:3476
4206
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4205
#: ../plugin/haildb/haildb_engine.cc:3475
4206
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4207
4207
msgid "With which method to flush data."
4210
4210
#. ####### Should we use this option? #######
4211
#: ../plugin/haildb/haildb_engine.cc:3479
4212
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4211
#: ../plugin/haildb/haildb_engine.cc:3478
4212
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4214
4214
"Helps to save your data in case the disk image of the database becomes "
4218
#: ../plugin/haildb/haildb_engine.cc:3482
4219
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4218
#: ../plugin/haildb/haildb_engine.cc:3481
4219
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4220
4220
msgid "Path to individual files and their sizes."
4223
#: ../plugin/haildb/haildb_engine.cc:3485
4223
#: ../plugin/haildb/haildb_engine.cc:3484
4224
4224
msgid "Path to HailDB log files."
4227
#: ../plugin/haildb/haildb_engine.cc:3488
4228
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4227
#: ../plugin/haildb/haildb_engine.cc:3487
4228
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4229
4229
msgid "Size of each log file in a log group."
4232
#: ../plugin/haildb/haildb_engine.cc:3491
4232
#: ../plugin/haildb/haildb_engine.cc:3490
4234
4234
"Number of log files in the log group. HailDB writes to the files in a "
4235
4235
"circular fashion. Value 3 is recommended here."
4238
#: ../plugin/haildb/haildb_engine.cc:3494
4238
#: ../plugin/haildb/haildb_engine.cc:3493
4240
4240
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4241
4241
"rolled back. Values above 100000000 disable the timeout."
4244
#: ../plugin/haildb/haildb_engine.cc:3497
4244
#: ../plugin/haildb/haildb_engine.cc:3496
4246
4246
"The size of the buffer which HailDB uses to write log to the log files on "
4250
#: ../plugin/haildb/haildb_engine.cc:3500
4250
#: ../plugin/haildb/haildb_engine.cc:3499
4252
4252
"Sets the point in the LRU list from where all pages are classified as old "
4253
4253
"(Advanced users)"
4256
#: ../plugin/haildb/haildb_engine.cc:3503
4256
#: ../plugin/haildb/haildb_engine.cc:3502
4258
4258
"Milliseconds between accesses to a block at which it is made young. "
4259
4259
"0=disabled (Advanced users)"
4262
#: ../plugin/haildb/haildb_engine.cc:3506
4263
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4792
4262
#: ../plugin/haildb/haildb_engine.cc:3505
4263
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4264
4264
msgid "Percentage of dirty pages allowed in bufferpool."
4267
#: ../plugin/haildb/haildb_engine.cc:3509
4267
#: ../plugin/haildb/haildb_engine.cc:3508
4268
4268
msgid "Desired maximum length of the purge queue (0 = no limit)"
4271
#: ../plugin/haildb/haildb_engine.cc:3512
4271
#: ../plugin/haildb/haildb_engine.cc:3511
4273
4273
"Roll back the complete transaction on lock wait timeout, for 4.x "
4274
4274
"compatibility (disabled by default)"
4277
#: ../plugin/haildb/haildb_engine.cc:3515
4277
#: ../plugin/haildb/haildb_engine.cc:3514
4278
4278
msgid "How many files at the maximum HailDB keeps open at the same time."
4281
#: ../plugin/haildb/haildb_engine.cc:3518
4281
#: ../plugin/haildb/haildb_engine.cc:3517
4282
4282
msgid "Number of background read I/O threads in HailDB."
4285
#: ../plugin/haildb/haildb_engine.cc:3521
4285
#: ../plugin/haildb/haildb_engine.cc:3520
4286
4286
msgid "Number of background write I/O threads in HailDB."
4289
#: ../plugin/haildb/haildb_engine.cc:3523
4289
#: ../plugin/haildb/haildb_engine.cc:3522
4291
4291
"Disable if you want to reduce the number of messages written to the log "
4292
4292
"(default: enabled)."
4295
#: ../plugin/haildb/haildb_engine.cc:3526
4295
#: ../plugin/haildb/haildb_engine.cc:3525
4296
4296
msgid "Enable SHOW HAILDB STATUS output in the log"
4299
#: ../plugin/haildb/haildb_engine.cc:3529
4299
#: ../plugin/haildb/haildb_engine.cc:3528
4300
4300
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4303
#: ../plugin/haildb/haildb_engine.cc:3531
4303
#: ../plugin/haildb/haildb_engine.cc:3530
4305
4305
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4336
4336
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4339
#: ../plugin/innobase/handler/ha_innodb.cc:1959
4339
#: ../plugin/innobase/handler/ha_innodb.cc:1967
4341
4341
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4342
4342
"zero and nonzero."
4345
#: ../plugin/innobase/handler/ha_innodb.cc:2269
4345
#: ../plugin/innobase/handler/ha_innodb.cc:2277
4347
4347
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4351
#: ../plugin/innobase/handler/ha_innodb.cc:2313
4351
#: ../plugin/innobase/handler/ha_innodb.cc:2321
4354
4354
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4355
4355
"or its equivalent numeric id"
4358
#: ../plugin/innobase/handler/ha_innodb.cc:9382
4358
#: ../plugin/innobase/handler/ha_innodb.cc:9390
4359
4359
msgid "Do not use Native AIO library for IO, even if available"
4362
#: ../plugin/innobase/handler/ha_innodb.cc:9423
4362
#: ../plugin/innobase/handler/ha_innodb.cc:9431
4363
4363
msgid "Enable internal replication log."
4366
#: ../plugin/innobase/handler/ha_innodb.cc:9426
4366
#: ../plugin/innobase/handler/ha_innodb.cc:9434
4368
4368
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4369
4369
"rolled back. Values above 100000000 disable the timeout."
4372
#: ../plugin/innobase/handler/ha_innodb.cc:9429
4372
#: ../plugin/innobase/handler/ha_innodb.cc:9437
4373
4373
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4376
#: ../plugin/innobase/handler/ha_innodb.cc:9432
4376
#: ../plugin/innobase/handler/ha_innodb.cc:9440
4378
4378
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4379
4379
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4382
#: ../plugin/innobase/handler/replication_dictionary.cc:119
4382
#: ../plugin/innobase/handler/replication_dictionary.cc:125
4383
4383
#: ../plugin/transaction_log/hexdump_transaction_message.cc:168
4384
4384
#: ../plugin/transaction_log/print_transaction_message.cc:173
4385
4385
#: ../plugin/transaction_log/transaction_log_reader.cc:156
4440
4440
msgid "InnoDB: Using Linux native AIO"
4443
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4443
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4750
4444
4444
msgid "destination directory"
4447
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4447
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4751
4448
4448
msgid "take backup to target-dir"
4451
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4451
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4452
4452
msgid "calc statistic of datadir (offline mysqld is recommended)"
4455
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4455
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4456
4456
msgid "prepare a backup for starting mysql server on the backup."
4459
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4459
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4460
4460
msgid "create files to import to another database when prepare."
4463
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4463
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4465
4465
"stop recovery process not to progress LSN after applying log when prepare."
4468
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4468
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4469
4469
msgid "print parameter of mysqld needed for copyback."
4472
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4472
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4473
4473
msgid "The value is used instead of buffer_pool_size"
4476
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4476
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4478
4478
"creates a file 'xtrabackup_suspended' and waits until the user deletes that "
4479
4479
"file at the end of '--backup'"
4482
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4482
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4484
4484
"limit count of IO operations (pairs of read&write) per second to IOS values "
4485
4485
"(for '--backup')"
4488
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4488
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4490
4490
"outputs the contents of 'xtrabackup_logfile' to stdout only until the file "
4491
4491
"'xtrabackup_suspended' deleted (for '--backup')."
4494
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4494
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4496
4496
"(for --backup): save an extra copy of the xtrabackup_checkpoints file in "
4497
4497
"this directory."
4500
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4500
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4502
4502
"(for --backup): copy only .ibd pages newer than specified LSN 'high:low'. "
4503
4503
"##ATTENTION##: checkpoint lsn must be used. anyone can detect your mistake. "
4504
4504
"be carefully!"
4507
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4507
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4509
4509
"(for --backup): copy only .ibd pages newer than backup at specified "
4513
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4513
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4515
4515
"(for --prepare): apply .delta files and logfile in the specified directory."
4518
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4518
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4519
4519
msgid "filtering by regexp for table names."
4522
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4768
4522
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4523
4523
msgid "filtering by list of the exact database.table name in the file."
4526
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4526
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4528
4528
"** not work for now** creates ib_logfile* also after '--prepare'. ### If you "
4529
4529
"want create ib_logfile*, only re-execute this command in same options. ###"
4532
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4532
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4534
4534
"Path for temporary files. Several paths may be specified, separated by a "
4535
4535
"colon (:), in this case they are used in a round-robin fashion."
4538
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4538
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4770
4540
4540
"Number of threads to use for parallel datafiles transfer. Does not have any "
4541
4541
"effect in the stream mode. The default value is 1."
4544
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4544
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4546
4546
"Enable InnoDB adaptive hash index (enabled by default). Disable with --skip-"
4547
4547
"innodb-adaptive-hash-index."
4550
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4552
"Size of a memory pool InnoDB uses to store data dictionary information and "
4553
"other internal data structures."
4550
4556
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4774
4552
"Size of a memory pool InnoDB uses to store data dictionary information and "
4553
"other internal data structures."
4556
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4558
4558
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4562
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4562
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4564
4564
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
4565
4565
"innodb-checksums."
4568
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4568
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4569
4569
msgid "The common part for InnoDB table spaces."
4572
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4572
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4574
4574
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
4575
4575
"innodb-doublewrite."
4578
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4578
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4579
4579
msgid "Number of file I/O threads in InnoDB."
4582
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4582
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4583
4583
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4586
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4783
4586
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4588
4588
"Set to 0 (write and flush once per second), 1 (write and flush at each "
4589
4589
"commit) or 2 (write at commit, flush once per second)."
4592
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4592
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4785
4594
4594
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4598
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4600
"The size of the buffer which InnoDB uses to write log to the log files on "
4598
4604
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4788
4600
"The size of the buffer which InnoDB uses to write log to the log files on "
4604
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4606
4606
"Number of log files in the log group. InnoDB writes to the files in a "
4607
4607
"circular fashion. Value 3 is recommended here."
4610
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4611
msgid "Path to InnoDB log files."
4610
4614
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4791
4611
msgid "Path to InnoDB log files."
4615
msgid "How many files at the maximum InnoDB keeps open at the same time."
4614
4618
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4793
4615
msgid "How many files at the maximum InnoDB keeps open at the same time."
4618
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4619
4619
msgid "The universal page size of the database."
4622
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4622
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4794
4624
4624
"###EXPERIMENTAL###: The log block size of the transaction log file. Changing "
4625
4625
"for created log file is not supported. Use on your own risk!"
4628
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4628
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4630
4630
"Change the algorithm of checksum for the whole of datapage to 4-bytes word "
4634
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4798
4634
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4636
4636
"Enable to use about 4000 undo slots instead of default 1024. Not recommended "
4637
4637
"to use, Because it is not change back to disable, once it is used."
4640
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4799
4640
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4642
4642
"Path to special datafile for doublewrite buffer. (default is : not used)"