diff options
author | Mats Kindahl <mats.kindahl@oracle.com> | 2010-11-16 12:19:24 +0100 |
---|---|---|
committer | Mats Kindahl <mats.kindahl@oracle.com> | 2010-11-16 12:19:24 +0100 |
commit | 9aa70e5188e63db3b7b450b8f0161ae442398468 (patch) | |
tree | f5383e499193c5dc45afa6e42e3265ac532a5300 /mysys | |
parent | 4ea1b2fcb1241452ca34ef08a507612c6256ca5d (diff) | |
parent | 0d0b3f8aca8afd10268b1305e94b87f17f07d3b2 (diff) | |
download | mariadb-git-9aa70e5188e63db3b7b450b8f0161ae442398468.tar.gz |
Merging with mysql-5.5-bugteam
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/mf_keycache.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mysys/mf_keycache.c b/mysys/mf_keycache.c index fc62d3d8a8e..9993c636fb1 100644 --- a/mysys/mf_keycache.c +++ b/mysys/mf_keycache.c @@ -3963,11 +3963,11 @@ restart: if (!(block->status & (BLOCK_IN_EVICTION | BLOCK_IN_SWITCH | BLOCK_REASSIGNED))) { - struct st_hash_link *next_hash_link; - my_off_t next_diskpos; - File next_file; - uint next_status; - uint hash_requests; + struct st_hash_link *UNINIT_VAR(next_hash_link); + my_off_t UNINIT_VAR(next_diskpos); + File UNINIT_VAR(next_file); + uint UNINIT_VAR(next_status); + uint UNINIT_VAR(hash_requests); total_found++; found++; |