diff options
Diffstat (limited to '20018_all_mysql-8.0.18-without-clientlibs-tools.patch')
-rw-r--r-- | 20018_all_mysql-8.0.18-without-clientlibs-tools.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/20018_all_mysql-8.0.18-without-clientlibs-tools.patch b/20018_all_mysql-8.0.18-without-clientlibs-tools.patch index b3d7d23..bd6c1ad 100644 --- a/20018_all_mysql-8.0.18-without-clientlibs-tools.patch +++ b/20018_all_mysql-8.0.18-without-clientlibs-tools.patch @@ -178,3 +178,22 @@ IF(BUILD_BUNDLED_ZLIB OR NOT OPENSSL_EXECUTABLE_HAS_ZLIB) MYSQL_ADD_EXECUTABLE(zlib_decompress +diff -aurN a/man/CMakeLists.txt b/man/CMakeLists.txt +--- a/man/CMakeLists.txt 2019-10-14 14:23:01.188087069 -0400 ++++ b/man/CMakeLists.txt 2019-10-14 14:43:18.723648241 -0400 +@@ -26,7 +26,6 @@ + ibd2sdi.1 + innochecksum.1 + lz4_decompress.1 +- my_print_defaults.1 + myisam_ftdump.1 + myisamchk.1 + myisamlog.1 +@@ -51,7 +50,5 @@ + mysqlpump.1 + mysqlshow.1 + mysqlslap.1 +- perror.1 +- zlib_decompress.1 + ) + SET(MAN1_NDB |