From d2724e66db4336c6e91ed743059d11f72704918e Mon Sep 17 00:00:00 2001 From: "marko@hundin.mysql.fi" <> Date: Wed, 16 Jun 2004 13:41:14 +0300 Subject: InnoDB: Revert most of ChangeSet@1.1772, as the debug functions may be needed when testing production releases --- innobase/btr/btr0btr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'innobase/btr') diff --git a/innobase/btr/btr0btr.c b/innobase/btr/btr0btr.c index 0b4c0dbfa94..81eb32467ad 100644 --- a/innobase/btr/btr0btr.c +++ b/innobase/btr/btr0btr.c @@ -2162,7 +2162,6 @@ btr_discard_page( ut_ad(btr_check_node_ptr(tree, merge_page, mtr)); } -#ifdef UNIV_DEBUG /***************************************************************** Prints size info of a B-tree. */ @@ -2283,7 +2282,6 @@ btr_print_tree( btr_validate_tree(tree); } -#endif /* UNIV_DEBUG */ /**************************************************************** Checks that the node pointer to a page is appropriate. */ -- cgit v1.2.1