summaryrefslogtreecommitdiff
path: root/include/keycache.h
diff options
context:
space:
mode:
authorunknown <istruewing@chilla.local>2007-05-31 20:08:23 +0200
committerunknown <istruewing@chilla.local>2007-05-31 20:08:23 +0200
commita471267a242f4651724271c93c939d610ac5bdb3 (patch)
tree9920a178304e44adf8c82392cf56c2b84f42cef3 /include/keycache.h
parent06297270880ca0f0023c66ca90291665ec3aacc2 (diff)
parent489a3fe4ee6b8243d026197f8f74a1e3aa30a4d8 (diff)
downloadmariadb-git-a471267a242f4651724271c93c939d610ac5bdb3.tar.gz
Merge chilla.local:/home/mydev/mysql-5.0-bug23068
into chilla.local:/home/mydev/mysql-5.0-axmrg sql/mysqld.cc: Auto merged
Diffstat (limited to 'include/keycache.h')
-rw-r--r--include/keycache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/keycache.h b/include/keycache.h
index dc763b8cc08..54c099fc474 100644
--- a/include/keycache.h
+++ b/include/keycache.h
@@ -46,7 +46,6 @@ typedef struct st_key_cache
my_bool key_cache_inited;
my_bool resize_in_flush; /* true during flush of resize operation */
my_bool can_be_used; /* usage of cache for read/write is allowed */
- uint key_cache_shift;
ulong key_cache_mem_size; /* specified size of the cache memory */
uint key_cache_block_size; /* size of the page buffer of a cache block */
ulong min_warm_blocks; /* min number of warm blocks; */