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

Fix one more warning for page_header_get_field()

parent 126a581b
...@@ -2615,7 +2615,7 @@ page_validate( ...@@ -2615,7 +2615,7 @@ page_validate(
goto func_exit; goto func_exit;
} }
if (UNIV_UNLIKELY(page_header_get_field(page, PAGE_N_RECS) if (UNIV_UNLIKELY(ulint(page_header_get_field(page, PAGE_N_RECS))
+ PAGE_HEAP_NO_USER_LOW + PAGE_HEAP_NO_USER_LOW
!= count + 1)) { != count + 1)) {
ib::error() << "n recs wrong " ib::error() << "n recs wrong "
......
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