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
9bbedcdd
Commit
9bbedcdd
authored
May 19, 2021
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't require jemalloc for 10.5 official packages
it was only for TokuDB, and TokuDB isn't packaged in 10.5
parent
9ecf9a64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
cmake/build_configurations/mysql_release.cmake
cmake/build_configurations/mysql_release.cmake
+0
-2
No files found.
cmake/build_configurations/mysql_release.cmake
View file @
9bbedcdd
...
...
@@ -98,7 +98,6 @@ ELSEIF(RPM)
SET
(
WITH_ZLIB system CACHE STRING
""
)
SET
(
CHECKMODULE /usr/bin/checkmodule CACHE FILEPATH
""
)
SET
(
SEMODULE_PACKAGE /usr/bin/semodule_package CACHE FILEPATH
""
)
SET
(
WITH_JEMALLOC
"yes"
CACHE STRING
""
)
SET
(
PLUGIN_AUTH_SOCKET YES CACHE STRING
""
)
SET
(
WITH_EMBEDDED_SERVER ON CACHE BOOL
""
)
# not yet, SLES 12.3 doesn't provide pcre2
...
...
@@ -108,7 +107,6 @@ ELSEIF(DEB)
SET
(
WITH_ZLIB system CACHE STRING
""
)
SET
(
WITH_LIBWRAP ON
)
SET
(
HAVE_EMBEDDED_PRIVILEGE_CONTROL ON
)
SET
(
WITH_JEMALLOC
"yes"
CACHE STRING
""
)
SET
(
PLUGIN_AUTH_SOCKET YES CACHE STRING
""
)
SET
(
WITH_EMBEDDED_SERVER ON CACHE BOOL
""
)
SET
(
WITH_PCRE system CACHE STRING
""
)
...
...
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