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
45a9470f
Commit
45a9470f
authored
Apr 02, 2017
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename plugin rocksdb_se to rocksdb
parent
85a1d9ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
storage/rocksdb/CMakeLists.txt
storage/rocksdb/CMakeLists.txt
+3
-3
No files found.
storage/rocksdb/CMakeLists.txt
View file @
45a9470f
...
...
@@ -75,11 +75,11 @@ SET(ROCKSDB_SE_SOURCES
rdb_psi.cc
)
MYSQL_ADD_PLUGIN
(
rocksdb
_se
${
ROCKSDB_SE_SOURCES
}
STORAGE_ENGINE
MYSQL_ADD_PLUGIN
(
rocksdb
${
ROCKSDB_SE_SOURCES
}
STORAGE_ENGINE
MODULE_OUTPUT_NAME ha_rocksdb
COMPONENT rocksdb-engine
)
IF
(
NOT TARGET rocksdb
_se
)
IF
(
NOT TARGET rocksdb
)
# Bail out if compilation with rocksdb engine is not requested
RETURN
()
ENDIF
()
...
...
@@ -111,7 +111,7 @@ ADD_CONVENIENCE_LIBRARY(rocksdb_aux_lib
ADD_DEPENDENCIES
(
rocksdb_aux_lib GenError
)
TARGET_LINK_LIBRARIES
(
rocksdb_aux_lib rocksdblib
${
ZLIB_LIBRARY
}
)
TARGET_LINK_LIBRARIES
(
rocksdb
_se
rocksdb_aux_lib
)
TARGET_LINK_LIBRARIES
(
rocksdb rocksdb_aux_lib
)
IF
(
CMAKE_CXX_COMPILER_ID MATCHES
"GNU"
OR CMAKE_CXX_COMPILER_ID MATCHES
"Clang"
)
...
...
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