4077
4077
msgid "Regular expression to apply to tables to exclude"
4080
#: ../plugin/haildb/haildb_engine.cc:1086
4081
#: ../plugin/haildb/haildb_engine.cc:1223
4082
#: ../plugin/haildb/haildb_engine.cc:1253
4084
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4087
#: ../plugin/haildb/haildb_engine.cc:1105
4089
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4092
#: ../plugin/haildb/haildb_engine.cc:1202
4093
#: ../plugin/haildb/haildb_engine.cc:1315
4094
#: ../plugin/haildb/haildb_engine.cc:1496
4095
#: ../plugin/haildb/haildb_engine.cc:2161
4097
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4100
#: ../plugin/haildb/haildb_engine.cc:1354
4101
#: ../plugin/haildb/haildb_engine.cc:1370
4103
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4106
#: ../plugin/haildb/haildb_engine.cc:3407
4108
msgid "Error starting HailDB %d (%s)\n"
4111
#: ../plugin/haildb/haildb_engine.cc:3436
4112
msgid "Disable HailDB adaptive hash index (enabled by default)."
4115
#: ../plugin/haildb/haildb_engine.cc:3438
4116
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4119
#: ../plugin/haildb/haildb_engine.cc:3441
4121
"Size of a memory pool HailDB uses to store data dictionary information and "
4122
"other internal data structures."
4125
#: ../plugin/haildb/haildb_engine.cc:3444
4126
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4127
msgid "Data file autoextend increment in megabytes"
4130
#: ../plugin/haildb/haildb_engine.cc:3447
4132
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4136
#: ../plugin/haildb/haildb_engine.cc:3450
4137
msgid "The common part for HailDB table spaces."
4140
#: ../plugin/haildb/haildb_engine.cc:3452
4141
msgid "Disable HailDB checksums validation (enabled by default)."
4144
#: ../plugin/haildb/haildb_engine.cc:3454
4145
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4148
#: ../plugin/haildb/haildb_engine.cc:3457
4149
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4152
#: ../plugin/haildb/haildb_engine.cc:3460
4154
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4155
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4158
#: ../plugin/haildb/haildb_engine.cc:3463
4159
msgid "Stores each HailDB table to an .ibd file in the database dir."
4162
#: ../plugin/haildb/haildb_engine.cc:3466
4163
msgid "File format to use for new tables in .ibd files."
4166
#: ../plugin/haildb/haildb_engine.cc:3469
4168
"Set to 0 (write and flush once per second),1 (write and flush at each "
4169
"commit) or 2 (write at commit, flush once per second)."
4172
#: ../plugin/haildb/haildb_engine.cc:3472
4173
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4174
msgid "With which method to flush data."
4177
#. ####### Should we use this option? #######
4178
#: ../plugin/haildb/haildb_engine.cc:3475
4179
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4181
"Helps to save your data in case the disk image of the database becomes "
4185
#: ../plugin/haildb/haildb_engine.cc:3478
4186
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4187
msgid "Path to individual files and their sizes."
4190
#: ../plugin/haildb/haildb_engine.cc:3481
4191
msgid "Path to HailDB log files."
4194
#: ../plugin/haildb/haildb_engine.cc:3484
4195
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4196
msgid "Size of each log file in a log group."
4199
#: ../plugin/haildb/haildb_engine.cc:3487
4201
"Number of log files in the log group. HailDB writes to the files in a "
4202
"circular fashion. Value 3 is recommended here."
4205
#: ../plugin/haildb/haildb_engine.cc:3490
4207
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4208
"rolled back. Values above 100000000 disable the timeout."
4211
#: ../plugin/haildb/haildb_engine.cc:3493
4213
"The size of the buffer which HailDB uses to write log to the log files on "
4217
#: ../plugin/haildb/haildb_engine.cc:3496
4219
"Sets the point in the LRU list from where all pages are classified as old "
4223
#: ../plugin/haildb/haildb_engine.cc:3499
4225
"Milliseconds between accesses to a block at which it is made young. "
4226
"0=disabled (Advanced users)"
4229
#: ../plugin/haildb/haildb_engine.cc:3502
4230
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4231
msgid "Percentage of dirty pages allowed in bufferpool."
4234
#: ../plugin/haildb/haildb_engine.cc:3505
4235
msgid "Desired maximum length of the purge queue (0 = no limit)"
4238
#: ../plugin/haildb/haildb_engine.cc:3508
4240
"Roll back the complete transaction on lock wait timeout, for 4.x "
4241
"compatibility (disabled by default)"
4244
#: ../plugin/haildb/haildb_engine.cc:3511
4245
msgid "How many files at the maximum HailDB keeps open at the same time."
4248
#: ../plugin/haildb/haildb_engine.cc:3514
4249
msgid "Number of background read I/O threads in HailDB."
4252
#: ../plugin/haildb/haildb_engine.cc:3517
4253
msgid "Number of background write I/O threads in HailDB."
4256
#: ../plugin/haildb/haildb_engine.cc:3519
4258
"Disable if you want to reduce the number of messages written to the log "
4259
"(default: enabled)."
4262
#: ../plugin/haildb/haildb_engine.cc:3522
4263
msgid "Enable SHOW HAILDB STATUS output in the log"
4266
#: ../plugin/haildb/haildb_engine.cc:3525
4267
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4270
#: ../plugin/haildb/haildb_engine.cc:3527
4272
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4275
4080
#: ../plugin/hello_events/hello_events.cc:402
4276
4081
msgid "Enable Example Events Plugin"