4207
4207
msgid "Regular expression to apply to tables to exclude"
4210
#: ../plugin/haildb/haildb_engine.cc:1087
4211
#: ../plugin/haildb/haildb_engine.cc:1224
4212
#: ../plugin/haildb/haildb_engine.cc:1254
4210
#: ../plugin/haildb/haildb_engine.cc:1086
4211
#: ../plugin/haildb/haildb_engine.cc:1223
4212
#: ../plugin/haildb/haildb_engine.cc:1253
4213
4213
#, fuzzy, c-format
4214
4214
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4215
4215
msgstr "'%-.192s' veritabanı oluşturulamıyor (errno: %d)"
4217
#: ../plugin/haildb/haildb_engine.cc:1106
4217
#: ../plugin/haildb/haildb_engine.cc:1105
4219
4219
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4222
#: ../plugin/haildb/haildb_engine.cc:1203
4223
#: ../plugin/haildb/haildb_engine.cc:1316
4224
#: ../plugin/haildb/haildb_engine.cc:1497
4225
#: ../plugin/haildb/haildb_engine.cc:2163
4222
#: ../plugin/haildb/haildb_engine.cc:1202
4223
#: ../plugin/haildb/haildb_engine.cc:1315
4224
#: ../plugin/haildb/haildb_engine.cc:1496
4225
#: ../plugin/haildb/haildb_engine.cc:2162
4227
4227
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4230
#: ../plugin/haildb/haildb_engine.cc:1355
4231
#: ../plugin/haildb/haildb_engine.cc:1371
4230
#: ../plugin/haildb/haildb_engine.cc:1354
4231
#: ../plugin/haildb/haildb_engine.cc:1370
4233
4233
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4236
#: ../plugin/haildb/haildb_engine.cc:3411
4236
#: ../plugin/haildb/haildb_engine.cc:3410
4238
4238
msgid "Error starting HailDB %d (%s)\n"
4241
#: ../plugin/haildb/haildb_engine.cc:3440
4241
#: ../plugin/haildb/haildb_engine.cc:3439
4242
4242
msgid "Disable HailDB adaptive hash index (enabled by default)."
4245
#: ../plugin/haildb/haildb_engine.cc:3442
4245
#: ../plugin/haildb/haildb_engine.cc:3441
4246
4246
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4249
#: ../plugin/haildb/haildb_engine.cc:3445
4249
#: ../plugin/haildb/haildb_engine.cc:3444
4251
4251
"Size of a memory pool HailDB uses to store data dictionary information and "
4252
4252
"other internal data structures."
4255
#: ../plugin/haildb/haildb_engine.cc:3448
4256
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4255
#: ../plugin/haildb/haildb_engine.cc:3447
4256
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4257
4257
msgid "Data file autoextend increment in megabytes"
4260
#: ../plugin/haildb/haildb_engine.cc:3451
4260
#: ../plugin/haildb/haildb_engine.cc:3450
4262
4262
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4266
#: ../plugin/haildb/haildb_engine.cc:3454
4266
#: ../plugin/haildb/haildb_engine.cc:3453
4267
4267
msgid "The common part for HailDB table spaces."
4270
#: ../plugin/haildb/haildb_engine.cc:3456
4270
#: ../plugin/haildb/haildb_engine.cc:3455
4271
4271
msgid "Disable HailDB checksums validation (enabled by default)."
4274
#: ../plugin/haildb/haildb_engine.cc:3458
4274
#: ../plugin/haildb/haildb_engine.cc:3457
4275
4275
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4278
#: ../plugin/haildb/haildb_engine.cc:3461
4278
#: ../plugin/haildb/haildb_engine.cc:3460
4279
4279
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4282
#: ../plugin/haildb/haildb_engine.cc:3464
4282
#: ../plugin/haildb/haildb_engine.cc:3463
4284
4284
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4285
4285
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4288
#: ../plugin/haildb/haildb_engine.cc:3467
4288
#: ../plugin/haildb/haildb_engine.cc:3466
4289
4289
msgid "Stores each HailDB table to an .ibd file in the database dir."
4292
#: ../plugin/haildb/haildb_engine.cc:3470
4292
#: ../plugin/haildb/haildb_engine.cc:3469
4293
4293
msgid "File format to use for new tables in .ibd files."
4296
#: ../plugin/haildb/haildb_engine.cc:3473
4296
#: ../plugin/haildb/haildb_engine.cc:3472
4298
4298
"Set to 0 (write and flush once per second),1 (write and flush at each "
4299
4299
"commit) or 2 (write at commit, flush once per second)."
4302
#: ../plugin/haildb/haildb_engine.cc:3476
4303
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4302
#: ../plugin/haildb/haildb_engine.cc:3475
4303
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4304
4304
msgid "With which method to flush data."
4307
4307
#. ####### Should we use this option? #######
4308
#: ../plugin/haildb/haildb_engine.cc:3479
4309
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4308
#: ../plugin/haildb/haildb_engine.cc:3478
4309
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4311
4311
"Helps to save your data in case the disk image of the database becomes "
4315
#: ../plugin/haildb/haildb_engine.cc:3482
4316
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4315
#: ../plugin/haildb/haildb_engine.cc:3481
4316
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4317
4317
msgid "Path to individual files and their sizes."
4320
#: ../plugin/haildb/haildb_engine.cc:3485
4320
#: ../plugin/haildb/haildb_engine.cc:3484
4322
4322
msgid "Path to HailDB log files."
4323
4323
msgstr "Geçici dosyalar için yol"
4325
#: ../plugin/haildb/haildb_engine.cc:3488
4326
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4325
#: ../plugin/haildb/haildb_engine.cc:3487
4326
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4327
4327
msgid "Size of each log file in a log group."
4330
#: ../plugin/haildb/haildb_engine.cc:3491
4330
#: ../plugin/haildb/haildb_engine.cc:3490
4332
4332
"Number of log files in the log group. HailDB writes to the files in a "
4333
4333
"circular fashion. Value 3 is recommended here."
4336
#: ../plugin/haildb/haildb_engine.cc:3494
4336
#: ../plugin/haildb/haildb_engine.cc:3493
4338
4338
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4339
4339
"rolled back. Values above 100000000 disable the timeout."
4342
#: ../plugin/haildb/haildb_engine.cc:3497
4342
#: ../plugin/haildb/haildb_engine.cc:3496
4344
4344
"The size of the buffer which HailDB uses to write log to the log files on "
4348
#: ../plugin/haildb/haildb_engine.cc:3500
4348
#: ../plugin/haildb/haildb_engine.cc:3499
4350
4350
"Sets the point in the LRU list from where all pages are classified as old "
4351
4351
"(Advanced users)"
4354
#: ../plugin/haildb/haildb_engine.cc:3503
4354
#: ../plugin/haildb/haildb_engine.cc:3502
4356
4356
"Milliseconds between accesses to a block at which it is made young. "
4357
4357
"0=disabled (Advanced users)"
4360
#: ../plugin/haildb/haildb_engine.cc:3506
4361
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4792
4360
#: ../plugin/haildb/haildb_engine.cc:3505
4361
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4362
4362
msgid "Percentage of dirty pages allowed in bufferpool."
4365
#: ../plugin/haildb/haildb_engine.cc:3509
4365
#: ../plugin/haildb/haildb_engine.cc:3508
4366
4366
msgid "Desired maximum length of the purge queue (0 = no limit)"
4369
#: ../plugin/haildb/haildb_engine.cc:3512
4369
#: ../plugin/haildb/haildb_engine.cc:3511
4371
4371
"Roll back the complete transaction on lock wait timeout, for 4.x "
4372
4372
"compatibility (disabled by default)"
4375
#: ../plugin/haildb/haildb_engine.cc:3515
4375
#: ../plugin/haildb/haildb_engine.cc:3514
4376
4376
msgid "How many files at the maximum HailDB keeps open at the same time."
4379
#: ../plugin/haildb/haildb_engine.cc:3518
4379
#: ../plugin/haildb/haildb_engine.cc:3517
4380
4380
msgid "Number of background read I/O threads in HailDB."
4383
#: ../plugin/haildb/haildb_engine.cc:3521
4383
#: ../plugin/haildb/haildb_engine.cc:3520
4384
4384
msgid "Number of background write I/O threads in HailDB."
4387
#: ../plugin/haildb/haildb_engine.cc:3523
4387
#: ../plugin/haildb/haildb_engine.cc:3522
4389
4389
"Disable if you want to reduce the number of messages written to the log "
4390
4390
"(default: enabled)."
4393
#: ../plugin/haildb/haildb_engine.cc:3526
4393
#: ../plugin/haildb/haildb_engine.cc:3525
4394
4394
msgid "Enable SHOW HAILDB STATUS output in the log"
4397
#: ../plugin/haildb/haildb_engine.cc:3529
4397
#: ../plugin/haildb/haildb_engine.cc:3528
4398
4398
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4401
#: ../plugin/haildb/haildb_engine.cc:3531
4401
#: ../plugin/haildb/haildb_engine.cc:3530
4403
4403
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4434
4434
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4437
#: ../plugin/innobase/handler/ha_innodb.cc:1959
4437
#: ../plugin/innobase/handler/ha_innodb.cc:1967
4439
4439
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4440
4440
"zero and nonzero."
4443
#: ../plugin/innobase/handler/ha_innodb.cc:2269
4443
#: ../plugin/innobase/handler/ha_innodb.cc:2277
4445
4445
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4449
#: ../plugin/innobase/handler/ha_innodb.cc:2313
4449
#: ../plugin/innobase/handler/ha_innodb.cc:2321
4452
4452
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4453
4453
"or its equivalent numeric id"
4456
#: ../plugin/innobase/handler/ha_innodb.cc:9382
4456
#: ../plugin/innobase/handler/ha_innodb.cc:9390
4457
4457
msgid "Do not use Native AIO library for IO, even if available"
4460
#: ../plugin/innobase/handler/ha_innodb.cc:9423
4460
#: ../plugin/innobase/handler/ha_innodb.cc:9431
4461
4461
msgid "Enable internal replication log."
4464
#: ../plugin/innobase/handler/ha_innodb.cc:9426
4464
#: ../plugin/innobase/handler/ha_innodb.cc:9434
4466
4466
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4467
4467
"rolled back. Values above 100000000 disable the timeout."
4470
#: ../plugin/innobase/handler/ha_innodb.cc:9429
4470
#: ../plugin/innobase/handler/ha_innodb.cc:9437
4471
4471
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4474
#: ../plugin/innobase/handler/ha_innodb.cc:9432
4474
#: ../plugin/innobase/handler/ha_innodb.cc:9440
4476
4476
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4477
4477
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4480
#: ../plugin/innobase/handler/replication_dictionary.cc:119
4480
#: ../plugin/innobase/handler/replication_dictionary.cc:125
4481
4481
#: ../plugin/transaction_log/hexdump_transaction_message.cc:168
4482
4482
#: ../plugin/transaction_log/print_transaction_message.cc:173
4483
4483
#: ../plugin/transaction_log/transaction_log_reader.cc:156
4538
4538
msgid "InnoDB: Using Linux native AIO"
4541
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4541
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4750
4542
4542
msgid "destination directory"
4545
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4545
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4751
4546
4546
msgid "take backup to target-dir"
4549
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4549
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4752
4550
4550
msgid "calc statistic of datadir (offline mysqld is recommended)"
4553
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4553
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4753
4554
4554
msgid "prepare a backup for starting mysql server on the backup."
4557
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4557
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4558
4558
msgid "create files to import to another database when prepare."
4561
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4561
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4563
4563
"stop recovery process not to progress LSN after applying log when prepare."
4566
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4566
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4567
4567
msgid "print parameter of mysqld needed for copyback."
4570
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4570
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4571
4571
msgid "The value is used instead of buffer_pool_size"
4574
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4574
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4576
4576
"creates a file 'xtrabackup_suspended' and waits until the user deletes that "
4577
4577
"file at the end of '--backup'"
4580
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4580
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4582
4582
"limit count of IO operations (pairs of read&write) per second to IOS values "
4583
4583
"(for '--backup')"
4586
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4586
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4588
4588
"outputs the contents of 'xtrabackup_logfile' to stdout only until the file "
4589
4589
"'xtrabackup_suspended' deleted (for '--backup')."
4592
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4592
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4594
4594
"(for --backup): save an extra copy of the xtrabackup_checkpoints file in "
4595
4595
"this directory."
4598
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4598
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4600
4600
"(for --backup): copy only .ibd pages newer than specified LSN 'high:low'. "
4601
4601
"##ATTENTION##: checkpoint lsn must be used. anyone can detect your mistake. "
4602
4602
"be carefully!"
4605
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4605
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4607
4607
"(for --backup): copy only .ibd pages newer than backup at specified "
4611
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4611
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4613
4613
"(for --prepare): apply .delta files and logfile in the specified directory."
4616
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4616
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4617
4617
msgid "filtering by regexp for table names."
4620
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4768
4620
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4621
4621
msgid "filtering by list of the exact database.table name in the file."
4624
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4624
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4626
4626
"** not work for now** creates ib_logfile* also after '--prepare'. ### If you "
4627
4627
"want create ib_logfile*, only re-execute this command in same options. ###"
4630
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4630
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4632
4632
"Path for temporary files. Several paths may be specified, separated by a "
4633
4633
"colon (:), in this case they are used in a round-robin fashion."
4636
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4636
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4770
4638
4638
"Number of threads to use for parallel datafiles transfer. Does not have any "
4639
4639
"effect in the stream mode. The default value is 1."
4642
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4642
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4644
4644
"Enable InnoDB adaptive hash index (enabled by default). Disable with --skip-"
4645
4645
"innodb-adaptive-hash-index."
4648
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
4650
"Size of a memory pool InnoDB uses to store data dictionary information and "
4651
"other internal data structures."
4648
4654
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4774
4650
"Size of a memory pool InnoDB uses to store data dictionary information and "
4651
"other internal data structures."
4654
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4656
4656
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4660
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4660
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4662
4662
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
4663
4663
"innodb-checksums."
4666
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4666
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4667
4667
msgid "The common part for InnoDB table spaces."
4670
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4670
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4672
4672
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
4673
4673
"innodb-doublewrite."
4676
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4676
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4677
4677
msgid "Number of file I/O threads in InnoDB."
4680
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4680
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4681
4681
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4684
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4783
4684
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4686
4686
"Set to 0 (write and flush once per second), 1 (write and flush at each "
4687
4687
"commit) or 2 (write at commit, flush once per second)."
4690
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4690
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4785
4692
4692
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4696
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4698
"The size of the buffer which InnoDB uses to write log to the log files on "
4696
4702
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4788
4698
"The size of the buffer which InnoDB uses to write log to the log files on "
4702
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4704
4704
"Number of log files in the log group. InnoDB writes to the files in a "
4705
4705
"circular fashion. Value 3 is recommended here."
4708
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4710
msgid "Path to InnoDB log files."
4711
msgstr "Geçici dosyalar için yol"
4708
4713
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4791
4710
msgid "Path to InnoDB log files."
4711
msgstr "Geçici dosyalar için yol"
4714
msgid "How many files at the maximum InnoDB keeps open at the same time."
4713
4717
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4793
4714
msgid "How many files at the maximum InnoDB keeps open at the same time."
4717
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4718
4718
msgid "The universal page size of the database."
4721
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4721
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4794
4723
4723
"###EXPERIMENTAL###: The log block size of the transaction log file. Changing "
4724
4724
"for created log file is not supported. Use on your own risk!"
4727
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4727
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4729
4729
"Change the algorithm of checksum for the whole of datapage to 4-bytes word "
4733
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4798
4733
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4796
4735
4735
"Enable to use about 4000 undo slots instead of default 1024. Not recommended "
4736
4736
"to use, Because it is not change back to disable, once it is used."
4739
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4799
4739
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4741
4741
"Path to special datafile for doublewrite buffer. (default is : not used)"