From 1fbff9cbe8d96f127a6f5a9564eaffe25dae78e3 Mon Sep 17 00:00:00 2001 From: Jochen Neumeister Date: Thu, 9 Jan 2025 19:41:14 +0100 Subject: databases/mysql91-{server|client}: add new Ports Welcome MySQL 9.1 What is new in MySQL9.1: https://dev.mysql.com/doc/relnotes/mysql/9.1/en/news-9-1-0.html MySQL8.4+ supports only 64-bit platforms! Sponsored by: Netzkommune GmbH Special thanks to: samm --- .../mysql91-server/files/patch-sql_stream__cipher.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 databases/mysql91-server/files/patch-sql_stream__cipher.h (limited to 'databases/mysql91-server/files/patch-sql_stream__cipher.h') diff --git a/databases/mysql91-server/files/patch-sql_stream__cipher.h b/databases/mysql91-server/files/patch-sql_stream__cipher.h new file mode 100644 index 000000000000..fcad3c5e4079 --- /dev/null +++ b/databases/mysql91-server/files/patch-sql_stream__cipher.h @@ -0,0 +1,19 @@ +--- sql/stream_cipher.h.orig 2024-07-12 19:20:22 UTC ++++ sql/stream_cipher.h +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + + /** + @file stream_cipher.h +@@ -35,7 +36,7 @@ + binary log files. + */ + +-typedef std::basic_string Key_string; ++typedef std::vector Key_string; + + /** + @class Stream_cipher -- cgit v1.2.3