Commit 52223f72 authored by Inaam Rana's avatar Inaam Rana

Initialize block->is_hashed to avoid valgrind warning.

parent af49a8ef
......@@ -872,6 +872,8 @@ buf_block_init(
block->check_index_page_at_flush = FALSE;
block->index = NULL;
block->is_hashed = FALSE;
#ifdef UNIV_DEBUG
block->page.in_page_hash = FALSE;
block->page.in_zip_hash = FALSE;
......
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