summaryrefslogtreecommitdiff
path: root/include/keycache.h
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.(none)>2007-06-19 11:31:34 +0200
committerunknown <msvensson@pilot.(none)>2007-06-19 11:31:34 +0200
commit75689af808d935de69a39138e35cde575c982251 (patch)
treec2668ecbca1fc441f2a39eb25cbb54f16181414a /include/keycache.h
parent3955e94c34d638df24c5d640558a5aee14342603 (diff)
parent54c531607df9b14f206fa8a44f39f2764f55ac82 (diff)
downloadmariadb-git-75689af808d935de69a39138e35cde575c982251.tar.gz
Merge bk-internal:/home/bk/mysql-5.1-maint
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint mysql-test/mysql-test-run.pl: Auto merged mysql-test/t/mysqltest.test: Auto merged BitKeeper/deleted/.del-wait_for_slave_io_to_stop.inc: 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 9ebb7d5b992..7f4ce86cea0 100644
--- a/include/keycache.h
+++ b/include/keycache.h
@@ -47,7 +47,6 @@ typedef struct st_key_cache
my_bool in_resize; /* true during resize operation */
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; */