diff options
author | unknown <guilhem@gbichot4.local> | 2007-09-12 12:39:04 +0200 |
---|---|---|
committer | unknown <guilhem@gbichot4.local> | 2007-09-12 12:39:04 +0200 |
commit | a5f4e79db962ad7b6e2e5e7241c4789d5630e395 (patch) | |
tree | 4d782137f27f89a2f87c2c60431d6cd07fc5e170 /sql | |
parent | cec8ac3e078041fb603e7ab49e4f64501bc02679 (diff) | |
download | mariadb-git-a5f4e79db962ad7b6e2e5e7241c4789d5630e395.tar.gz |
WL#3072 Maria Recovery
* added replaying of REDO_REPAIR_TABLE, but disabled it as
mysterious linker errors appear.
* after replaying RENAME/REPAIR, we must bump create_rename_lsn
for idempotency of maria_read_log.
sql/mysqld.cc:
typo
storage/maria/ma_checkpoint.c:
silence compiler warning
storage/maria/ma_recovery.c:
* added replaying of REDO_REPAIR_TABLE, but disabled it as
mysterious linker errors appear.
* after replaying RENAME/REPAIR, we must bump create_rename_lsn
for idempotency of maria_read_log.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/mysqld.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 4b403fd85b6..fdfc7336658 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -6240,7 +6240,7 @@ The minimum value for this variable is 4096.", (uchar**) 0, 0, (GET_ULONG | GET_ASK_ADDR), REQUIRED_ARG, 300, 100, ~0L, 0, 100, 0}, {"pagecache_buffer_size", OPT_KEY_BUFFER_SIZE, - "The size of the buffer used for index blocks for MyISAM tables. Increase this to get better index handling (for all reads and multiple writes) to as much as you can afford; 64M on a 256M machine that mainly runs MySQL is quite common.", + "The size of the buffer used for index blocks for Maria tables. Increase this to get better index handling (for all reads and multiple writes) to as much as you can afford; 64M on a 256M machine that mainly runs MySQL is quite common.", (uchar**) &maria_pagecache_var.param_buff_size, (uchar**) 0, 0, (GET_ULL | GET_ASK_ADDR), REQUIRED_ARG, KEY_CACHE_SIZE, MALLOC_OVERHEAD, ~(ulong) 0, MALLOC_OVERHEAD, IO_SIZE, 0}, |