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
4114d1d4
Commit
4114d1d4
authored
May 24, 2017
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix WITH_INNODB_EXTRA_DEBUG
parent
8c81f24d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
storage/innobase/innodb.cmake
storage/innobase/innodb.cmake
+2
-2
No files found.
storage/innobase/innodb.cmake
View file @
4114d1d4
...
...
@@ -123,8 +123,8 @@ ENDIF()
OPTION
(
WITH_INNODB_EXTRA_DEBUG
"Enable extra InnoDB debug checks"
OFF
)
IF
(
WITH_INNODB_EXTRA_DEBUG
)
IF
(
NOT
WITH_DEBUG
)
MESSAGE
(
FATAL_ERROR
"WITH_INNODB_EXTRA_DEBUG can be enabled only
when WITH_DEBUG is enabled
"
)
IF
(
NOT
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
MESSAGE
(
FATAL_ERROR
"WITH_INNODB_EXTRA_DEBUG can be enabled only
in debug builds
"
)
ENDIF
()
SET
(
EXTRA_DEBUG_FLAGS
""
)
...
...
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