1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-12 08:01:43 +03:00

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

This commit is contained in:
marko
2007-10-03 12:27:06 +00:00
parent 2ddbc912e7
commit 94755e4f27

View File

@@ -670,8 +670,8 @@ page_rec_get_next_low(
"InnoDB: rec address %p, space id %lu, page %lu\n", "InnoDB: rec address %p, space id %lu, page %lu\n",
(ulong)offs, (ulong) page_offset(rec), (ulong)offs, (ulong) page_offset(rec),
(void*) rec, (void*) rec,
(ulong) page_get_space_id(rec), (ulong) page_get_space_id(page),
(ulong) page_get_page_no(rec)); (ulong) page_get_page_no(page));
buf_page_print(page, 0); buf_page_print(page, 0);
ut_error; ut_error;