summaryrefslogtreecommitdiff
path: root/storage/innobase/include/btr0pcur.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-05-20 17:00:21 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-05-20 17:09:50 +0300
commit74904a667e184c2e190e0b6e20dfa7613f4b2723 (patch)
treea0b97f82d247e22cfde8e976b29fcfdeaa1d2bb2 /storage/innobase/include/btr0pcur.h
parent5a2110e7cf98a14da8fe12797521b425a69a9373 (diff)
downloadmariadb-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.h10
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 */