4104
4104
msgid "Regular expression to apply to tables to exclude"
4107
#: ../plugin/haildb/haildb_engine.cc:1086
4108
#: ../plugin/haildb/haildb_engine.cc:1223
4109
#: ../plugin/haildb/haildb_engine.cc:1253
4111
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4114
#: ../plugin/haildb/haildb_engine.cc:1105
4116
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4119
#: ../plugin/haildb/haildb_engine.cc:1202
4120
#: ../plugin/haildb/haildb_engine.cc:1315
4121
#: ../plugin/haildb/haildb_engine.cc:1496
4122
#: ../plugin/haildb/haildb_engine.cc:2161
4124
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4127
#: ../plugin/haildb/haildb_engine.cc:1354
4128
#: ../plugin/haildb/haildb_engine.cc:1370
4130
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4133
#: ../plugin/haildb/haildb_engine.cc:3407
4135
msgid "Error starting HailDB %d (%s)\n"
4138
#: ../plugin/haildb/haildb_engine.cc:3436
4139
msgid "Disable HailDB adaptive hash index (enabled by default)."
4142
#: ../plugin/haildb/haildb_engine.cc:3438
4143
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4146
#: ../plugin/haildb/haildb_engine.cc:3441
4148
"Size of a memory pool HailDB uses to store data dictionary information and "
4149
"other internal data structures."
4152
#: ../plugin/haildb/haildb_engine.cc:3444
4153
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4154
msgid "Data file autoextend increment in megabytes"
4157
#: ../plugin/haildb/haildb_engine.cc:3447
4159
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4163
#: ../plugin/haildb/haildb_engine.cc:3450
4164
msgid "The common part for HailDB table spaces."
4167
#: ../plugin/haildb/haildb_engine.cc:3452
4168
msgid "Disable HailDB checksums validation (enabled by default)."
4171
#: ../plugin/haildb/haildb_engine.cc:3454
4172
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4175
#: ../plugin/haildb/haildb_engine.cc:3457
4176
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4179
#: ../plugin/haildb/haildb_engine.cc:3460
4181
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4182
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4185
#: ../plugin/haildb/haildb_engine.cc:3463
4186
msgid "Stores each HailDB table to an .ibd file in the database dir."
4189
#: ../plugin/haildb/haildb_engine.cc:3466
4190
msgid "File format to use for new tables in .ibd files."
4193
#: ../plugin/haildb/haildb_engine.cc:3469
4195
"Set to 0 (write and flush once per second),1 (write and flush at each "
4196
"commit) or 2 (write at commit, flush once per second)."
4199
#: ../plugin/haildb/haildb_engine.cc:3472
4200
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4201
msgid "With which method to flush data."
4204
#. ####### Should we use this option? #######
4205
#: ../plugin/haildb/haildb_engine.cc:3475
4206
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4208
"Helps to save your data in case the disk image of the database becomes "
4212
#: ../plugin/haildb/haildb_engine.cc:3478
4213
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4214
msgid "Path to individual files and their sizes."
4217
#: ../plugin/haildb/haildb_engine.cc:3481
4218
msgid "Path to HailDB log files."
4221
#: ../plugin/haildb/haildb_engine.cc:3484
4222
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4223
msgid "Size of each log file in a log group."
4226
#: ../plugin/haildb/haildb_engine.cc:3487
4228
"Number of log files in the log group. HailDB writes to the files in a "
4229
"circular fashion. Value 3 is recommended here."
4232
#: ../plugin/haildb/haildb_engine.cc:3490
4234
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4235
"rolled back. Values above 100000000 disable the timeout."
4238
#: ../plugin/haildb/haildb_engine.cc:3493
4240
"The size of the buffer which HailDB uses to write log to the log files on "
4244
#: ../plugin/haildb/haildb_engine.cc:3496
4246
"Sets the point in the LRU list from where all pages are classified as old "
4250
#: ../plugin/haildb/haildb_engine.cc:3499
4252
"Milliseconds between accesses to a block at which it is made young. "
4253
"0=disabled (Advanced users)"
4256
#: ../plugin/haildb/haildb_engine.cc:3502
4257
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4258
msgid "Percentage of dirty pages allowed in bufferpool."
4261
#: ../plugin/haildb/haildb_engine.cc:3505
4262
msgid "Desired maximum length of the purge queue (0 = no limit)"
4265
#: ../plugin/haildb/haildb_engine.cc:3508
4267
"Roll back the complete transaction on lock wait timeout, for 4.x "
4268
"compatibility (disabled by default)"
4271
#: ../plugin/haildb/haildb_engine.cc:3511
4272
msgid "How many files at the maximum HailDB keeps open at the same time."
4275
#: ../plugin/haildb/haildb_engine.cc:3514
4276
msgid "Number of background read I/O threads in HailDB."
4279
#: ../plugin/haildb/haildb_engine.cc:3517
4280
msgid "Number of background write I/O threads in HailDB."
4283
#: ../plugin/haildb/haildb_engine.cc:3519
4285
"Disable if you want to reduce the number of messages written to the log "
4286
"(default: enabled)."
4289
#: ../plugin/haildb/haildb_engine.cc:3522
4290
msgid "Enable SHOW HAILDB STATUS output in the log"
4293
#: ../plugin/haildb/haildb_engine.cc:3525
4294
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4297
#: ../plugin/haildb/haildb_engine.cc:3527
4299
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4302
4107
#: ../plugin/hello_events/hello_events.cc:402
4303
4108
msgid "Enable Example Events Plugin"