Commit b5ef7ffa authored by Marko Mäkelä's avatar Marko Mäkelä

Use uint16_t for FIL_PAGE_TYPE

Since commit 5d596064
fil_page_type_is_index() expects uint16_t, not ulint.
parent a6d614fb
......@@ -1338,7 +1338,7 @@ recv_parse_or_apply_log_rec_body(
page_t* page;
page_zip_des_t* page_zip;
#ifdef UNIV_DEBUG
ulint page_type;
uint16_t page_type;
#endif /* UNIV_DEBUG */
if (block) {
......
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