4109
4109
msgid "Regular expression to apply to tables to exclude"
4112
#: ../plugin/haildb/haildb_engine.cc:1086
4113
#: ../plugin/haildb/haildb_engine.cc:1223
4114
#: ../plugin/haildb/haildb_engine.cc:1253
4116
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4119
#: ../plugin/haildb/haildb_engine.cc:1105
4121
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4124
#: ../plugin/haildb/haildb_engine.cc:1202
4125
#: ../plugin/haildb/haildb_engine.cc:1315
4126
#: ../plugin/haildb/haildb_engine.cc:1496
4127
#: ../plugin/haildb/haildb_engine.cc:2161
4129
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4132
#: ../plugin/haildb/haildb_engine.cc:1354
4133
#: ../plugin/haildb/haildb_engine.cc:1370
4135
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4138
#: ../plugin/haildb/haildb_engine.cc:3407
4140
msgid "Error starting HailDB %d (%s)\n"
4143
#: ../plugin/haildb/haildb_engine.cc:3436
4144
msgid "Disable HailDB adaptive hash index (enabled by default)."
4147
#: ../plugin/haildb/haildb_engine.cc:3438
4148
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4151
#: ../plugin/haildb/haildb_engine.cc:3441
4153
"Size of a memory pool HailDB uses to store data dictionary information and "
4154
"other internal data structures."
4157
#: ../plugin/haildb/haildb_engine.cc:3444
4158
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4159
msgid "Data file autoextend increment in megabytes"
4162
#: ../plugin/haildb/haildb_engine.cc:3447
4164
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4168
#: ../plugin/haildb/haildb_engine.cc:3450
4169
msgid "The common part for HailDB table spaces."
4172
#: ../plugin/haildb/haildb_engine.cc:3452
4173
msgid "Disable HailDB checksums validation (enabled by default)."
4176
#: ../plugin/haildb/haildb_engine.cc:3454
4177
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4180
#: ../plugin/haildb/haildb_engine.cc:3457
4181
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4184
#: ../plugin/haildb/haildb_engine.cc:3460
4186
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4187
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4190
#: ../plugin/haildb/haildb_engine.cc:3463
4191
msgid "Stores each HailDB table to an .ibd file in the database dir."
4194
#: ../plugin/haildb/haildb_engine.cc:3466
4195
msgid "File format to use for new tables in .ibd files."
4198
#: ../plugin/haildb/haildb_engine.cc:3469
4200
"Set to 0 (write and flush once per second),1 (write and flush at each "
4201
"commit) or 2 (write at commit, flush once per second)."
4204
#: ../plugin/haildb/haildb_engine.cc:3472
4205
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4206
msgid "With which method to flush data."
4209
#. ####### Should we use this option? #######
4210
#: ../plugin/haildb/haildb_engine.cc:3475
4211
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4213
"Helps to save your data in case the disk image of the database becomes "
4217
#: ../plugin/haildb/haildb_engine.cc:3478
4218
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4219
msgid "Path to individual files and their sizes."
4222
#: ../plugin/haildb/haildb_engine.cc:3481
4223
msgid "Path to HailDB log files."
4226
#: ../plugin/haildb/haildb_engine.cc:3484
4227
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4228
msgid "Size of each log file in a log group."
4231
#: ../plugin/haildb/haildb_engine.cc:3487
4233
"Number of log files in the log group. HailDB writes to the files in a "
4234
"circular fashion. Value 3 is recommended here."
4237
#: ../plugin/haildb/haildb_engine.cc:3490
4239
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4240
"rolled back. Values above 100000000 disable the timeout."
4243
#: ../plugin/haildb/haildb_engine.cc:3493
4245
"The size of the buffer which HailDB uses to write log to the log files on "
4249
#: ../plugin/haildb/haildb_engine.cc:3496
4251
"Sets the point in the LRU list from where all pages are classified as old "
4255
#: ../plugin/haildb/haildb_engine.cc:3499
4257
"Milliseconds between accesses to a block at which it is made young. "
4258
"0=disabled (Advanced users)"
4261
#: ../plugin/haildb/haildb_engine.cc:3502
4262
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4263
msgid "Percentage of dirty pages allowed in bufferpool."
4266
#: ../plugin/haildb/haildb_engine.cc:3505
4267
msgid "Desired maximum length of the purge queue (0 = no limit)"
4270
#: ../plugin/haildb/haildb_engine.cc:3508
4272
"Roll back the complete transaction on lock wait timeout, for 4.x "
4273
"compatibility (disabled by default)"
4276
#: ../plugin/haildb/haildb_engine.cc:3511
4277
msgid "How many files at the maximum HailDB keeps open at the same time."
4280
#: ../plugin/haildb/haildb_engine.cc:3514
4281
msgid "Number of background read I/O threads in HailDB."
4284
#: ../plugin/haildb/haildb_engine.cc:3517
4285
msgid "Number of background write I/O threads in HailDB."
4288
#: ../plugin/haildb/haildb_engine.cc:3519
4290
"Disable if you want to reduce the number of messages written to the log "
4291
"(default: enabled)."
4294
#: ../plugin/haildb/haildb_engine.cc:3522
4295
msgid "Enable SHOW HAILDB STATUS output in the log"
4298
#: ../plugin/haildb/haildb_engine.cc:3525
4299
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4302
#: ../plugin/haildb/haildb_engine.cc:3527
4304
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4307
4112
#: ../plugin/hello_events/hello_events.cc:402
4308
4113
msgid "Enable Example Events Plugin"