From 94755e4f27cbb294fb7fe50b03f7ed35c671452c Mon Sep 17 00:00:00 2001 From: marko Date: Wed, 3 Oct 2007 12:27:06 +0000 Subject: [PATCH] branches/zip: page_rec_get_next_low(): Fix a bug that was made in r952. --- include/page0page.ic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/page0page.ic b/include/page0page.ic index dfc48b9defb..9f8e8bc7d3b 100644 --- a/include/page0page.ic +++ b/include/page0page.ic @@ -670,8 +670,8 @@ page_rec_get_next_low( "InnoDB: rec address %p, space id %lu, page %lu\n", (ulong)offs, (ulong) page_offset(rec), (void*) rec, - (ulong) page_get_space_id(rec), - (ulong) page_get_page_no(rec)); + (ulong) page_get_space_id(page), + (ulong) page_get_page_no(page)); buf_page_print(page, 0); ut_error;