4183
4183
msgid "Regular expression to apply to tables to exclude"
4186
#: ../plugin/haildb/haildb_engine.cc:1086
4187
#: ../plugin/haildb/haildb_engine.cc:1223
4188
#: ../plugin/haildb/haildb_engine.cc:1253
4190
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4191
msgstr "Tidak dapat membuat/menulis berkas '%s' (Errcode: %d)"
4193
#: ../plugin/haildb/haildb_engine.cc:1105
4195
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4196
msgstr "Tidak dapat membuat/menulis berkas '%s' (Errcode: %d)"
4198
#: ../plugin/haildb/haildb_engine.cc:1202
4199
#: ../plugin/haildb/haildb_engine.cc:1315
4200
#: ../plugin/haildb/haildb_engine.cc:1496
4201
#: ../plugin/haildb/haildb_engine.cc:2161
4203
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4204
msgstr "Tidak dapat membuat/menulis berkas '%s' (Errcode: %d)"
4206
#: ../plugin/haildb/haildb_engine.cc:1354
4207
#: ../plugin/haildb/haildb_engine.cc:1370
4209
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4210
msgstr "Tidak dapat membuat/menulis berkas '%s' (Errcode: %d)"
4212
#: ../plugin/haildb/haildb_engine.cc:3407
4214
msgid "Error starting HailDB %d (%s)\n"
4217
#: ../plugin/haildb/haildb_engine.cc:3436
4218
msgid "Disable HailDB adaptive hash index (enabled by default)."
4221
#: ../plugin/haildb/haildb_engine.cc:3438
4222
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4225
#: ../plugin/haildb/haildb_engine.cc:3441
4227
"Size of a memory pool HailDB uses to store data dictionary information and "
4228
"other internal data structures."
4231
#: ../plugin/haildb/haildb_engine.cc:3444
4232
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4233
msgid "Data file autoextend increment in megabytes"
4236
#: ../plugin/haildb/haildb_engine.cc:3447
4238
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4242
#: ../plugin/haildb/haildb_engine.cc:3450
4243
msgid "The common part for HailDB table spaces."
4246
#: ../plugin/haildb/haildb_engine.cc:3452
4247
msgid "Disable HailDB checksums validation (enabled by default)."
4250
#: ../plugin/haildb/haildb_engine.cc:3454
4251
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4254
#: ../plugin/haildb/haildb_engine.cc:3457
4255
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4258
#: ../plugin/haildb/haildb_engine.cc:3460
4260
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4261
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4264
#: ../plugin/haildb/haildb_engine.cc:3463
4265
msgid "Stores each HailDB table to an .ibd file in the database dir."
4268
#: ../plugin/haildb/haildb_engine.cc:3466
4269
msgid "File format to use for new tables in .ibd files."
4272
#: ../plugin/haildb/haildb_engine.cc:3469
4274
"Set to 0 (write and flush once per second),1 (write and flush at each "
4275
"commit) or 2 (write at commit, flush once per second)."
4278
#: ../plugin/haildb/haildb_engine.cc:3472
4279
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4280
msgid "With which method to flush data."
4283
#. ####### Should we use this option? #######
4284
#: ../plugin/haildb/haildb_engine.cc:3475
4285
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4287
"Helps to save your data in case the disk image of the database becomes "
4291
#: ../plugin/haildb/haildb_engine.cc:3478
4292
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4293
msgid "Path to individual files and their sizes."
4296
#: ../plugin/haildb/haildb_engine.cc:3481
4297
msgid "Path to HailDB log files."
4300
#: ../plugin/haildb/haildb_engine.cc:3484
4301
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4787
4302
msgid "Size of each log file in a log group."
4305
#: ../plugin/haildb/haildb_engine.cc:3487
4307
"Number of log files in the log group. HailDB writes to the files in a "
4308
"circular fashion. Value 3 is recommended here."
4311
#: ../plugin/haildb/haildb_engine.cc:3490
4313
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4314
"rolled back. Values above 100000000 disable the timeout."
4317
#: ../plugin/haildb/haildb_engine.cc:3493
4319
"The size of the buffer which HailDB uses to write log to the log files on "
4323
#: ../plugin/haildb/haildb_engine.cc:3496
4325
"Sets the point in the LRU list from where all pages are classified as old "
4329
#: ../plugin/haildb/haildb_engine.cc:3499
4331
"Milliseconds between accesses to a block at which it is made young. "
4332
"0=disabled (Advanced users)"
4335
#: ../plugin/haildb/haildb_engine.cc:3502
4336
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4337
msgid "Percentage of dirty pages allowed in bufferpool."
4340
#: ../plugin/haildb/haildb_engine.cc:3505
4341
msgid "Desired maximum length of the purge queue (0 = no limit)"
4344
#: ../plugin/haildb/haildb_engine.cc:3508
4346
"Roll back the complete transaction on lock wait timeout, for 4.x "
4347
"compatibility (disabled by default)"
4350
#: ../plugin/haildb/haildb_engine.cc:3511
4351
msgid "How many files at the maximum HailDB keeps open at the same time."
4354
#: ../plugin/haildb/haildb_engine.cc:3514
4355
msgid "Number of background read I/O threads in HailDB."
4358
#: ../plugin/haildb/haildb_engine.cc:3517
4359
msgid "Number of background write I/O threads in HailDB."
4362
#: ../plugin/haildb/haildb_engine.cc:3519
4364
"Disable if you want to reduce the number of messages written to the log "
4365
"(default: enabled)."
4368
#: ../plugin/haildb/haildb_engine.cc:3522
4369
msgid "Enable SHOW HAILDB STATUS output in the log"
4372
#: ../plugin/haildb/haildb_engine.cc:3525
4373
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4376
#: ../plugin/haildb/haildb_engine.cc:3527
4378
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4381
4186
#: ../plugin/hello_events/hello_events.cc:402
4382
4187
msgid "Enable Example Events Plugin"
5559
#: ../plugin/regex_policy/module.cc:46
5391
#: ../plugin/regex_policy/module.cc:48
5561
5393
msgid "Could not load regex policy file: %s\n"
5564
#: ../plugin/regex_policy/module.cc:47
5396
#: ../plugin/regex_policy/module.cc:49
5565
5397
msgid "Unknown"
5568
#: ../plugin/regex_policy/module.cc:62
5400
#: ../plugin/regex_policy/module.cc:64
5569
5401
msgid "File to load for regex authorization policies"
5572
#: ../plugin/regex_policy/module.cc:218
5404
#: ../plugin/regex_policy/module.cc:220
5574
5406
msgid "User %s matches regex\n"
5577
#: ../plugin/regex_policy/module.cc:221
5409
#: ../plugin/regex_policy/module.cc:223
5579
5411
msgid "Object %s matches regex %s (%s)\n"
5582
#: ../plugin/regex_policy/module.cc:227
5414
#: ../plugin/regex_policy/module.cc:229
5584
5416
msgid "Object %s NOT restricted by regex %s (%s)\n"
5420
#~ msgid "Cannot create table %s. HailDB Error %d (%s)\n"
5421
#~ msgstr "Tidak dapat membuat/menulis berkas '%s' (Errcode: %d)"
5424
#~ msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
5425
#~ msgstr "Tidak dapat membuat/menulis berkas '%s' (Errcode: %d)"
5428
#~ msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
5429
#~ msgstr "Tidak dapat membuat/menulis berkas '%s' (Errcode: %d)"
5432
#~ msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
5433
#~ msgstr "Tidak dapat membuat/menulis berkas '%s' (Errcode: %d)"
5587
5435
#~ msgid "Couldn't allocate memory for temp histfile!\n"
5588
5436
#~ msgstr "Tidak dapat mengalokasikan memori untuk berkas riwayat sementara!\n"