summaryrefslogtreecommitdiff
path: root/innobase/row/row0sel.c
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2004-07-27 09:00:17 +0300
committerunknown <heikki@hundin.mysql.fi>2004-07-27 09:00:17 +0300
commit660bf8766256e0cfeae95d188b015e663a549c74 (patch)
treea6a84774dafa9628408754fe8bcac686feb3a959 /innobase/row/row0sel.c
parent65ba6aa2934e465fa31ed6185dcd22c714bc1403 (diff)
downloadmariadb-git-660bf8766256e0cfeae95d188b015e663a549c74.tar.gz
row0sel.c, page0page.ic:
Add diagnostic code to print hex dumps and track corruption of next record offsets in an index page innobase/include/page0page.ic: Add diagnostic code to print hex dumps and track corruption of next record offsets in an index page innobase/row/row0sel.c: Add diagnostic code to print hex dumps and track corruption of next record offsets in an index page
Diffstat (limited to 'innobase/row/row0sel.c')
-rw-r--r--innobase/row/row0sel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/innobase/row/row0sel.c b/innobase/row/row0sel.c
index e0bf4684214..42d1f260757 100644
--- a/innobase/row/row0sel.c
+++ b/innobase/row/row0sel.c
@@ -3088,6 +3088,7 @@ rec_loop:
if (srv_force_recovery == 0 || moves_up == FALSE) {
ut_print_timestamp(stderr);
+ buf_page_print(buf_frame_align(rec));
fprintf(stderr,
" InnoDB: Index corruption: rec offs %lu next offs %lu, page no %lu,\n"
"InnoDB: ",