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
8f5f4c21
Commit
8f5f4c21
authored
Sep 16, 2016
by
Aleksey Midenkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts: WITH_INNOBASE_STORAGE_ENGINE fix
parent
be6f2d30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
CMakeLists.txt
CMakeLists.txt
+9
-0
storage/xtradb/CMakeLists.txt
storage/xtradb/CMakeLists.txt
+1
-0
No files found.
CMakeLists.txt
View file @
8f5f4c21
...
...
@@ -363,6 +363,15 @@ IF(WITH_UNIT_TESTS)
ENDIF
()
ENDIF
()
IF
(
WITH_INNOBASE_STORAGE_ENGINE
)
SET
(
WITH_XTRADB_STORAGE_ENGINE OFF
)
IF
(
PLUGIN_XTRADB STREQUAL STATIC
)
SET
(
PLUGIN_XTRADB DYNAMIC
)
ENDIF
()
ELSE
()
SET
(
WITH_XTRADB_STORAGE_ENGINE ON
)
ENDIF
()
SET
(
MYSQLD_STATIC_PLUGIN_LIBS
""
CACHE INTERNAL
""
)
# mariadb_connector_c fetches submodules which is useful for plugins
...
...
storage/xtradb/CMakeLists.txt
View file @
8f5f4c21
...
...
@@ -501,6 +501,7 @@ SET(INNOBASE_SOURCES
MYSQL_ADD_PLUGIN
(
xtradb
${
INNOBASE_SOURCES
}
STORAGE_ENGINE
RECOMPILE_FOR_EMBEDDED
MODULE_OUTPUT_NAME ha_innodb
LINK_LIBRARIES
${
ZLIB_LIBRARY
}
${
CRC32_VPMSUM_LIBRARY
}
...
...
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