Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
604e8449
Commit
604e8449
authored
Nov 24, 2022
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-21452 fixup: Remove PFS_NOT_INSTRUMENTED
parent
36fcca63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
storage/innobase/include/univ.i
storage/innobase/include/univ.i
+0
-9
No files found.
storage/innobase/include/univ.i
View file @
604e8449
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment