mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Fix function decoration in Performance Schema code
This commit is contained in:
parent
dde975afb9
commit
9c6b7b19d1
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ schema probes when freeing the mutex */
|
|||
UNIV_INLINE
|
||||
void
|
||||
pfs_mutex_free_func(
|
||||
/*===================*/
|
||||
/*================*/
|
||||
mutex_t* mutex) /*!< in: mutex */
|
||||
{
|
||||
if (UNIV_LIKELY(PSI_server && mutex->pfs_psi)) {
|
||||
|
|
Loading…
Reference in a new issue