mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
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:
parent
f5c79c03b0
commit
41c1255fb3
2 changed files with 0 additions and 2 deletions
|
@ -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(
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
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(
|
||||||
/*==========================*/
|
/*==========================*/
|
||||||
|
|
Loading…
Reference in a new issue