Use uint16_t for FIL_PAGE_TYPE

Since commit 5d596064d6
fil_page_type_is_index() expects uint16_t, not ulint.
This commit is contained in:
Marko Mäkelä 2019-11-08 12:46:08 +02:00
parent a6d614fb4a
commit b5ef7ffa59

View file

@ -1338,7 +1338,7 @@ recv_parse_or_apply_log_rec_body(
page_t* page; page_t* page;
page_zip_des_t* page_zip; page_zip_des_t* page_zip;
#ifdef UNIV_DEBUG #ifdef UNIV_DEBUG
ulint page_type; uint16_t page_type;
#endif /* UNIV_DEBUG */ #endif /* UNIV_DEBUG */
if (block) { if (block) {