4235
4235
msgid "Regular expression to apply to tables to exclude"
4238
#: ../plugin/haildb/haildb_engine.cc:1087
4239
#: ../plugin/haildb/haildb_engine.cc:1224
4240
#: ../plugin/haildb/haildb_engine.cc:1254
4238
#: ../plugin/haildb/haildb_engine.cc:1086
4239
#: ../plugin/haildb/haildb_engine.cc:1223
4240
#: ../plugin/haildb/haildb_engine.cc:1253
4241
4241
#, fuzzy, c-format
4242
4242
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4243
4243
msgstr "Ошибка при создании/записи файла '%s' (Код ошибки: %d)"
4245
#: ../plugin/haildb/haildb_engine.cc:1106
4245
#: ../plugin/haildb/haildb_engine.cc:1105
4247
4247
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4250
#: ../plugin/haildb/haildb_engine.cc:1203
4251
#: ../plugin/haildb/haildb_engine.cc:1316
4252
#: ../plugin/haildb/haildb_engine.cc:1497
4253
#: ../plugin/haildb/haildb_engine.cc:2163
4250
#: ../plugin/haildb/haildb_engine.cc:1202
4251
#: ../plugin/haildb/haildb_engine.cc:1315
4252
#: ../plugin/haildb/haildb_engine.cc:1496
4253
#: ../plugin/haildb/haildb_engine.cc:2162
4255
4255
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4258
#: ../plugin/haildb/haildb_engine.cc:1355
4259
#: ../plugin/haildb/haildb_engine.cc:1371
4258
#: ../plugin/haildb/haildb_engine.cc:1354
4259
#: ../plugin/haildb/haildb_engine.cc:1370
4261
4261
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4264
#: ../plugin/haildb/haildb_engine.cc:3411
4264
#: ../plugin/haildb/haildb_engine.cc:3410
4266
4266
msgid "Error starting HailDB %d (%s)\n"
4269
#: ../plugin/haildb/haildb_engine.cc:3440
4269
#: ../plugin/haildb/haildb_engine.cc:3439
4270
4270
msgid "Disable HailDB adaptive hash index (enabled by default)."
4273
#: ../plugin/haildb/haildb_engine.cc:3442
4273
#: ../plugin/haildb/haildb_engine.cc:3441
4274
4274
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4277
#: ../plugin/haildb/haildb_engine.cc:3445
4277
#: ../plugin/haildb/haildb_engine.cc:3444
4279
4279
"Size of a memory pool HailDB uses to store data dictionary information and "
4280
4280
"other internal data structures."
4283
#: ../plugin/haildb/haildb_engine.cc:3448
4284
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4283
#: ../plugin/haildb/haildb_engine.cc:3447
4284
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4285
4285
msgid "Data file autoextend increment in megabytes"
4288
#: ../plugin/haildb/haildb_engine.cc:3451
4288
#: ../plugin/haildb/haildb_engine.cc:3450
4290
4290
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4294
#: ../plugin/haildb/haildb_engine.cc:3454
4294
#: ../plugin/haildb/haildb_engine.cc:3453
4295
4295
msgid "The common part for HailDB table spaces."
4298
#: ../plugin/haildb/haildb_engine.cc:3456
4298
#: ../plugin/haildb/haildb_engine.cc:3455
4299
4299
msgid "Disable HailDB checksums validation (enabled by default)."
4302
#: ../plugin/haildb/haildb_engine.cc:3458
4302
#: ../plugin/haildb/haildb_engine.cc:3457
4303
4303
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4306
#: ../plugin/haildb/haildb_engine.cc:3461
4306
#: ../plugin/haildb/haildb_engine.cc:3460
4307
4307
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4310
#: ../plugin/haildb/haildb_engine.cc:3464
4310
#: ../plugin/haildb/haildb_engine.cc:3463
4312
4312
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4313
4313
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4316
#: ../plugin/haildb/haildb_engine.cc:3467
4316
#: ../plugin/haildb/haildb_engine.cc:3466
4317
4317
msgid "Stores each HailDB table to an .ibd file in the database dir."
4320
#: ../plugin/haildb/haildb_engine.cc:3470
4320
#: ../plugin/haildb/haildb_engine.cc:3469
4321
4321
msgid "File format to use for new tables in .ibd files."
4324
#: ../plugin/haildb/haildb_engine.cc:3473
4324
#: ../plugin/haildb/haildb_engine.cc:3472
4326
4326
"Set to 0 (write and flush once per second),1 (write and flush at each "
4327
4327
"commit) or 2 (write at commit, flush once per second)."
4330
#: ../plugin/haildb/haildb_engine.cc:3476
4331
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4330
#: ../plugin/haildb/haildb_engine.cc:3475
4331
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4332
4332
msgid "With which method to flush data."
4335
4335
#. ####### Should we use this option? #######
4336
#: ../plugin/haildb/haildb_engine.cc:3479
4337
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4336
#: ../plugin/haildb/haildb_engine.cc:3478
4337
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4339
4339
"Helps to save your data in case the disk image of the database becomes "
4343
#: ../plugin/haildb/haildb_engine.cc:3482
4344
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4343
#: ../plugin/haildb/haildb_engine.cc:3481
4344
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4345
4345
msgid "Path to individual files and their sizes."
4348
#: ../plugin/haildb/haildb_engine.cc:3485
4348
#: ../plugin/haildb/haildb_engine.cc:3484
4350
4350
msgid "Path to HailDB log files."
4351
4351
msgstr "Путь к временным файлам."
4353
#: ../plugin/haildb/haildb_engine.cc:3488
4354
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4353
#: ../plugin/haildb/haildb_engine.cc:3487
4354
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4355
4355
msgid "Size of each log file in a log group."
4358
#: ../plugin/haildb/haildb_engine.cc:3491
4358
#: ../plugin/haildb/haildb_engine.cc:3490
4360
4360
"Number of log files in the log group. HailDB writes to the files in a "
4361
4361
"circular fashion. Value 3 is recommended here."
4364
#: ../plugin/haildb/haildb_engine.cc:3494
4364
#: ../plugin/haildb/haildb_engine.cc:3493
4366
4366
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4367
4367
"rolled back. Values above 100000000 disable the timeout."
4370
#: ../plugin/haildb/haildb_engine.cc:3497
4370
#: ../plugin/haildb/haildb_engine.cc:3496
4372
4372
"The size of the buffer which HailDB uses to write log to the log files on "
4376
#: ../plugin/haildb/haildb_engine.cc:3500
4376
#: ../plugin/haildb/haildb_engine.cc:3499
4378
4378
"Sets the point in the LRU list from where all pages are classified as old "
4379
4379
"(Advanced users)"
4382
#: ../plugin/haildb/haildb_engine.cc:3503
4382
#: ../plugin/haildb/haildb_engine.cc:3502
4384
4384
"Milliseconds between accesses to a block at which it is made young. "
4385
4385
"0=disabled (Advanced users)"
4388
#: ../plugin/haildb/haildb_engine.cc:3506
4389
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4792
4388
#: ../plugin/haildb/haildb_engine.cc:3505
4389
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4390
4390
msgid "Percentage of dirty pages allowed in bufferpool."
4393
#: ../plugin/haildb/haildb_engine.cc:3509
4393
#: ../plugin/haildb/haildb_engine.cc:3508
4394
4394
msgid "Desired maximum length of the purge queue (0 = no limit)"
4397
#: ../plugin/haildb/haildb_engine.cc:3512
4397
#: ../plugin/haildb/haildb_engine.cc:3511
4399
4399
"Roll back the complete transaction on lock wait timeout, for 4.x "
4400
4400
"compatibility (disabled by default)"
4403
#: ../plugin/haildb/haildb_engine.cc:3515
4403
#: ../plugin/haildb/haildb_engine.cc:3514
4404
4404
msgid "How many files at the maximum HailDB keeps open at the same time."
4407
#: ../plugin/haildb/haildb_engine.cc:3518
4407
#: ../plugin/haildb/haildb_engine.cc:3517
4408
4408
msgid "Number of background read I/O threads in HailDB."
4411
#: ../plugin/haildb/haildb_engine.cc:3521
4411
#: ../plugin/haildb/haildb_engine.cc:3520
4412
4412
msgid "Number of background write I/O threads in HailDB."
4415
#: ../plugin/haildb/haildb_engine.cc:3523
4415
#: ../plugin/haildb/haildb_engine.cc:3522
4417
4417
"Disable if you want to reduce the number of messages written to the log "
4418
4418
"(default: enabled)."
4421
#: ../plugin/haildb/haildb_engine.cc:3526
4421
#: ../plugin/haildb/haildb_engine.cc:3525
4422
4422
msgid "Enable SHOW HAILDB STATUS output in the log"
4425
#: ../plugin/haildb/haildb_engine.cc:3529
4425
#: ../plugin/haildb/haildb_engine.cc:3528
4426
4426
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4429
#: ../plugin/haildb/haildb_engine.cc:3531
4429
#: ../plugin/haildb/haildb_engine.cc:3530
4431
4431
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4462
4462
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4465
#: ../plugin/innobase/handler/ha_innodb.cc:1959
4465
#: ../plugin/innobase/handler/ha_innodb.cc:1967
4467
4467
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4468
4468
"zero and nonzero."
4471
#: ../plugin/innobase/handler/ha_innodb.cc:2269
4471
#: ../plugin/innobase/handler/ha_innodb.cc:2277
4473
4473
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4477
#: ../plugin/innobase/handler/ha_innodb.cc:2313
4477
#: ../plugin/innobase/handler/ha_innodb.cc:2321
4480
4480
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4481
4481
"or its equivalent numeric id"
4484
#: ../plugin/innobase/handler/ha_innodb.cc:9382
4484
#: ../plugin/innobase/handler/ha_innodb.cc:9390
4485
4485
msgid "Do not use Native AIO library for IO, even if available"
4488
#: ../plugin/innobase/handler/ha_innodb.cc:9423
4488
#: ../plugin/innobase/handler/ha_innodb.cc:9431
4489
4489
msgid "Enable internal replication log."
4492
#: ../plugin/innobase/handler/ha_innodb.cc:9426
4492
#: ../plugin/innobase/handler/ha_innodb.cc:9434
4494
4494
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4495
4495
"rolled back. Values above 100000000 disable the timeout."
4498
#: ../plugin/innobase/handler/ha_innodb.cc:9429
4498
#: ../plugin/innobase/handler/ha_innodb.cc:9437
4499
4499
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4502
#: ../plugin/innobase/handler/ha_innodb.cc:9432
4502
#: ../plugin/innobase/handler/ha_innodb.cc:9440
4504
4504
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4505
4505
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4508
#: ../plugin/innobase/handler/replication_dictionary.cc:119
4508
#: ../plugin/innobase/handler/replication_dictionary.cc:125
4509
4509
#: ../plugin/transaction_log/hexdump_transaction_message.cc:168
4510
4510
#: ../plugin/transaction_log/print_transaction_message.cc:173
4511
4511
#: ../plugin/transaction_log/transaction_log_reader.cc:156
4566
4566
msgid "InnoDB: Using Linux native AIO"
4569
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4569
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4750
4570
4570
msgid "destination directory"
4573
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4573
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4751
4574
4574
msgid "take backup to target-dir"
4577
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4577
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4578
4578
msgid "calc statistic of datadir (offline mysqld is recommended)"
4581
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4581
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4582
4582
msgid "prepare a backup for starting mysql server on the backup."
4585
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4585
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4586
4586
msgid "create files to import to another database when prepare."
4589
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4589
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4591
4591
"stop recovery process not to progress LSN after applying log when prepare."
4594
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4594
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4595
4595
msgid "print parameter of mysqld needed for copyback."
4598
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4598
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4599
4599
msgid "The value is used instead of buffer_pool_size"
4602
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4602
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4604
4604
"creates a file 'xtrabackup_suspended' and waits until the user deletes that "
4605
4605
"file at the end of '--backup'"
4608
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4608
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4610
4610
"limit count of IO operations (pairs of read&write) per second to IOS values "
4611
4611
"(for '--backup')"
4614
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4614
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4616
4616
"outputs the contents of 'xtrabackup_logfile' to stdout only until the file "
4617
4617
"'xtrabackup_suspended' deleted (for '--backup')."
4620
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4620
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4622
4622
"(for --backup): save an extra copy of the xtrabackup_checkpoints file in "
4623
4623
"this directory."
4626
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4626
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4628
4628
"(for --backup): copy only .ibd pages newer than specified LSN 'high:low'. "
4629
4629
"##ATTENTION##: checkpoint lsn must be used. anyone can detect your mistake. "
4630
4630
"be carefully!"
4633
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4633
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4635
4635
"(for --backup): copy only .ibd pages newer than backup at specified "
4639
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4639
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4641
4641
"(for --prepare): apply .delta files and logfile in the specified directory."
4644
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4644
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4645
4645
msgid "filtering by regexp for table names."
4648
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4768
4648
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4649
4649
msgid "filtering by list of the exact database.table name in the file."
4652
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4652
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4654
4654
"** not work for now** creates ib_logfile* also after '--prepare'. ### If you "
4655
4655
"want create ib_logfile*, only re-execute this command in same options. ###"
4658
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4658
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4660
4660
"Path for temporary files. Several paths may be specified, separated by a "
4661
4661
"colon (:), in this case they are used in a round-robin fashion."
4664
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4664
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4770
4666
4666
"Number of threads to use for parallel datafiles transfer. Does not have any "
4667
4667
"effect in the stream mode. The default value is 1."
4670
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4670
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4672
4672
"Enable InnoDB adaptive hash index (enabled by default). Disable with --skip-"
4673
4673
"innodb-adaptive-hash-index."
4676
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4678
"Size of a memory pool InnoDB uses to store data dictionary information and "
4679
"other internal data structures."
4676
4682
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4774
4678
"Size of a memory pool InnoDB uses to store data dictionary information and "
4679
"other internal data structures."
4682
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4684
4684
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4688
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4688
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4690
4690
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
4691
4691
"innodb-checksums."
4694
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4694
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4695
4695
msgid "The common part for InnoDB table spaces."
4698
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4698
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4700
4700
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
4701
4701
"innodb-doublewrite."
4704
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4704
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4705
4705
msgid "Number of file I/O threads in InnoDB."
4708
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4708
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4709
4709
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4712
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4783
4712
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4714
4714
"Set to 0 (write and flush once per second), 1 (write and flush at each "
4715
4715
"commit) or 2 (write at commit, flush once per second)."
4718
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4718
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4785
4720
4720
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4724
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4726
"The size of the buffer which InnoDB uses to write log to the log files on "
4724
4730
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4788
4726
"The size of the buffer which InnoDB uses to write log to the log files on "
4730
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4732
4732
"Number of log files in the log group. InnoDB writes to the files in a "
4733
4733
"circular fashion. Value 3 is recommended here."
4736
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4738
msgid "Path to InnoDB log files."
4739
msgstr "Путь к временным файлам."
4736
4741
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4791
4738
msgid "Path to InnoDB log files."
4739
msgstr "Путь к временным файлам."
4742
msgid "How many files at the maximum InnoDB keeps open at the same time."
4741
4745
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4793
4742
msgid "How many files at the maximum InnoDB keeps open at the same time."
4745
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4746
4746
msgid "The universal page size of the database."
4749
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4749
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4794
4751
4751
"###EXPERIMENTAL###: The log block size of the transaction log file. Changing "
4752
4752
"for created log file is not supported. Use on your own risk!"
4755
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4755
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4757
4757
"Change the algorithm of checksum for the whole of datapage to 4-bytes word "
4761
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4798
4761
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4763
4763
"Enable to use about 4000 undo slots instead of default 1024. Not recommended "
4764
4764
"to use, Because it is not change back to disable, once it is used."
4767
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4799
4767
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4769
4769
"Path to special datafile for doublewrite buffer. (default is : not used)"