Skip to content
Permalink
Browse files
MDEV-21452 fixup: Remove PFS_NOT_INSTRUMENTED
  • Loading branch information
dr-m committed Nov 24, 2022
1 parent 36fcca6 commit 604e844
Showing 1 changed file with 0 additions and 9 deletions.
@@ -101,15 +101,6 @@ HAVE_PSI_INTERFACE is defined. */
# define UNIV_PFS_MEMORY
# endif /* HAVE_PSI_MEMORY_INTERFACE */

/* There are mutexes/rwlocks that we want to exclude from
instrumentation even if their corresponding performance schema
define is set. And this PFS_NOT_INSTRUMENTED is used
as the key value to identify those objects that would
be excluded from instrumentation. */
# define PFS_NOT_INSTRUMENTED ULINT32_UNDEFINED

# define PFS_IS_INSTRUMENTED(key) ((key) != PFS_NOT_INSTRUMENTED)

#ifdef HAVE_PFS_THREAD_PROVIDER_H
/* For PSI_MUTEX_CALL() and similar. */
#include "pfs_thread_provider.h"

0 comments on commit 604e844

Please sign in to comment.