mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/percona-server: treeclean
Closes: https://bugs.gentoo.org/803635 (pkgremoved) Closes: https://bugs.gentoo.org/884609 (pkgremoved) Closes: https://bugs.gentoo.org/890762 (pkgremoved) Closes: https://bugs.gentoo.org/958160 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
DIST boost_1_73_0.tar.bz2 109247910 BLAKE2B 5995ff6ca21f45988b187b94bf743795cca97531baa8355f488be0987b9426289dd85d6ce25b7eb03ccd690109f05ba56252a95bca50505ad9cd66f4e0e234e8 SHA512 86c296511c0766145097625a62bf099c3d155284d250ad6e528e788bc90b2945838498dfe473c6c6c78d1694b6fba8e19f7dee0d064a043841e6231603fff668
|
||||
DIST percona-server-8.0.26-16.tar.gz 532328971 BLAKE2B bef32f7a26261f3b0d89bd9b95b826101e2e84c662ce2200a2d9d8a612d949804d233905db71bfab5aa04458e7773231659d67ea09e08e68df8ef5eca4391f39 SHA512 9ae60e2d81dfaabc214692cd0919c2fc3ba698bd0a399e42df662766c1d67714f6f3cfe6416019b26e7866bc59b78d99fc5767f64ede1ca8e5a344995c1ff4c0
|
||||
DIST percona-server-8.0.26.16-patches-01.tar.xz 8144 BLAKE2B 28a4eaec657c09a6f8290b654dd5316d44a4cbf94e418edee3754742f21df56a058de9332c15abbb7c8bbd3ed6fc63e48e6c5fa77524dccf44ff1d5a89085a6b SHA512 4a128a89abc1f48582b0c6ab841643fa0b7e018eaa32414e775705cd1e8c2dcacecd334face9db33775ca3a2a862528e1cc7f2bfd8b259b7367f0f2ebdee52c4
|
||||
@@ -1,3 +0,0 @@
|
||||
# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration file.
|
||||
|
||||
!includedir @GENTOO_PORTAGE_EPREFIX@/etc/mysql/mysql.d
|
||||
@@ -1,23 +0,0 @@
|
||||
# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/mysql.d/50-distro-client.cnf: The global mysql configuration file.
|
||||
|
||||
# The following options will be passed to all MySQL clients
|
||||
[client]
|
||||
# Should match default server to save a round trip
|
||||
loose-default-auth = mysql_native_password
|
||||
socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
|
||||
character-sets-dir = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
|
||||
loose-default-character-set = utf8mb4
|
||||
|
||||
[mysql]
|
||||
# uncomment the next directive if you are not familiar with SQL
|
||||
#safe-updates
|
||||
|
||||
[mysqldump]
|
||||
quick
|
||||
max_allowed_packet = 16M
|
||||
|
||||
[myisamchk]
|
||||
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
|
||||
|
||||
[myisampack]
|
||||
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
|
||||
@@ -1,30 +0,0 @@
|
||||
# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/mysql.d/50-distro-server.cnf: The global mysql configuration file.
|
||||
|
||||
# add a section [mysqld-8.0] for specific configurations
|
||||
[mysqld]
|
||||
# Using "mysql_native_password" for compatibility with Perl, PHP, Ruby...
|
||||
loose-default-authentication-plugin = mysql_native_password
|
||||
character-set-server = utf8mb4
|
||||
user = mysql
|
||||
port = 3306
|
||||
socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
|
||||
pid-file = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysql.pid
|
||||
log-error = @GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
|
||||
basedir = @GENTOO_PORTAGE_EPREFIX@/usr
|
||||
datadir = @DATADIR@
|
||||
skip-external-locking
|
||||
lc_messages_dir = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql
|
||||
#Set this to your desired error message language
|
||||
lc_messages = en_US
|
||||
|
||||
# security:
|
||||
# using "localhost" in connects uses sockets by default
|
||||
# skip-networking
|
||||
bind-address = 127.0.0.1
|
||||
|
||||
log-bin
|
||||
server-id = 1
|
||||
|
||||
# point the following paths to different dedicated disks
|
||||
#tmpdir = @GENTOO_PORTAGE_EPREFIX@/tmp/
|
||||
#log-update = @GENTOO_PORTAGE_EPREFIX@/path-to-dedicated-directory/hostname
|
||||
@@ -1,45 +0,0 @@
|
||||
https://bugs.gentoo.org/842168
|
||||
https://bugs.gentoo.org/853085
|
||||
https://bugs.gentoo.org/855170
|
||||
--- a/client/logger.cc
|
||||
+++ b/client/logger.cc
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <time.h>
|
||||
#include <iostream>
|
||||
#include <locale>
|
||||
+#include <memory>
|
||||
|
||||
using namespace std;
|
||||
|
||||
--- a/components/keyrings/common/component_helpers/src/keyring_log_builtins_definition.cc
|
||||
+++ b/components/keyrings/common/component_helpers/src/keyring_log_builtins_definition.cc
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <locale>
|
||||
+#include <memory>
|
||||
#include <sstream>
|
||||
|
||||
#include <m_string.h>
|
||||
--- a/plugin/auth_ldap/src/connection.cc
|
||||
+++ b/plugin/auth_ldap/src/connection.cc
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "plugin/auth_ldap/include/connection.h"
|
||||
|
||||
#include <iostream>
|
||||
+#include <iterator>
|
||||
#include <regex>
|
||||
|
||||
#include "plugin/auth_ldap/include/plugin_log.h"
|
||||
diff --git a/router/src/harness/include/mysql/harness/net_ts/executor.h b/router/src/harness/include/mysql/harness/net_ts/executor.h
|
||||
index 5cf514b..ec61168 100644
|
||||
--- a/router/src/harness/include/mysql/harness/net_ts/executor.h
|
||||
+++ b/router/src/harness/include/mysql/harness/net_ts/executor.h
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <thread>
|
||||
#include <type_traits> // decay_t, enable_if
|
||||
#include <unordered_map>
|
||||
+#include <utility>
|
||||
|
||||
#include "mysql/harness/net_ts/netfwd.h"
|
||||
#include "mysql/harness/stdx/type_traits.h" // conjunction, void_t
|
||||
@@ -1,41 +0,0 @@
|
||||
https://bugs.gentoo.org/895700
|
||||
--- a/plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_logging.h
|
||||
+++ b/plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_logging.h
|
||||
@@ -24,6 +24,7 @@
|
||||
#define GCS_LOGGING_INCLUDED
|
||||
|
||||
#include <atomic>
|
||||
+#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
#include "plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_types.h"
|
||||
--- a/plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_types.h
|
||||
+++ b/plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_types.h
|
||||
@@ -23,6 +23,7 @@
|
||||
#ifndef GCS_TYPES_INCLUDED
|
||||
#define GCS_TYPES_INCLUDED
|
||||
|
||||
+#include <cstdint>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
--- a/plugin/x/src/interface/document_id_generator.h
|
||||
+++ b/plugin/x/src/interface/document_id_generator.h
|
||||
@@ -26,6 +26,7 @@
|
||||
#define PLUGIN_X_SRC_INTERFACE_DOCUMENT_ID_GENERATOR_H_
|
||||
|
||||
#include <cstdio>
|
||||
+#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace xpl {
|
||||
--- a/sql/dd/impl/sdi.h
|
||||
+++ b/sql/dd/impl/sdi.h
|
||||
@@ -23,6 +23,7 @@
|
||||
#ifndef DD__SDI_INCLUDED
|
||||
#define DD__SDI_INCLUDED
|
||||
|
||||
+#include <cstdint>
|
||||
#include <functional>
|
||||
#include "my_compiler.h"
|
||||
#include "sql/dd/sdi_fwd.h" // RJ_Document
|
||||
@@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<use>
|
||||
<flag name="cjk">Add CJK support for InnoDB fulltext search using <pkg>app-text/mecab</pkg></flag>
|
||||
<flag name="latin1">Use LATIN1 encoding instead of UTF8</flag>
|
||||
<flag name="numa">Enable NUMA support using <pkg>sys-process/numactl</pkg> (NUMA kernel support is also required)</flag>
|
||||
<flag name="profiling">Add support for statement profiling (requires USE=community).</flag>
|
||||
<flag name="rocksdb">Add support for RocksDB; a key/value, LSM database optimized for flash storage</flag>
|
||||
<flag name="router">Build the MySQL router program</flag>
|
||||
<flag name="server">Build the server program</flag>
|
||||
<flag name="tokudb">Add support for TokuDB storage engine</flag>
|
||||
<flag name="tokudb-backup-plugin">Builds the TokuDB backup plugin</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">percona/percona-server</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -446,7 +446,6 @@ dev-util/geany-plugins markdown
|
||||
# Requires app-text/mecab which isn't yet keyworded
|
||||
# on alpha, bug 668674
|
||||
dev-db/mysql cjk
|
||||
dev-db/percona-server cjk
|
||||
|
||||
# Mikle Kolyada <zlogene@gentoo.org> (2018-10-05)
|
||||
# Not keyworded (see bug #540540c#8)
|
||||
|
||||
@@ -463,11 +463,6 @@ app-metrics/collectd -collectd_plugins_mqtt
|
||||
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
||||
# Enable numa support on supported architectures
|
||||
dev-db/mysql -numa
|
||||
dev-db/percona-server -numa
|
||||
|
||||
# Brian Evans <grknight@gentoo.org> (2016-08-23)
|
||||
# It's only supported on amd64
|
||||
dev-db/percona-server -tokudb -tokudb-backup-plugin
|
||||
|
||||
# Brian Evans <grknight@gentoo.org> (2016-08-18)
|
||||
# Allow jdbc on this arch
|
||||
|
||||
@@ -415,11 +415,6 @@ app-metrics/collectd collectd_plugins_mqtt
|
||||
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
||||
# It's only supported on amd64, ia64, powerpc and x86
|
||||
dev-db/mysql numa
|
||||
dev-db/percona-server numa
|
||||
|
||||
# Brian Evans <grknight@gentoo.org> (2016-08-23)
|
||||
# It's only supported on amd64
|
||||
dev-db/percona-server tokudb tokudb-backup-plugin
|
||||
|
||||
# Brian Evans <grknight@gentoo.org> (2016-08-18)
|
||||
# Mask jdbc as most arches don't support java
|
||||
|
||||
@@ -174,7 +174,6 @@ app-crypt/pinentry efl
|
||||
app-text/doxygen gui
|
||||
dev-build/cmake gui
|
||||
dev-db/mysql cjk
|
||||
dev-db/percona-server cjk
|
||||
dev-libs/libisoburn frontend-optional
|
||||
dev-python/uvicorn test-rust
|
||||
dev-util/glade gjs
|
||||
|
||||
@@ -305,7 +305,6 @@ games-emulation/dosbox glide
|
||||
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
||||
# Enable numa support on supported architectures
|
||||
dev-db/mysql -numa
|
||||
dev-db/percona-server -numa
|
||||
|
||||
# Michael Palimaka <kensington@gentoo.org> (2016-07-07)
|
||||
# Requires unkeyworded dependencies
|
||||
|
||||
@@ -751,7 +751,6 @@ x11-misc/colord argyllcms extra-print-profiles
|
||||
# MySQL 5.5 wants systemtap, tcmalloc & jemalloc
|
||||
>=dev-db/mysql-5.5 jemalloc
|
||||
>=dev-db/mariadb-5.5 systemtap jemalloc
|
||||
>=dev-db/percona-server-5.5 jemalloc
|
||||
|
||||
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-06-24)
|
||||
# Requires libpcre with jit
|
||||
|
||||
@@ -435,7 +435,6 @@ app-metrics/collectd -collectd_plugins_mqtt
|
||||
# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
|
||||
# Enable numa support on supported architectures
|
||||
dev-db/mysql -numa
|
||||
dev-db/percona-server -numa
|
||||
|
||||
# Brian Evans <grknight@gentoo.org> (2016-08-18)
|
||||
# Allow jdbc on this arch
|
||||
|
||||
@@ -256,12 +256,6 @@ x11-libs/gtkglext
|
||||
# instead. Removal on 2025-09-16. Bug #955646
|
||||
sys-auth/yubikey-personalization-gui
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-18)
|
||||
# Unmaintained in Gentoo for a long time, resulting in a very outdated
|
||||
# package. Many bugs, selecting just #803635, #884609, #890762, #958160
|
||||
# Needs a dedicated maintainer. Removal on 2025-09-16.
|
||||
dev-db/percona-server
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2025-08-08)
|
||||
# ruby-openid fails tests and is archived upstream. Last release 6 years
|
||||
# ago. rack-openid is the only reverse dependency.
|
||||
|
||||
Reference in New Issue
Block a user