branches/5.1:

Removed UNIV_INLINE qualifier from btr_search_info_get_ref_count().
Otherwise compilation failed on non-debug builds.

Pointed by: Vasil
This commit is contained in:
inaam 2008-07-22 14:57:43 +00:00
parent f5c79c03b0
commit 41c1255fb3
2 changed files with 0 additions and 2 deletions

View file

@ -188,7 +188,6 @@ btr_search_info_create(
/********************************************************************* /*********************************************************************
Returns the value of ref_count. The value is protected by Returns the value of ref_count. The value is protected by
btr_search_latch. */ btr_search_latch. */
UNIV_INLINE
ulint ulint
btr_search_info_get_ref_count( btr_search_info_get_ref_count(
/*==========================*/ /*==========================*/

View file

@ -43,7 +43,6 @@ btr_search_info_create(
/********************************************************************* /*********************************************************************
Returns the value of ref_count. The value is protected by Returns the value of ref_count. The value is protected by
btr_search_latch. */ btr_search_latch. */
UNIV_INLINE
ulint ulint
btr_search_info_get_ref_count( btr_search_info_get_ref_count(
/*==========================*/ /*==========================*/