diff options
Diffstat (limited to 'storage/innobase/btr/btr0btr.cc')
-rw-r--r-- | storage/innobase/btr/btr0btr.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/innobase/btr/btr0btr.cc b/storage/innobase/btr/btr0btr.cc index 29ed2d1a2ce..e1446b409d1 100644 --- a/storage/innobase/btr/btr0btr.cc +++ b/storage/innobase/btr/btr0btr.cc @@ -51,6 +51,7 @@ Created 6/2/1994 Heikki Tuuri Checks if the page in the cursor can be merged with given page. If necessary, re-organize the merge_page. @return true if possible to merge. */ +static bool btr_can_merge_with_page( /*====================*/ @@ -5309,6 +5310,7 @@ node_ptr_fails: /**************************************************************//** Do an index level validation of spaital index tree. @return true if no error found */ +static bool btr_validate_spatial_index( /*=======================*/ @@ -5410,6 +5412,7 @@ btr_validate_index( Checks if the page in the cursor can be merged with given page. If necessary, re-organize the merge_page. @return true if possible to merge. */ +static bool btr_can_merge_with_page( /*====================*/ |