We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fcca6 commit 604e844Copy full SHA for 604e844
storage/innobase/include/univ.i
@@ -101,15 +101,6 @@ HAVE_PSI_INTERFACE is defined. */
101
# define UNIV_PFS_MEMORY
102
# endif /* HAVE_PSI_MEMORY_INTERFACE */
103
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
113
#ifdef HAVE_PFS_THREAD_PROVIDER_H
114
/* For PSI_MUTEX_CALL() and similar. */
115
#include "pfs_thread_provider.h"
0 commit comments