From 9c6b7b19d18b5bfce6c96da60e8d6b28455bd91d Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Sun, 23 May 2010 23:11:31 +0300 Subject: [PATCH] Fix function decoration in Performance Schema code --- storage/innobase/include/sync0sync.ic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/innobase/include/sync0sync.ic b/storage/innobase/include/sync0sync.ic index fdd70ad052f..7b9760ba45a 100644 --- a/storage/innobase/include/sync0sync.ic +++ b/storage/innobase/include/sync0sync.ic @@ -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)) {