diff options
author | unknown <istruewing@chilla.local> | 2007-06-16 11:34:21 +0200 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-06-16 11:34:21 +0200 |
commit | 3e2e6ea9e310a0f283af6b8069674f858d0a8a1f (patch) | |
tree | 73d482016d7e8dfe38b5a1fab4679a9c77ff09e4 /include | |
parent | 2552a16ee44d094395776d0381b54ef1df589a49 (diff) | |
parent | 559bc9399a0431cce06ef0bab15712fe9d55203c (diff) | |
download | mariadb-git-3e2e6ea9e310a0f283af6b8069674f858d0a8a1f.tar.gz |
Merge chilla.local:/home/mydev/mysql-5.0-amain
into chilla.local:/home/mydev/mysql-5.0-axmrg
configure.in:
Auto merged
sql/mysqld.cc:
Auto merged
Diffstat (limited to 'include')
-rw-r--r-- | include/keycache.h | 1 |
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; */ |