4154
4154
msgid "Regular expression to apply to tables to exclude"
4157
#: ../plugin/haildb/haildb_engine.cc:1086
4158
#: ../plugin/haildb/haildb_engine.cc:1223
4159
#: ../plugin/haildb/haildb_engine.cc:1253
4161
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4164
#: ../plugin/haildb/haildb_engine.cc:1105
4166
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4169
#: ../plugin/haildb/haildb_engine.cc:1202
4170
#: ../plugin/haildb/haildb_engine.cc:1315
4171
#: ../plugin/haildb/haildb_engine.cc:1496
4172
#: ../plugin/haildb/haildb_engine.cc:2161
4174
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4177
#: ../plugin/haildb/haildb_engine.cc:1354
4178
#: ../plugin/haildb/haildb_engine.cc:1370
4180
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4183
#: ../plugin/haildb/haildb_engine.cc:3407
4185
msgid "Error starting HailDB %d (%s)\n"
4188
#: ../plugin/haildb/haildb_engine.cc:3436
4189
msgid "Disable HailDB adaptive hash index (enabled by default)."
4192
#: ../plugin/haildb/haildb_engine.cc:3438
4193
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4196
#: ../plugin/haildb/haildb_engine.cc:3441
4198
"Size of a memory pool HailDB uses to store data dictionary information and "
4199
"other internal data structures."
4202
#: ../plugin/haildb/haildb_engine.cc:3444
4203
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4204
msgid "Data file autoextend increment in megabytes"
4207
#: ../plugin/haildb/haildb_engine.cc:3447
4209
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4213
#: ../plugin/haildb/haildb_engine.cc:3450
4214
msgid "The common part for HailDB table spaces."
4217
#: ../plugin/haildb/haildb_engine.cc:3452
4218
msgid "Disable HailDB checksums validation (enabled by default)."
4221
#: ../plugin/haildb/haildb_engine.cc:3454
4222
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4225
#: ../plugin/haildb/haildb_engine.cc:3457
4226
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4229
#: ../plugin/haildb/haildb_engine.cc:3460
4231
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4232
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4235
#: ../plugin/haildb/haildb_engine.cc:3463
4236
msgid "Stores each HailDB table to an .ibd file in the database dir."
4239
#: ../plugin/haildb/haildb_engine.cc:3466
4240
msgid "File format to use for new tables in .ibd files."
4243
#: ../plugin/haildb/haildb_engine.cc:3469
4245
"Set to 0 (write and flush once per second),1 (write and flush at each "
4246
"commit) or 2 (write at commit, flush once per second)."
4249
#: ../plugin/haildb/haildb_engine.cc:3472
4250
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4251
msgid "With which method to flush data."
4254
#. ####### Should we use this option? #######
4255
#: ../plugin/haildb/haildb_engine.cc:3475
4256
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4258
"Helps to save your data in case the disk image of the database becomes "
4262
#: ../plugin/haildb/haildb_engine.cc:3478
4263
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4264
msgid "Path to individual files and their sizes."
4267
#: ../plugin/haildb/haildb_engine.cc:3481
4268
msgid "Path to HailDB log files."
4271
#: ../plugin/haildb/haildb_engine.cc:3484
4272
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4273
msgid "Size of each log file in a log group."
4276
#: ../plugin/haildb/haildb_engine.cc:3487
4278
"Number of log files in the log group. HailDB writes to the files in a "
4279
"circular fashion. Value 3 is recommended here."
4282
#: ../plugin/haildb/haildb_engine.cc:3490
4284
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4285
"rolled back. Values above 100000000 disable the timeout."
4288
#: ../plugin/haildb/haildb_engine.cc:3493
4290
"The size of the buffer which HailDB uses to write log to the log files on "
4294
#: ../plugin/haildb/haildb_engine.cc:3496
4296
"Sets the point in the LRU list from where all pages are classified as old "
4300
#: ../plugin/haildb/haildb_engine.cc:3499
4302
"Milliseconds between accesses to a block at which it is made young. "
4303
"0=disabled (Advanced users)"
4306
#: ../plugin/haildb/haildb_engine.cc:3502
4307
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4308
msgid "Percentage of dirty pages allowed in bufferpool."
4311
#: ../plugin/haildb/haildb_engine.cc:3505
4312
msgid "Desired maximum length of the purge queue (0 = no limit)"
4315
#: ../plugin/haildb/haildb_engine.cc:3508
4317
"Roll back the complete transaction on lock wait timeout, for 4.x "
4318
"compatibility (disabled by default)"
4321
#: ../plugin/haildb/haildb_engine.cc:3511
4322
msgid "How many files at the maximum HailDB keeps open at the same time."
4325
#: ../plugin/haildb/haildb_engine.cc:3514
4326
msgid "Number of background read I/O threads in HailDB."
4329
#: ../plugin/haildb/haildb_engine.cc:3517
4330
msgid "Number of background write I/O threads in HailDB."
4333
#: ../plugin/haildb/haildb_engine.cc:3519
4335
"Disable if you want to reduce the number of messages written to the log "
4336
"(default: enabled)."
4339
#: ../plugin/haildb/haildb_engine.cc:3522
4340
msgid "Enable SHOW HAILDB STATUS output in the log"
4343
#: ../plugin/haildb/haildb_engine.cc:3525
4344
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4347
#: ../plugin/haildb/haildb_engine.cc:3527
4349
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4352
4157
#: ../plugin/hello_events/hello_events.cc:402
4353
4158
msgid "Enable Example Events Plugin"