diff options
author | heikki@hundin.mysql.fi <> | 2002-08-02 23:16:19 +0300 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2002-08-02 23:16:19 +0300 |
commit | 7b4869d9a414e00321d2ea7cb024ae3e4d167aad (patch) | |
tree | 79d62af7e6f5f927672de74cbb469640fe4ff3bd /innobase/include/btr0btr.h | |
parent | 4f56ed82ec00370a394fe826587bf81bcd0421f9 (diff) | |
download | mariadb-git-7b4869d9a414e00321d2ea7cb024ae3e4d167aad.tar.gz |
Many files:
Merge InnoDB-3.23.52c
ha_innobase.cc:
Test the ref length sanity also in the production version
Diffstat (limited to 'innobase/include/btr0btr.h')
-rw-r--r-- | innobase/include/btr0btr.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/innobase/include/btr0btr.h b/innobase/include/btr0btr.h index 1b48eaeb4b2..f66ad3639d4 100644 --- a/innobase/include/btr0btr.h +++ b/innobase/include/btr0btr.h @@ -313,14 +313,6 @@ btr_discard_page( btr_cur_t* cursor, /* in: cursor on the page to discard: not on the root page */ mtr_t* mtr); /* in: mtr */ -/************************************************************************ -Declares the latching order level for the page latch in the debug version. */ - -void -btr_declare_page_latch( -/*===================*/ - page_t* page, /* in: page */ - ibool leaf); /* in: TRUE if a leaf */ /******************************************************************** Parses the redo log record for setting an index record as the predefined minimum record. */ |