Skip to content

Commit 604e844

Browse files
committed
MDEV-21452 fixup: Remove PFS_NOT_INSTRUMENTED
1 parent 36fcca6 commit 604e844

File tree

1 file changed

+0
-9
lines changed
  • storage/innobase/include

1 file changed

+0
-9
lines changed

storage/innobase/include/univ.i

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,6 @@ HAVE_PSI_INTERFACE is defined. */
101101
# define UNIV_PFS_MEMORY
102102
# endif /* HAVE_PSI_MEMORY_INTERFACE */
103103

104-
/* There are mutexes/rwlocks that we want to exclude from
105-
instrumentation even if their corresponding performance schema
106-
define is set. And this PFS_NOT_INSTRUMENTED is used
107-
as the key value to identify those objects that would
108-
be excluded from instrumentation. */
109-
# define PFS_NOT_INSTRUMENTED ULINT32_UNDEFINED
110-
111-
# define PFS_IS_INSTRUMENTED(key) ((key) != PFS_NOT_INSTRUMENTED)
112-
113104
#ifdef HAVE_PFS_THREAD_PROVIDER_H
114105
/* For PSI_MUTEX_CALL() and similar. */
115106
#include "pfs_thread_provider.h"

0 commit comments

Comments
 (0)