Commit 94755e4f authored by marko's avatar marko

branches/zip: page_rec_get_next_low(): Fix a bug that was made in r952.

parent 2ddbc912
......@@ -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;
......
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