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
785386c8
Commit
785386c8
authored
Feb 02, 2023
by
Daniel Black
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
innodb: cmake - sched_getcpu removed - not used
parent
17423c6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
storage/innobase/CMakeLists.txt
storage/innobase/CMakeLists.txt
+0
-6
No files found.
storage/innobase/CMakeLists.txt
View file @
785386c8
...
...
@@ -118,12 +118,6 @@ IF(WITH_INNODB_EXTRA_DEBUG)
ENDIF
()
ADD_FEATURE_INFO
(
INNODB_EXTRA_DEBUG WITH_INNODB_EXTRA_DEBUG
"Extra InnoDB debug checks"
)
CHECK_FUNCTION_EXISTS
(
sched_getcpu HAVE_SCHED_GETCPU
)
IF
(
HAVE_SCHED_GETCPU
)
ADD_DEFINITIONS
(
-DHAVE_SCHED_GETCPU=1
)
ENDIF
()
CHECK_FUNCTION_EXISTS
(
nanosleep HAVE_NANOSLEEP
)
IF
(
HAVE_NANOSLEEP
)
ADD_DEFINITIONS
(
-DHAVE_NANOSLEEP=1
)
...
...
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