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
4364
4364
msgid "Enable internal replication log."
4365
4365
msgstr "Tranzakciós napló engedélyezése"
4367
#: ../plugin/innobase/handler/ha_innodb.cc:9426
4367
#: ../plugin/innobase/handler/ha_innodb.cc:9434
4369
4369
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4370
4370
"rolled back. Values above 100000000 disable the timeout."
4373
#: ../plugin/innobase/handler/ha_innodb.cc:9429
4373
#: ../plugin/innobase/handler/ha_innodb.cc:9437
4374
4374
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4377
#: ../plugin/innobase/handler/ha_innodb.cc:9432
4377
#: ../plugin/innobase/handler/ha_innodb.cc:9440
4379
4379
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4380
4380
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4383
#: ../plugin/innobase/handler/replication_dictionary.cc:119
4383
#: ../plugin/innobase/handler/replication_dictionary.cc:125
4384
4384
#: ../plugin/transaction_log/hexdump_transaction_message.cc:168
4385
4385
#: ../plugin/transaction_log/print_transaction_message.cc:173
4386
4386
#: ../plugin/transaction_log/transaction_log_reader.cc:156
4441
4441
msgid "InnoDB: Using Linux native AIO"
4444
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4444
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4750
4445
4445
msgid "destination directory"
4448
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4448
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4751
4449
4449
msgid "take backup to target-dir"
4452
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4452
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4453
4453
msgid "calc statistic of datadir (offline mysqld is recommended)"
4456
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4456
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4457
4457
msgid "prepare a backup for starting mysql server on the backup."
4460
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4460
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4461
4461
msgid "create files to import to another database when prepare."
4464
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4464
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4466
4466
"stop recovery process not to progress LSN after applying log when prepare."
4469
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4469
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4470
4470
msgid "print parameter of mysqld needed for copyback."
4473
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4473
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4474
4474
msgid "The value is used instead of buffer_pool_size"
4477
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4477
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4479
4479
"creates a file 'xtrabackup_suspended' and waits until the user deletes that "
4480
4480
"file at the end of '--backup'"
4483
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4483
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4485
4485
"limit count of IO operations (pairs of read&write) per second to IOS values "
4486
4486
"(for '--backup')"
4489
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4489
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4491
4491
"outputs the contents of 'xtrabackup_logfile' to stdout only until the file "
4492
4492
"'xtrabackup_suspended' deleted (for '--backup')."
4495
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4495
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4497
4497
"(for --backup): save an extra copy of the xtrabackup_checkpoints file in "
4498
4498
"this directory."
4501
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4501
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4503
4503
"(for --backup): copy only .ibd pages newer than specified LSN 'high:low'. "
4504
4504
"##ATTENTION##: checkpoint lsn must be used. anyone can detect your mistake. "
4505
4505
"be carefully!"
4508
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4508
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4510
4510
"(for --backup): copy only .ibd pages newer than backup at specified "
4514
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4514
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4516
4516
"(for --prepare): apply .delta files and logfile in the specified directory."
4519
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4519
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4520
4520
msgid "filtering by regexp for table names."
4523
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4768
4523
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4524
4524
msgid "filtering by list of the exact database.table name in the file."
4527
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4527
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4529
4529
"** not work for now** creates ib_logfile* also after '--prepare'. ### If you "
4530
4530
"want create ib_logfile*, only re-execute this command in same options. ###"
4533
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4533
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4535
4535
"Path for temporary files. Several paths may be specified, separated by a "
4536
4536
"colon (:), in this case they are used in a round-robin fashion."
4539
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4539
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4770
4541
4541
"Number of threads to use for parallel datafiles transfer. Does not have any "
4542
4542
"effect in the stream mode. The default value is 1."
4545
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4545
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4547
4547
"Enable InnoDB adaptive hash index (enabled by default). Disable with --skip-"
4548
4548
"innodb-adaptive-hash-index."
4551
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4553
"Size of a memory pool InnoDB uses to store data dictionary information and "
4554
"other internal data structures."
4551
4557
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4774
4553
"Size of a memory pool InnoDB uses to store data dictionary information and "
4554
"other internal data structures."
4557
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4559
4559
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4563
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4563
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4565
4565
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
4566
4566
"innodb-checksums."
4569
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4569
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4570
4570
msgid "The common part for InnoDB table spaces."
4573
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4573
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4575
4575
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
4576
4576
"innodb-doublewrite."
4579
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4579
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4580
4580
msgid "Number of file I/O threads in InnoDB."
4583
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4583
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4584
4584
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4587
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4783
4587
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4589
4589
"Set to 0 (write and flush once per second), 1 (write and flush at each "
4590
4590
"commit) or 2 (write at commit, flush once per second)."
4593
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4593
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4785
4595
4595
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4599
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4601
"The size of the buffer which InnoDB uses to write log to the log files on "
4599
4605
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4788
4601
"The size of the buffer which InnoDB uses to write log to the log files on "
4605
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4607
4607
"Number of log files in the log group. InnoDB writes to the files in a "
4608
4608
"circular fashion. Value 3 is recommended here."
4611
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4612
msgid "Path to InnoDB log files."
4611
4615
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4791
4612
msgid "Path to InnoDB log files."
4616
msgid "How many files at the maximum InnoDB keeps open at the same time."
4615
4619
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4793
4616
msgid "How many files at the maximum InnoDB keeps open at the same time."
4619
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4620
4620
msgid "The universal page size of the database."
4623
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4623
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4794
4625
4625
"###EXPERIMENTAL###: The log block size of the transaction log file. Changing "
4626
4626
"for created log file is not supported. Use on your own risk!"
4629
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4629
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4631
4631
"Change the algorithm of checksum for the whole of datapage to 4-bytes word "
4635
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4798
4635
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4637
4637
"Enable to use about 4000 undo slots instead of default 1024. Not recommended "
4638
4638
"to use, Because it is not change back to disable, once it is used."
4641
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4799
4641
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4643
4643
"Path to special datafile for doublewrite buffer. (default is : not used)"