4100
4100
msgid "Regular expression to apply to tables to exclude"
4103
#: ../plugin/haildb/haildb_engine.cc:1086
4104
#: ../plugin/haildb/haildb_engine.cc:1223
4105
#: ../plugin/haildb/haildb_engine.cc:1253
4107
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4110
#: ../plugin/haildb/haildb_engine.cc:1105
4112
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4115
#: ../plugin/haildb/haildb_engine.cc:1202
4116
#: ../plugin/haildb/haildb_engine.cc:1315
4117
#: ../plugin/haildb/haildb_engine.cc:1496
4118
#: ../plugin/haildb/haildb_engine.cc:2161
4120
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4123
#: ../plugin/haildb/haildb_engine.cc:1354
4124
#: ../plugin/haildb/haildb_engine.cc:1370
4126
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4129
#: ../plugin/haildb/haildb_engine.cc:3407
4131
msgid "Error starting HailDB %d (%s)\n"
4134
#: ../plugin/haildb/haildb_engine.cc:3436
4135
msgid "Disable HailDB adaptive hash index (enabled by default)."
4138
#: ../plugin/haildb/haildb_engine.cc:3438
4139
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4142
#: ../plugin/haildb/haildb_engine.cc:3441
4144
"Size of a memory pool HailDB uses to store data dictionary information and "
4145
"other internal data structures."
4148
#: ../plugin/haildb/haildb_engine.cc:3444
4149
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4150
msgid "Data file autoextend increment in megabytes"
4153
#: ../plugin/haildb/haildb_engine.cc:3447
4155
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4159
#: ../plugin/haildb/haildb_engine.cc:3450
4160
msgid "The common part for HailDB table spaces."
4163
#: ../plugin/haildb/haildb_engine.cc:3452
4164
msgid "Disable HailDB checksums validation (enabled by default)."
4167
#: ../plugin/haildb/haildb_engine.cc:3454
4168
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4171
#: ../plugin/haildb/haildb_engine.cc:3457
4172
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4175
#: ../plugin/haildb/haildb_engine.cc:3460
4177
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4178
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4181
#: ../plugin/haildb/haildb_engine.cc:3463
4182
msgid "Stores each HailDB table to an .ibd file in the database dir."
4185
#: ../plugin/haildb/haildb_engine.cc:3466
4186
msgid "File format to use for new tables in .ibd files."
4189
#: ../plugin/haildb/haildb_engine.cc:3469
4191
"Set to 0 (write and flush once per second),1 (write and flush at each "
4192
"commit) or 2 (write at commit, flush once per second)."
4195
#: ../plugin/haildb/haildb_engine.cc:3472
4196
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4197
msgid "With which method to flush data."
4200
#. ####### Should we use this option? #######
4201
#: ../plugin/haildb/haildb_engine.cc:3475
4202
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4204
"Helps to save your data in case the disk image of the database becomes "
4208
#: ../plugin/haildb/haildb_engine.cc:3478
4209
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4210
msgid "Path to individual files and their sizes."
4213
#: ../plugin/haildb/haildb_engine.cc:3481
4214
msgid "Path to HailDB log files."
4217
#: ../plugin/haildb/haildb_engine.cc:3484
4218
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4219
msgid "Size of each log file in a log group."
4222
#: ../plugin/haildb/haildb_engine.cc:3487
4224
"Number of log files in the log group. HailDB writes to the files in a "
4225
"circular fashion. Value 3 is recommended here."
4228
#: ../plugin/haildb/haildb_engine.cc:3490
4230
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4231
"rolled back. Values above 100000000 disable the timeout."
4234
#: ../plugin/haildb/haildb_engine.cc:3493
4236
"The size of the buffer which HailDB uses to write log to the log files on "
4240
#: ../plugin/haildb/haildb_engine.cc:3496
4242
"Sets the point in the LRU list from where all pages are classified as old "
4246
#: ../plugin/haildb/haildb_engine.cc:3499
4248
"Milliseconds between accesses to a block at which it is made young. "
4249
"0=disabled (Advanced users)"
4252
#: ../plugin/haildb/haildb_engine.cc:3502
4253
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4254
msgid "Percentage of dirty pages allowed in bufferpool."
4257
#: ../plugin/haildb/haildb_engine.cc:3505
4258
msgid "Desired maximum length of the purge queue (0 = no limit)"
4261
#: ../plugin/haildb/haildb_engine.cc:3508
4263
"Roll back the complete transaction on lock wait timeout, for 4.x "
4264
"compatibility (disabled by default)"
4267
#: ../plugin/haildb/haildb_engine.cc:3511
4268
msgid "How many files at the maximum HailDB keeps open at the same time."
4271
#: ../plugin/haildb/haildb_engine.cc:3514
4272
msgid "Number of background read I/O threads in HailDB."
4275
#: ../plugin/haildb/haildb_engine.cc:3517
4276
msgid "Number of background write I/O threads in HailDB."
4279
#: ../plugin/haildb/haildb_engine.cc:3519
4281
"Disable if you want to reduce the number of messages written to the log "
4282
"(default: enabled)."
4285
#: ../plugin/haildb/haildb_engine.cc:3522
4286
msgid "Enable SHOW HAILDB STATUS output in the log"
4289
#: ../plugin/haildb/haildb_engine.cc:3525
4290
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4293
#: ../plugin/haildb/haildb_engine.cc:3527
4295
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4298
4103
#: ../plugin/hello_events/hello_events.cc:402
4299
4104
msgid "Enable Example Events Plugin"
5464
#: ../plugin/regex_policy/module.cc:46
5296
#: ../plugin/regex_policy/module.cc:48
5465
5297
#, fuzzy, c-format
5466
5298
msgid "Could not load regex policy file: %s\n"
5467
5299
msgstr "No es pot obrir el fitxer: %s\n"
5469
#: ../plugin/regex_policy/module.cc:47
5301
#: ../plugin/regex_policy/module.cc:49
5471
5303
msgid "Unknown"
5472
5304
msgstr "Error desconegut"
5474
#: ../plugin/regex_policy/module.cc:62
5306
#: ../plugin/regex_policy/module.cc:64
5475
5307
msgid "File to load for regex authorization policies"
5478
#: ../plugin/regex_policy/module.cc:218
5310
#: ../plugin/regex_policy/module.cc:220
5480
5312
msgid "User %s matches regex\n"
5483
#: ../plugin/regex_policy/module.cc:221
5315
#: ../plugin/regex_policy/module.cc:223
5485
5317
msgid "Object %s matches regex %s (%s)\n"
5488
#: ../plugin/regex_policy/module.cc:227
5320
#: ../plugin/regex_policy/module.cc:229
5490
5322
msgid "Object %s NOT restricted by regex %s (%s)\n"