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
04726f29
Commit
04726f29
authored
May 23, 2020
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get rid of cmake warning
parent
8cf58921
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cmake/build_configurations/mysql_release.cmake
cmake/build_configurations/mysql_release.cmake
+1
-1
storage/tokudb/PerconaFT/cmake_modules/TokuFeatureDetection.cmake
...tokudb/PerconaFT/cmake_modules/TokuFeatureDetection.cmake
+1
-1
No files found.
cmake/build_configurations/mysql_release.cmake
View file @
04726f29
...
...
@@ -136,7 +136,7 @@ IF(UNIX)
RedHat/Fedora/Oracle Linux: yum install libaio-devel
SuSE: zypper install libaio-devel
If you really do not want it, pass -DIGNORE_AIO_CHECK
to cmake.
If you really do not want it, pass -DIGNORE_AIO_CHECK=ON
to cmake.
"
)
ENDIF
()
...
...
storage/tokudb/PerconaFT/cmake_modules/TokuFeatureDetection.cmake
View file @
04726f29
...
...
@@ -134,4 +134,4 @@ static __thread int tlsvar = 0;
int main(void) { return tlsvar; }"
HAVE_GNU_TLS
)
## set TOKUDB_REVISION
set
(
CMAKE_TOKUDB_REVISION 0 CACHE
INTEGER
"Revision of tokudb."
)
set
(
CMAKE_TOKUDB_REVISION 0 CACHE
STRING
"Revision of tokudb."
)
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