summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2023-02-08 20:30:54 +0000
committerSam James <sam@gentoo.org>2023-02-15 05:50:52 +0000
commit5528982de0cebdd749453169b798c48efe015820 (patch)
tree4083ccc16ff3e6f5637e64949e694f91daeb4757 /dev-db/mariadb/files
parentsys-apps/ethtool: fix build w/ musl (diff)
downloadgentoo-5528982de0cebdd749453169b798c48efe015820.tar.gz
gentoo-5528982de0cebdd749453169b798c48efe015820.tar.bz2
gentoo-5528982de0cebdd749453169b798c48efe015820.zip
dev-db/mariadb: add 10.4.28, 10.5.19, 10.6.12
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mariadb/files')
-rw-r--r--dev-db/mariadb/files/mariadb-10.6.12-gcc-13.patch44
1 files changed, 44 insertions, 0 deletions
diff --git a/dev-db/mariadb/files/mariadb-10.6.12-gcc-13.patch b/dev-db/mariadb/files/mariadb-10.6.12-gcc-13.patch
new file mode 100644
index 000000000000..e1b18bee6791
--- /dev/null
+++ b/dev-db/mariadb/files/mariadb-10.6.12-gcc-13.patch
@@ -0,0 +1,44 @@
+https://github.com/facebook/rocksdb/pull/11118
+https://github.com/facebook/rocksdb/commit/bda8d93ba95f34aa91ae8578fe7d3454f3324f6a
+
+--- a/storage/rocksdb/rocksdb/db/compaction/compaction_iteration_stats.h
++++ b/storage/rocksdb/rocksdb/db/compaction/compaction_iteration_stats.h
+@@ -5,6 +5,8 @@
+
+ #pragma once
+
++#include <cstdint>
++
+ #include "rocksdb/rocksdb_namespace.h"
+
+ struct CompactionIterationStats {
+--- a/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h
++++ b/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h
+@@ -8,6 +8,7 @@
+ #pragma once
+ #ifndef ROCKSDB_LITE
+
++#include <cstdint>
+ #include <string>
+ #include <vector>
+ #include "rocksdb/status.h"
+--- a/storage/rocksdb/rocksdb/table/block_based/data_block_hash_index.h
++++ b/storage/rocksdb/rocksdb/table/block_based/data_block_hash_index.h
+@@ -5,6 +5,7 @@
+
+ #pragma once
+
++#include <cstdint>
+ #include <string>
+ #include <vector>
+
+--- a/storage/rocksdb/rocksdb/util/string_util.h
++++ b/storage/rocksdb/rocksdb/util/string_util.h
+@@ -6,6 +6,7 @@
+
+ #pragma once
+
++#include <cstdint>
+ #include <sstream>
+ #include <string>
+ #include <unordered_map>