mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
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:
parent
a6d614fb4a
commit
b5ef7ffa59
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue