4166
4166
msgid "Regular expression to apply to tables to exclude"
4169
#: ../plugin/haildb/haildb_engine.cc:1087
4170
#: ../plugin/haildb/haildb_engine.cc:1224
4171
#: ../plugin/haildb/haildb_engine.cc:1254
4169
#: ../plugin/haildb/haildb_engine.cc:1086
4170
#: ../plugin/haildb/haildb_engine.cc:1223
4171
#: ../plugin/haildb/haildb_engine.cc:1253
4173
4173
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4176
#: ../plugin/haildb/haildb_engine.cc:1106
4176
#: ../plugin/haildb/haildb_engine.cc:1105
4178
4178
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4181
#: ../plugin/haildb/haildb_engine.cc:1203
4182
#: ../plugin/haildb/haildb_engine.cc:1316
4183
#: ../plugin/haildb/haildb_engine.cc:1497
4184
#: ../plugin/haildb/haildb_engine.cc:2163
4181
#: ../plugin/haildb/haildb_engine.cc:1202
4182
#: ../plugin/haildb/haildb_engine.cc:1315
4183
#: ../plugin/haildb/haildb_engine.cc:1496
4184
#: ../plugin/haildb/haildb_engine.cc:2162
4186
4186
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4189
#: ../plugin/haildb/haildb_engine.cc:1355
4190
#: ../plugin/haildb/haildb_engine.cc:1371
4189
#: ../plugin/haildb/haildb_engine.cc:1354
4190
#: ../plugin/haildb/haildb_engine.cc:1370
4192
4192
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4195
#: ../plugin/haildb/haildb_engine.cc:3411
4195
#: ../plugin/haildb/haildb_engine.cc:3410
4197
4197
msgid "Error starting HailDB %d (%s)\n"
4200
#: ../plugin/haildb/haildb_engine.cc:3440
4200
#: ../plugin/haildb/haildb_engine.cc:3439
4201
4201
msgid "Disable HailDB adaptive hash index (enabled by default)."
4204
#: ../plugin/haildb/haildb_engine.cc:3442
4204
#: ../plugin/haildb/haildb_engine.cc:3441
4205
4205
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4208
#: ../plugin/haildb/haildb_engine.cc:3445
4208
#: ../plugin/haildb/haildb_engine.cc:3444
4210
4210
"Size of a memory pool HailDB uses to store data dictionary information and "
4211
4211
"other internal data structures."
4214
#: ../plugin/haildb/haildb_engine.cc:3448
4215
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4214
#: ../plugin/haildb/haildb_engine.cc:3447
4215
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4216
4216
msgid "Data file autoextend increment in megabytes"
4219
#: ../plugin/haildb/haildb_engine.cc:3451
4219
#: ../plugin/haildb/haildb_engine.cc:3450
4221
4221
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4225
#: ../plugin/haildb/haildb_engine.cc:3454
4225
#: ../plugin/haildb/haildb_engine.cc:3453
4226
4226
msgid "The common part for HailDB table spaces."
4229
#: ../plugin/haildb/haildb_engine.cc:3456
4229
#: ../plugin/haildb/haildb_engine.cc:3455
4230
4230
msgid "Disable HailDB checksums validation (enabled by default)."
4233
#: ../plugin/haildb/haildb_engine.cc:3458
4233
#: ../plugin/haildb/haildb_engine.cc:3457
4234
4234
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4237
#: ../plugin/haildb/haildb_engine.cc:3461
4237
#: ../plugin/haildb/haildb_engine.cc:3460
4238
4238
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4241
#: ../plugin/haildb/haildb_engine.cc:3464
4241
#: ../plugin/haildb/haildb_engine.cc:3463
4243
4243
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4244
4244
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4247
#: ../plugin/haildb/haildb_engine.cc:3467
4247
#: ../plugin/haildb/haildb_engine.cc:3466
4248
4248
msgid "Stores each HailDB table to an .ibd file in the database dir."
4251
#: ../plugin/haildb/haildb_engine.cc:3470
4251
#: ../plugin/haildb/haildb_engine.cc:3469
4252
4252
msgid "File format to use for new tables in .ibd files."
4255
#: ../plugin/haildb/haildb_engine.cc:3473
4255
#: ../plugin/haildb/haildb_engine.cc:3472
4257
4257
"Set to 0 (write and flush once per second),1 (write and flush at each "
4258
4258
"commit) or 2 (write at commit, flush once per second)."
4261
#: ../plugin/haildb/haildb_engine.cc:3476
4262
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4261
#: ../plugin/haildb/haildb_engine.cc:3475
4262
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4263
4263
msgid "With which method to flush data."
4266
4266
#. ####### Should we use this option? #######
4267
#: ../plugin/haildb/haildb_engine.cc:3479
4268
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4267
#: ../plugin/haildb/haildb_engine.cc:3478
4268
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4270
4270
"Helps to save your data in case the disk image of the database becomes "
4274
#: ../plugin/haildb/haildb_engine.cc:3482
4275
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4274
#: ../plugin/haildb/haildb_engine.cc:3481
4275
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4276
4276
msgid "Path to individual files and their sizes."
4279
#: ../plugin/haildb/haildb_engine.cc:3485
4279
#: ../plugin/haildb/haildb_engine.cc:3484
4281
4281
msgid "Path to HailDB log files."
4282
4282
msgstr "താത്കാലിക രചനകള്ക്കുളള വഴി."
4284
#: ../plugin/haildb/haildb_engine.cc:3488
4285
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4284
#: ../plugin/haildb/haildb_engine.cc:3487
4285
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4286
4286
msgid "Size of each log file in a log group."
4289
#: ../plugin/haildb/haildb_engine.cc:3491
4289
#: ../plugin/haildb/haildb_engine.cc:3490
4291
4291
"Number of log files in the log group. HailDB writes to the files in a "
4292
4292
"circular fashion. Value 3 is recommended here."
4295
#: ../plugin/haildb/haildb_engine.cc:3494
4295
#: ../plugin/haildb/haildb_engine.cc:3493
4297
4297
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4298
4298
"rolled back. Values above 100000000 disable the timeout."
4301
#: ../plugin/haildb/haildb_engine.cc:3497
4301
#: ../plugin/haildb/haildb_engine.cc:3496
4303
4303
"The size of the buffer which HailDB uses to write log to the log files on "
4307
#: ../plugin/haildb/haildb_engine.cc:3500
4307
#: ../plugin/haildb/haildb_engine.cc:3499
4309
4309
"Sets the point in the LRU list from where all pages are classified as old "
4310
4310
"(Advanced users)"
4313
#: ../plugin/haildb/haildb_engine.cc:3503
4313
#: ../plugin/haildb/haildb_engine.cc:3502
4315
4315
"Milliseconds between accesses to a block at which it is made young. "
4316
4316
"0=disabled (Advanced users)"
4319
#: ../plugin/haildb/haildb_engine.cc:3506
4320
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4792
4319
#: ../plugin/haildb/haildb_engine.cc:3505
4320
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4321
4321
msgid "Percentage of dirty pages allowed in bufferpool."
4324
#: ../plugin/haildb/haildb_engine.cc:3509
4324
#: ../plugin/haildb/haildb_engine.cc:3508
4325
4325
msgid "Desired maximum length of the purge queue (0 = no limit)"
4328
#: ../plugin/haildb/haildb_engine.cc:3512
4328
#: ../plugin/haildb/haildb_engine.cc:3511
4330
4330
"Roll back the complete transaction on lock wait timeout, for 4.x "
4331
4331
"compatibility (disabled by default)"
4334
#: ../plugin/haildb/haildb_engine.cc:3515
4334
#: ../plugin/haildb/haildb_engine.cc:3514
4335
4335
msgid "How many files at the maximum HailDB keeps open at the same time."
4338
#: ../plugin/haildb/haildb_engine.cc:3518
4338
#: ../plugin/haildb/haildb_engine.cc:3517
4339
4339
msgid "Number of background read I/O threads in HailDB."
4342
#: ../plugin/haildb/haildb_engine.cc:3521
4342
#: ../plugin/haildb/haildb_engine.cc:3520
4343
4343
msgid "Number of background write I/O threads in HailDB."
4346
#: ../plugin/haildb/haildb_engine.cc:3523
4346
#: ../plugin/haildb/haildb_engine.cc:3522
4348
4348
"Disable if you want to reduce the number of messages written to the log "
4349
4349
"(default: enabled)."
4352
#: ../plugin/haildb/haildb_engine.cc:3526
4352
#: ../plugin/haildb/haildb_engine.cc:3525
4353
4353
msgid "Enable SHOW HAILDB STATUS output in the log"
4356
#: ../plugin/haildb/haildb_engine.cc:3529
4356
#: ../plugin/haildb/haildb_engine.cc:3528
4357
4357
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4360
#: ../plugin/haildb/haildb_engine.cc:3531
4360
#: ../plugin/haildb/haildb_engine.cc:3530
4362
4362
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4393
4393
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4396
#: ../plugin/innobase/handler/ha_innodb.cc:1959
4396
#: ../plugin/innobase/handler/ha_innodb.cc:1967
4398
4398
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4399
4399
"zero and nonzero."
4402
#: ../plugin/innobase/handler/ha_innodb.cc:2269
4402
#: ../plugin/innobase/handler/ha_innodb.cc:2277
4404
4404
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4408
#: ../plugin/innobase/handler/ha_innodb.cc:2313
4408
#: ../plugin/innobase/handler/ha_innodb.cc:2321
4411
4411
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4412
4412
"or its equivalent numeric id"
4415
#: ../plugin/innobase/handler/ha_innodb.cc:9382
4415
#: ../plugin/innobase/handler/ha_innodb.cc:9390
4416
4416
msgid "Do not use Native AIO library for IO, even if available"
4419
#: ../plugin/innobase/handler/ha_innodb.cc:9423
4419
#: ../plugin/innobase/handler/ha_innodb.cc:9431
4420
4420
msgid "Enable internal replication log."
4423
#: ../plugin/innobase/handler/ha_innodb.cc:9426
4423
#: ../plugin/innobase/handler/ha_innodb.cc:9434
4425
4425
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4426
4426
"rolled back. Values above 100000000 disable the timeout."
4429
#: ../plugin/innobase/handler/ha_innodb.cc:9429
4429
#: ../plugin/innobase/handler/ha_innodb.cc:9437
4430
4430
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4433
#: ../plugin/innobase/handler/ha_innodb.cc:9432
4433
#: ../plugin/innobase/handler/ha_innodb.cc:9440
4435
4435
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4436
4436
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4439
#: ../plugin/innobase/handler/replication_dictionary.cc:119
4439
#: ../plugin/innobase/handler/replication_dictionary.cc:125
4440
4440
#: ../plugin/transaction_log/hexdump_transaction_message.cc:168
4441
4441
#: ../plugin/transaction_log/print_transaction_message.cc:173
4442
4442
#: ../plugin/transaction_log/transaction_log_reader.cc:156
4497
4497
msgid "InnoDB: Using Linux native AIO"
4500
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4500
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4750
4501
4501
msgid "destination directory"
4504
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4504
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4751
4505
4505
msgid "take backup to target-dir"
4508
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4508
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4509
4509
msgid "calc statistic of datadir (offline mysqld is recommended)"
4512
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4512
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4513
4513
msgid "prepare a backup for starting mysql server on the backup."
4516
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4516
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4517
4517
msgid "create files to import to another database when prepare."
4520
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4520
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4522
4522
"stop recovery process not to progress LSN after applying log when prepare."
4525
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4525
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4526
4526
msgid "print parameter of mysqld needed for copyback."
4529
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4529
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4530
4530
msgid "The value is used instead of buffer_pool_size"
4533
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4533
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4535
4535
"creates a file 'xtrabackup_suspended' and waits until the user deletes that "
4536
4536
"file at the end of '--backup'"
4539
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4539
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4541
4541
"limit count of IO operations (pairs of read&write) per second to IOS values "
4542
4542
"(for '--backup')"
4545
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4545
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4547
4547
"outputs the contents of 'xtrabackup_logfile' to stdout only until the file "
4548
4548
"'xtrabackup_suspended' deleted (for '--backup')."
4551
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4551
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4553
4553
"(for --backup): save an extra copy of the xtrabackup_checkpoints file in "
4554
4554
"this directory."
4557
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4557
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4559
4559
"(for --backup): copy only .ibd pages newer than specified LSN 'high:low'. "
4560
4560
"##ATTENTION##: checkpoint lsn must be used. anyone can detect your mistake. "
4561
4561
"be carefully!"
4564
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4564
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4566
4566
"(for --backup): copy only .ibd pages newer than backup at specified "
4570
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4570
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4572
4572
"(for --prepare): apply .delta files and logfile in the specified directory."
4575
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4575
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4576
4576
msgid "filtering by regexp for table names."
4579
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4768
4579
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4580
4580
msgid "filtering by list of the exact database.table name in the file."
4583
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4583
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4585
4585
"** not work for now** creates ib_logfile* also after '--prepare'. ### If you "
4586
4586
"want create ib_logfile*, only re-execute this command in same options. ###"
4589
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4589
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4591
4591
"Path for temporary files. Several paths may be specified, separated by a "
4592
4592
"colon (:), in this case they are used in a round-robin fashion."
4595
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4595
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4770
4597
4597
"Number of threads to use for parallel datafiles transfer. Does not have any "
4598
4598
"effect in the stream mode. The default value is 1."
4601
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4601
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4603
4603
"Enable InnoDB adaptive hash index (enabled by default). Disable with --skip-"
4604
4604
"innodb-adaptive-hash-index."
4607
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4609
"Size of a memory pool InnoDB uses to store data dictionary information and "
4610
"other internal data structures."
4607
4613
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4774
4609
"Size of a memory pool InnoDB uses to store data dictionary information and "
4610
"other internal data structures."
4613
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4615
4615
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4619
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4619
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4621
4621
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
4622
4622
"innodb-checksums."
4625
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4625
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4626
4626
msgid "The common part for InnoDB table spaces."
4629
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4629
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4631
4631
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
4632
4632
"innodb-doublewrite."
4635
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4635
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4636
4636
msgid "Number of file I/O threads in InnoDB."
4639
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4639
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4640
4640
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4643
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4783
4643
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4645
4645
"Set to 0 (write and flush once per second), 1 (write and flush at each "
4646
4646
"commit) or 2 (write at commit, flush once per second)."
4649
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4649
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4785
4651
4651
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4655
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4657
"The size of the buffer which InnoDB uses to write log to the log files on "
4655
4661
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4788
4657
"The size of the buffer which InnoDB uses to write log to the log files on "
4661
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4663
4663
"Number of log files in the log group. InnoDB writes to the files in a "
4664
4664
"circular fashion. Value 3 is recommended here."
4667
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4669
msgid "Path to InnoDB log files."
4670
msgstr "താത്കാലിക രചനകള്ക്കുളള വഴി."
4667
4672
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4791
4669
msgid "Path to InnoDB log files."
4670
msgstr "താത്കാലിക രചനകള്ക്കുളള വഴി."
4673
msgid "How many files at the maximum InnoDB keeps open at the same time."
4672
4676
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4793
4673
msgid "How many files at the maximum InnoDB keeps open at the same time."
4676
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4677
4677
msgid "The universal page size of the database."
4680
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4680
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4794
4682
4682
"###EXPERIMENTAL###: The log block size of the transaction log file. Changing "
4683
4683
"for created log file is not supported. Use on your own risk!"
4686
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4686
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4688
4688
"Change the algorithm of checksum for the whole of datapage to 4-bytes word "
4692
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4798
4692
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4694
4694
"Enable to use about 4000 undo slots instead of default 1024. Not recommended "
4695
4695
"to use, Because it is not change back to disable, once it is used."
4698
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4799
4698
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4700
4700
"Path to special datafile for doublewrite buffer. (default is : not used)"