4088
4088
msgid "Regular expression to apply to tables to exclude"
4091
#: ../plugin/haildb/haildb_engine.cc:1086
4092
#: ../plugin/haildb/haildb_engine.cc:1223
4093
#: ../plugin/haildb/haildb_engine.cc:1253
4095
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4098
#: ../plugin/haildb/haildb_engine.cc:1105
4100
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4103
#: ../plugin/haildb/haildb_engine.cc:1202
4104
#: ../plugin/haildb/haildb_engine.cc:1315
4105
#: ../plugin/haildb/haildb_engine.cc:1496
4106
#: ../plugin/haildb/haildb_engine.cc:2161
4108
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4111
#: ../plugin/haildb/haildb_engine.cc:1354
4112
#: ../plugin/haildb/haildb_engine.cc:1370
4114
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4117
#: ../plugin/haildb/haildb_engine.cc:3407
4119
msgid "Error starting HailDB %d (%s)\n"
4122
#: ../plugin/haildb/haildb_engine.cc:3436
4123
msgid "Disable HailDB adaptive hash index (enabled by default)."
4126
#: ../plugin/haildb/haildb_engine.cc:3438
4127
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4130
#: ../plugin/haildb/haildb_engine.cc:3441
4132
"Size of a memory pool HailDB uses to store data dictionary information and "
4133
"other internal data structures."
4136
#: ../plugin/haildb/haildb_engine.cc:3444
4137
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4138
msgid "Data file autoextend increment in megabytes"
4141
#: ../plugin/haildb/haildb_engine.cc:3447
4143
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4147
#: ../plugin/haildb/haildb_engine.cc:3450
4148
msgid "The common part for HailDB table spaces."
4151
#: ../plugin/haildb/haildb_engine.cc:3452
4152
msgid "Disable HailDB checksums validation (enabled by default)."
4155
#: ../plugin/haildb/haildb_engine.cc:3454
4156
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4159
#: ../plugin/haildb/haildb_engine.cc:3457
4160
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4163
#: ../plugin/haildb/haildb_engine.cc:3460
4165
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4166
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4169
#: ../plugin/haildb/haildb_engine.cc:3463
4170
msgid "Stores each HailDB table to an .ibd file in the database dir."
4173
#: ../plugin/haildb/haildb_engine.cc:3466
4174
msgid "File format to use for new tables in .ibd files."
4177
#: ../plugin/haildb/haildb_engine.cc:3469
4179
"Set to 0 (write and flush once per second),1 (write and flush at each "
4180
"commit) or 2 (write at commit, flush once per second)."
4183
#: ../plugin/haildb/haildb_engine.cc:3472
4184
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4185
msgid "With which method to flush data."
4188
#. ####### Should we use this option? #######
4189
#: ../plugin/haildb/haildb_engine.cc:3475
4190
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4192
"Helps to save your data in case the disk image of the database becomes "
4196
#: ../plugin/haildb/haildb_engine.cc:3478
4197
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4198
msgid "Path to individual files and their sizes."
4201
#: ../plugin/haildb/haildb_engine.cc:3481
4202
msgid "Path to HailDB log files."
4205
#: ../plugin/haildb/haildb_engine.cc:3484
4206
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4207
msgid "Size of each log file in a log group."
4210
#: ../plugin/haildb/haildb_engine.cc:3487
4212
"Number of log files in the log group. HailDB writes to the files in a "
4213
"circular fashion. Value 3 is recommended here."
4216
#: ../plugin/haildb/haildb_engine.cc:3490
4218
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4219
"rolled back. Values above 100000000 disable the timeout."
4222
#: ../plugin/haildb/haildb_engine.cc:3493
4224
"The size of the buffer which HailDB uses to write log to the log files on "
4228
#: ../plugin/haildb/haildb_engine.cc:3496
4230
"Sets the point in the LRU list from where all pages are classified as old "
4234
#: ../plugin/haildb/haildb_engine.cc:3499
4236
"Milliseconds between accesses to a block at which it is made young. "
4237
"0=disabled (Advanced users)"
4240
#: ../plugin/haildb/haildb_engine.cc:3502
4241
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4242
msgid "Percentage of dirty pages allowed in bufferpool."
4245
#: ../plugin/haildb/haildb_engine.cc:3505
4246
msgid "Desired maximum length of the purge queue (0 = no limit)"
4249
#: ../plugin/haildb/haildb_engine.cc:3508
4251
"Roll back the complete transaction on lock wait timeout, for 4.x "
4252
"compatibility (disabled by default)"
4255
#: ../plugin/haildb/haildb_engine.cc:3511
4256
msgid "How many files at the maximum HailDB keeps open at the same time."
4259
#: ../plugin/haildb/haildb_engine.cc:3514
4260
msgid "Number of background read I/O threads in HailDB."
4263
#: ../plugin/haildb/haildb_engine.cc:3517
4264
msgid "Number of background write I/O threads in HailDB."
4267
#: ../plugin/haildb/haildb_engine.cc:3519
4269
"Disable if you want to reduce the number of messages written to the log "
4270
"(default: enabled)."
4273
#: ../plugin/haildb/haildb_engine.cc:3522
4274
msgid "Enable SHOW HAILDB STATUS output in the log"
4277
#: ../plugin/haildb/haildb_engine.cc:3525
4278
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4281
#: ../plugin/haildb/haildb_engine.cc:3527
4283
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4286
4091
#: ../plugin/hello_events/hello_events.cc:402
4287
4092
msgid "Enable Example Events Plugin"