summaryrefslogtreecommitdiff
path: root/databases/xtrabackup80/files/patch-sql_stream__cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/xtrabackup80/files/patch-sql_stream__cipher.h')
-rw-r--r--databases/xtrabackup80/files/patch-sql_stream__cipher.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/xtrabackup80/files/patch-sql_stream__cipher.h b/databases/xtrabackup80/files/patch-sql_stream__cipher.h
new file mode 100644
index 000000000000..dfef2c2b2246
--- /dev/null
+++ b/databases/xtrabackup80/files/patch-sql_stream__cipher.h
@@ -0,0 +1,20 @@
+--- sql/stream_cipher.h.orig 2023-11-24 10:33:10 UTC
++++ sql/stream_cipher.h
+@@ -25,7 +25,7 @@
+
+ #include <openssl/evp.h>
+ #include <memory>
+-#include <string>
++#include <vector>
+
+ /**
+ @file stream_cipher.h
+@@ -34,7 +34,7 @@
+ binary log files.
+ */
+
+-typedef std::basic_string<unsigned char> Key_string;
++typedef std::vector<unsigned char> Key_string;
+
+ /**
+ @class Stream_cipher