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