summaryrefslogtreecommitdiff
path: root/storage/xtradb/btr
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2016-10-23 00:10:37 +0000
committerVladislav Vaintroub <wlad@mariadb.com>2016-10-23 00:10:37 +0000
commitee1d08c115819e7111ddeccb01ec0534d15fd871 (patch)
tree8a918112ec883d40e993753138e7e95deaad01aa /storage/xtradb/btr
parentde5646f1a9aaf45f1b43d98623b40c95fb98ebce (diff)
downloadmariadb-git-ee1d08c115819e7111ddeccb01ec0534d15fd871.tar.gz
Revert "Prepare XtraDB to be used with xtrabackup."
This reverts commit de5646f1a9aaf45f1b43d98623b40c95fb98ebce.
Diffstat (limited to 'storage/xtradb/btr')
-rw-r--r--storage/xtradb/btr/btr0btr.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/xtradb/btr/btr0btr.cc b/storage/xtradb/btr/btr0btr.cc
index bf6d850f3f0..bce81f95ead 100644
--- a/storage/xtradb/btr/btr0btr.cc
+++ b/storage/xtradb/btr/btr0btr.cc
@@ -722,7 +722,7 @@ btr_root_fseg_validate(
/**************************************************************//**
Gets the root node of a tree and x- or s-latches it.
@return root page, x- or s-latched */
-
+static
buf_block_t*
btr_root_block_get(
/*===============*/
@@ -1531,7 +1531,7 @@ btr_node_ptr_set_child_page_no(
/************************************************************//**
Returns the child page of a node pointer and x-latches it.
@return child page, x-latched */
-
+static
buf_block_t*
btr_node_ptr_get_child(
/*===================*/