diff options
author | Vladislav Vaintroub <vvaintroub@fedora12> | 2009-12-25 16:49:21 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@fedora12> | 2009-12-25 16:49:21 +0100 |
commit | e8bdef8fcd05472a41d193e0f67992bfb5a3e57b (patch) | |
tree | 7759e1bcb9d4f5273bfcaada45aac3885f5cd8fe /include/keycache.h | |
parent | 57e3ba292a87ef01e1c1dc35c224be0712983349 (diff) | |
parent | 85d5a08b51e24af57120068bed4534e4c1e889f4 (diff) | |
download | mariadb-git-e8bdef8fcd05472a41d193e0f67992bfb5a3e57b.tar.gz |
merge
Diffstat (limited to 'include/keycache.h')
-rw-r--r-- | include/keycache.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/keycache.h b/include/keycache.h index 7222208d6df..baec7f40dcd 100644 --- a/include/keycache.h +++ b/include/keycache.h @@ -87,10 +87,10 @@ typedef struct st_key_cache initializing the key cache. */ - ulonglong param_buff_size; /* size the memory allocated for the cache */ - ulong param_block_size; /* size of the blocks in the key cache */ - ulong param_division_limit; /* min. percentage of warm blocks */ - ulong param_age_threshold; /* determines when hot block is downgraded */ + ulonglong param_buff_size; /* size the memory allocated for the cache */ + ulonglong param_block_size; /* size of the blocks in the key cache */ + ulonglong param_division_limit; /* min. percentage of warm blocks */ + ulonglong param_age_threshold; /* determines when hot block is downgraded */ /* Statistics variables. These are reset in reset_key_cache_counters(). */ ulong global_blocks_changed; /* number of currently dirty blocks */ |