Fix function decoration in Performance Schema code
This commit is contained in:
parent
dde975afb9
commit
9c6b7b19d1
@ -354,7 +354,7 @@ schema probes when freeing the mutex */
|
|||||||
UNIV_INLINE
|
UNIV_INLINE
|
||||||
void
|
void
|
||||||
pfs_mutex_free_func(
|
pfs_mutex_free_func(
|
||||||
/*===================*/
|
/*================*/
|
||||||
mutex_t* mutex) /*!< in: mutex */
|
mutex_t* mutex) /*!< in: mutex */
|
||||||
{
|
{
|
||||||
if (UNIV_LIKELY(PSI_server && mutex->pfs_psi)) {
|
if (UNIV_LIKELY(PSI_server && mutex->pfs_psi)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user