diff options
author | Michael Widenius <monty@askmonty.org> | 2012-08-14 19:59:28 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-08-14 19:59:28 +0300 |
commit | b886cac7123bc37d055fecd49d9a30ce0c39da73 (patch) | |
tree | c20877daef97377e843fd3c821a58b6c90f08174 /storage/maria/ma_pagecache.c | |
parent | c0f04fa31cd46c2507b2152eeeeb4950e0d5edc9 (diff) | |
download | mariadb-git-b886cac7123bc37d055fecd49d9a30ce0c39da73.tar.gz |
Fixed compiler errors
Updated test to also work on 32 bit
mysql-test/suite/heap/heap.test:
Updated test to also work on 32 bit
Diffstat (limited to 'storage/maria/ma_pagecache.c')
-rw-r--r-- | storage/maria/ma_pagecache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/maria/ma_pagecache.c b/storage/maria/ma_pagecache.c index 2618d6a5b50..6aaccea219f 100644 --- a/storage/maria/ma_pagecache.c +++ b/storage/maria/ma_pagecache.c @@ -3372,6 +3372,7 @@ restart: PAGECACHE_BLOCK_LINK *block; uint status; int page_st; + LINT_INIT(page_st); pagecache_pthread_mutex_lock(&pagecache->cache_lock); if (!pagecache->can_be_used) |