Commit 41c1255f authored by inaam's avatar inaam

branches/5.1:

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

Pointed by: Vasil
parent f5c79c03
...@@ -188,7 +188,6 @@ btr_search_info_create( ...@@ -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(
/*==========================*/ /*==========================*/
......
...@@ -43,7 +43,6 @@ btr_search_info_create( ...@@ -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(
/*==========================*/ /*==========================*/
......
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