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
02abef58
Commit
02abef58
authored
Sep 04, 2012
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for galera build
- compile with WITH_WSREP on - fix package name
parent
8e84b9e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cmake/package_name.cmake
cmake/package_name.cmake
+1
-1
cmake/wsrep.cmake
cmake/wsrep.cmake
+1
-1
No files found.
cmake/package_name.cmake
View file @
02abef58
...
...
@@ -120,7 +120,7 @@ IF(NOT VERSION)
ELSEIF
(
MYSQL_SERVER_SUFFIX
)
SET
(
PRODUCT_TAG
"
${
MYSQL_SERVER_SUFFIX
}
"
)
# Already has a leading dash
ELSE
()
SET
(
PRODUCT_TAG
)
SET
(
PRODUCT_TAG
"-galera"
)
ENDIF
()
IF
(
"
${
VERSION
}
"
MATCHES
"-ndb-"
)
...
...
cmake/wsrep.cmake
View file @
02abef58
...
...
@@ -47,7 +47,7 @@ SET(WSREP_VERSION
"
${
WSREP_API_VERSION
}
.
${
WSREP_PATCH_VERSION
}
.r
${
WSREP_PATCH_REVNO
}
"
)
OPTION
(
WITH_WSREP
"WSREP replication API (to use, e.g. Galera Replication library)"
O
FF
)
OPTION
(
WITH_WSREP
"WSREP replication API (to use, e.g. Galera Replication library)"
O
N
)
IF
(
WITH_WSREP
)
SET
(
WSREP_C_FLAGS
"-DWITH_WSREP -DWSREP_PROC_INFO -DMYSQL_MAX_VARIABLE_VALUE_LEN=2048"
)
SET
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
${
WSREP_C_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