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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user