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
0a5312dc
Commit
0a5312dc
authored
Jan 10, 2013
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make cassandra not built by default
parent
f54a4819
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
cmake/build_configurations/mysql_release.cmake
cmake/build_configurations/mysql_release.cmake
+1
-1
storage/cassandra/CMakeLists.txt
storage/cassandra/CMakeLists.txt
+8
-2
No files found.
cmake/build_configurations/mysql_release.cmake
View file @
0a5312dc
...
...
@@ -46,7 +46,7 @@ SET(FEATURE_SET_large 5)
SET
(
FEATURE_SET_xlarge 6
)
SET
(
FEATURE_SET_community 7
)
SET
(
WITH_CASSANDRA_STORAGE_ENGINE ON
)
#
SET(WITH_CASSANDRA_STORAGE_ENGINE ON)
IF
(
FEATURE_SET
)
STRING
(
TOLOWER
${
FEATURE_SET
}
feature_set
)
...
...
storage/cassandra/CMakeLists.txt
View file @
0a5312dc
IF
(
NOT WITH_CASSANDRA_STORAGE_ENGINE
)
SET
(
WITHOUT_CASSANDRA 1
)
ENDIF
(
NOT WITH_CASSANDRA_STORAGE_ENGINE
)
SET
(
cassandra_sources
ha_cassandra.cc
ha_cassandra.h
...
...
@@ -13,8 +19,8 @@ SET(cassandra_sources
#INCLUDE_DIRECTORIES(BEFORE ${Boost_INCLUDE_DIRS})
INCLUDE_DIRECTORIES
(
AFTER /usr/local/include/thrift
)
#
INCLUDE_DIRECTORIES(AFTER /home/buildbot/build/thrift-inst/include/thrift/)
#
INCLUDE_DIRECTORIES(AFTER /usr/local/include/thrift)
INCLUDE_DIRECTORIES
(
AFTER /home/buildbot/build/thrift-inst/include/thrift/
)
#INCLUDE_DIRECTORIES(AFTER /home/psergey/cassandra/thrift/include/thrift/)
#
...
...
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