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
85c0f4d2
Commit
85c0f4d2
authored
May 30, 2022
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
C/C 3.3
parent
c1e3fc0e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
cmake/build_configurations/mysql_release.cmake
cmake/build_configurations/mysql_release.cmake
+2
-0
libmariadb
libmariadb
+1
-1
No files found.
cmake/build_configurations/mysql_release.cmake
View file @
85c0f4d2
...
...
@@ -106,6 +106,7 @@ ELSEIF(RPM)
SET
(
PLUGIN_AUTH_SOCKET YES CACHE STRING
""
)
SET
(
WITH_EMBEDDED_SERVER ON CACHE BOOL
""
)
SET
(
WITH_PCRE system CACHE STRING
""
)
SET
(
CLIENT_PLUGIN_ZSTD OFF
)
IF
(
RPM MATCHES
"fedora|centos|rhel"
)
SET
(
WITH_INNODB_BZIP2 OFF CACHE STRING
""
)
SET
(
WITH_INNODB_LZO OFF CACHE STRING
""
)
...
...
@@ -124,6 +125,7 @@ ELSEIF(DEB)
SET
(
PLUGIN_AUTH_SOCKET YES CACHE STRING
""
)
SET
(
WITH_EMBEDDED_SERVER ON CACHE BOOL
""
)
SET
(
WITH_PCRE system CACHE STRING
""
)
SET
(
CLIENT_PLUGIN_ZSTD OFF
)
SET
(
WITH_INNODB_BZIP2 OFF CACHE STRING
""
)
SET
(
WITH_INNODB_LZMA OFF CACHE STRING
""
)
SET
(
WITH_INNODB_LZO OFF CACHE STRING
""
)
...
...
libmariadb
@
5e94e7c2
Subproject commit
ade9bb9c3ef5f28a4f076ed3afa455975a8e5ab4
Subproject commit
5e94e7c27ffad7e76665b1333a67975316b9c3c2
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