diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-05-20 17:00:21 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-05-20 17:09:50 +0300 |
commit | 74904a667e184c2e190e0b6e20dfa7613f4b2723 (patch) | |
tree | a0b97f82d247e22cfde8e976b29fcfdeaa1d2bb2 /storage/innobase/include/btr0pcur.h | |
parent | 5a2110e7cf98a14da8fe12797521b425a69a9373 (diff) | |
download | mariadb-git-74904a667e184c2e190e0b6e20dfa7613f4b2723.tar.gz |
Remove UT_NOT_USED
btr_pcur_move_to_last_on_page(): Merge with the only caller.
Diffstat (limited to 'storage/innobase/include/btr0pcur.h')
-rw-r--r-- | storage/innobase/include/btr0pcur.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/storage/innobase/include/btr0pcur.h b/storage/innobase/include/btr0pcur.h index 9eccd9e9636..b79260e5ab6 100644 --- a/storage/innobase/include/btr0pcur.h +++ b/storage/innobase/include/btr0pcur.h @@ -1,7 +1,7 @@ /***************************************************************************** Copyright (c) 1996, 2016, Oracle and/or its affiliates. All Rights Reserved. -Copyright (c) 2017, 2018, MariaDB Corporation. +Copyright (c) 2017, 2019, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -328,14 +328,6 @@ btr_pcur_move_to_prev( function may release the page latch */ mtr_t* mtr); /*!< in: mtr */ /*********************************************************//** -Moves the persistent cursor to the last record on the same page. */ -UNIV_INLINE -void -btr_pcur_move_to_last_on_page( -/*==========================*/ - btr_pcur_t* cursor, /*!< in: persistent cursor */ - mtr_t* mtr); /*!< in: mtr */ -/*********************************************************//** Moves the persistent cursor to the next user record in the tree. If no user records are left, the cursor ends up 'after last in tree'. @return TRUE if the cursor moved forward, ending on a user record */ |