diff options
Diffstat (limited to 'innobase/page')
-rw-r--r-- | innobase/page/page0page.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/innobase/page/page0page.c b/innobase/page/page0page.c index 67c7bd936d1..20bbfba7a50 100644 --- a/innobase/page/page0page.c +++ b/innobase/page/page0page.c @@ -1749,8 +1749,7 @@ page_validate( /* Check that the records are in the ascending order */ if ((count >= 2) && (!page_cur_is_after_last(&cur))) { if (!(1 == cmp_rec_rec(rec, old_rec, - offsets, old_offsets, - ULINT_UNDEFINED, index))) { + offsets, old_offsets, index))) { fprintf(stderr, "InnoDB: Records in wrong order on page %lu", (ulong) buf_frame_get_page_no(page)); |