Commit 57f0b8b9 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix compile warning

parent dcce4286
......@@ -284,7 +284,7 @@ my_bool _ma_bitmap_init(MARIA_SHARE *share, File file,
*/
{
pgcache_page_no_t last_bitmap_page;
ulong blocks, bytes;
pgcache_page_no_t blocks, bytes;
last_bitmap_page= *last_page - *last_page % bitmap->pages_covered;
blocks= *last_page - last_bitmap_page;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment