diff options
Diffstat (limited to 'storage/innobase/include/ha0ha.h')
-rw-r--r-- | storage/innobase/include/ha0ha.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/innobase/include/ha0ha.h b/storage/innobase/include/ha0ha.h index 15a99ddf683..6857670a01b 100644 --- a/storage/innobase/include/ha0ha.h +++ b/storage/innobase/include/ha0ha.h @@ -174,7 +174,7 @@ ha_search_and_delete_if_found( hash_table_t* table, /*!< in: hash table */ ulint fold, /*!< in: folded value of the searched data */ const rec_t* data); /*!< in: pointer to the data */ -#ifndef UNIV_HOTBACKUP + /*****************************************************************//** Removes from the chain determined by fold all nodes whose data pointer points to the page given. */ @@ -202,7 +202,6 @@ ha_print_info( /*==========*/ FILE* file, /*!< in: file where to print */ hash_table_t* table); /*!< in: hash table */ -#endif /* !UNIV_HOTBACKUP */ /** The hash table external chain node */ struct ha_node_t { |