summaryrefslogtreecommitdiff
path: root/innobase/fut
diff options
context:
space:
mode:
authormarko@hundin.mysql.fi <>2004-06-16 13:41:14 +0300
committermarko@hundin.mysql.fi <>2004-06-16 13:41:14 +0300
commitd2724e66db4336c6e91ed743059d11f72704918e (patch)
treedf8a781b0b9fee71976881b14f7cbd640b3068ba /innobase/fut
parent3b34ea8cd0f2151fb6fecb7538cbc1d9cc1f171d (diff)
downloadmariadb-git-d2724e66db4336c6e91ed743059d11f72704918e.tar.gz
InnoDB: Revert most of ChangeSet@1.1772, as the debug functions may
be needed when testing production releases
Diffstat (limited to 'innobase/fut')
-rw-r--r--innobase/fut/fut0lst.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/innobase/fut/fut0lst.c b/innobase/fut/fut0lst.c
index 228670f6145..ff112b586c4 100644
--- a/innobase/fut/fut0lst.c
+++ b/innobase/fut/fut0lst.c
@@ -490,7 +490,6 @@ flst_validate(
return(TRUE);
}
-#ifdef UNIV_DEBUG
/************************************************************************
Prints info of a file-based list. */
@@ -516,4 +515,3 @@ flst_print(
buf_frame_get_space_id(frame), buf_frame_get_page_no(frame),
(ulint) (base - frame), len);
}
-#endif /* UNIV_DEBUG */