Commit 9c6b7b19 authored by Vasil Dimov's avatar Vasil Dimov

Fix function decoration in Performance Schema code

parent dde975af
...@@ -354,7 +354,7 @@ schema probes when freeing the mutex */ ...@@ -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)) {
......
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