mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +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
|
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…
Add table
Reference in a new issue