Commit afb44e21 authored by inaam's avatar inaam

branches/zip:

Fixed a mistake in r2539 where I changed UNIV_INLINE to UNIV_INTERN
for the wrong function in btr0sea.h
parent 208ba019
......@@ -40,7 +40,7 @@ btr_search_enable(void);
/************************************************************************
Returns search info for an index. */
UNIV_INTERN
UNIV_INLINE
btr_search_t*
btr_search_get_info(
/*================*/
......@@ -57,7 +57,7 @@ btr_search_info_create(
/*********************************************************************
Returns the value of ref_count. The value is protected by
btr_search_latch. */
UNIV_INLINE
UNIV_INTERN
ulint
btr_search_info_get_ref_count(
/*==========================*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment