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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
4ee6bf22
Commit
4ee6bf22
authored
Jun 29, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deb hack: don't set CASSANDRA_DEB_FILES unless cassandra can be built
parent
b35c5912
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
storage/cassandra/CMakeLists.txt
storage/cassandra/CMakeLists.txt
+3
-1
No files found.
storage/cassandra/CMakeLists.txt
View file @
4ee6bf22
...
...
@@ -49,7 +49,9 @@ SET(cassandra_sources
LINK_DIRECTORIES
(
${
LINK_DIR
}
)
SET
(
CASSANDRA_DEB_FILES
"usr/lib/mysql/plugin/ha_cassandra.so"
PARENT_SCOPE
)
IF
(
CASSANDRASE_OK
)
SET
(
CASSANDRA_DEB_FILES
"usr/lib/mysql/plugin/ha_cassandra.so"
PARENT_SCOPE
)
ENDIF
(
CASSANDRASE_OK
)
MYSQL_ADD_PLUGIN
(
cassandra
${
cassandra_sources
}
STORAGE_ENGINE
ONLY_IF CASSANDRASE_OK
...
...
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