diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-11-07 19:01:17 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-20 21:19:53 +0100 |
commit | 28d4031122398fcc4051d785b5ec8ef118c835e4 (patch) | |
tree | 4286e083744b406c9e3a13620b8053cfa6683a58 /dev-db | |
parent | media-libs/webrtc-audio-processing: remove unused patch (diff) | |
download | gentoo-28d4031122398fcc4051d785b5ec8ef118c835e4.tar.gz gentoo-28d4031122398fcc4051d785b5ec8ef118c835e4.tar.bz2 gentoo-28d4031122398fcc4051d785b5ec8ef118c835e4.zip |
dev-db/percona-xtrabackup: remove unused patches
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/percona-xtrabackup/files/percona-xtrabackup-2.4.20-fix-gcc10.patch | 26 | ||||
-rw-r--r-- | dev-db/percona-xtrabackup/files/percona-xtrabackup-2.4.6-remove-boost-version-check.patch | 19 |
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-db/percona-xtrabackup/files/percona-xtrabackup-2.4.20-fix-gcc10.patch b/dev-db/percona-xtrabackup/files/percona-xtrabackup-2.4.20-fix-gcc10.patch deleted file mode 100644 index 8987082d1f9c..000000000000 --- a/dev-db/percona-xtrabackup/files/percona-xtrabackup-2.4.20-fix-gcc10.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/sql/mysqld.cc b/sql/mysqld.cc -index 3801448b..83098498 100644 ---- a/sql/mysqld.cc -+++ b/sql/mysqld.cc -@@ -625,7 +625,7 @@ struct system_variables global_system_variables; - struct system_variables max_system_variables; - struct system_status_var global_status_var; - --MY_TMPDIR mysql_tmpdir_list; -+extern MY_TMPDIR mysql_tmpdir_list; - MY_BITMAP temp_pool; - - CHARSET_INFO *system_charset_info, *files_charset_info ; -diff --git a/storage/innobase/xtrabackup/src/xbstream.c b/storage/innobase/xtrabackup/src/xbstream.c -index 611f8c04..f0c57588 100644 ---- a/storage/innobase/xtrabackup/src/xbstream.c -+++ b/storage/innobase/xtrabackup/src/xbstream.c -@@ -55,7 +55,7 @@ datasink_t datasink_xbstream; - datasink_t datasink_compress; - datasink_t datasink_tmpfile; - datasink_t datasink_encrypt; --datasink_t datasink_buffer; -+extern datasink_t datasink_buffer; - - static run_mode_t opt_mode; - static char * opt_directory = NULL; diff --git a/dev-db/percona-xtrabackup/files/percona-xtrabackup-2.4.6-remove-boost-version-check.patch b/dev-db/percona-xtrabackup/files/percona-xtrabackup-2.4.6-remove-boost-version-check.patch deleted file mode 100644 index 48a7fcc783f0..000000000000 --- a/dev-db/percona-xtrabackup/files/percona-xtrabackup-2.4.6-remove-boost-version-check.patch +++ /dev/null @@ -1,19 +0,0 @@ -Remove Boost version check which makes using the -system boost libraries close to impossible. - ---- a/cmake/boost.cmake -+++ b/cmake/boost.cmake -@@ -262,13 +262,6 @@ - COULD_NOT_FIND_BOOST() - ENDIF() - --IF(NOT BOOST_MINOR_VERSION EQUAL 59) -- MESSAGE(WARNING "Boost minor version found is ${BOOST_MINOR_VERSION} " -- "we need 59" -- ) -- COULD_NOT_FIND_BOOST() --ENDIF() -- - MESSAGE(STATUS "BOOST_INCLUDE_DIR ${BOOST_INCLUDE_DIR}") - - # We have a limited set of patches/bugfixes here: |