diff options
| author | Sam James <sam@gentoo.org> | 2025-01-09 03:04:16 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-01-09 03:04:16 +0000 |
| commit | 755c020de7c216a67aad2a0e58b3ca36a305d713 (patch) | |
| tree | a5be6e53a7c4168fedae26c210a2565eb73e33b4 /dev-db/mysql/files/mysql-8.0.32-gcc13.patch | |
| parent | 749d55ce1f57a8d4516cf4886426c34fa5346158 (diff) | |
| download | gentoo-755c020de7c216a67aad2a0e58b3ca36a305d713.tar.gz gentoo-755c020de7c216a67aad2a0e58b3ca36a305d713.tar.bz2 gentoo-755c020de7c216a67aad2a0e58b3ca36a305d713.zip | |
dev-db/mysql: drop versions
Bug: https://bugs.gentoo.org/925125
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql/files/mysql-8.0.32-gcc13.patch')
| -rw-r--r-- | dev-db/mysql/files/mysql-8.0.32-gcc13.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-db/mysql/files/mysql-8.0.32-gcc13.patch b/dev-db/mysql/files/mysql-8.0.32-gcc13.patch deleted file mode 100644 index e7ec0603bbea..000000000000 --- a/dev-db/mysql/files/mysql-8.0.32-gcc13.patch +++ /dev/null @@ -1,21 +0,0 @@ -https://bugs.gentoo.org/895818 -https://github.com/mysql/mysql-server/pull/456 - -From 2e5614c4ec50c60fbadbd57f213c1c7d6b959be9 Mon Sep 17 00:00:00 2001 -From: Alfred Wingate <parona@protonmail.com> -Date: Wed, 12 Apr 2023 16:16:13 +0300 -Subject: [PATCH] sql/binlog/group_commit: include header for std::uint64_t - -GCC 13 changed default header dependencies for C++ necessitating -including cstdint explicitly. ---- a/sql/binlog/group_commit/bgc_ticket.h -+++ b/sql/binlog/group_commit/bgc_ticket.h -@@ -23,6 +23,7 @@ - #ifndef BINLOG_BCG_TICKET_H - #define BINLOG_BCG_TICKET_H - -+#include <cstdint> - #include <functional> - #include <limits> - #include <memory> - |
