From 8a254cacfd330d12ea5b0e7680ab16efa6fe5cec Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Sun, 31 Oct 2021 02:55:34 +0200 Subject: [PATCH] [2/3] OpenSSL 3 patch rebase for MySQL 8.0.27 The source code structure for the Group replication has been changed by upstream. --- community-mysql-openssl3.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community-mysql-openssl3.patch b/community-mysql-openssl3.patch index b545c41..632691f 100644 --- a/community-mysql-openssl3.patch +++ b/community-mysql-openssl3.patch @@ -151,10 +151,10 @@ diff -rup mysql-8.0.22-orig/mysys/my_md5.cc mysql-8.0.22/mysys/my_md5.cc } /** -diff -rup mysql-8.0.22-orig/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.cc mysql-8.0.22/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.cc ---- mysql-8.0.22-orig/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.cc 2021-05-19 21:36:14.531793376 +0200 -+++ mysql-8.0.22/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.cc 2021-05-19 23:06:55.049885943 +0200 -@@ -25,6 +25,7 @@ +diff -Naurp mysql-8.0.27/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/network/xcom_network_provider_ssl_native_lib.cc* +--- mysql-8.0.27/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/network/xcom_network_provider_ssl_native_lib.cc 2021-09-28 13:46:34.000000000 +0200 ++++ mysql-8.0.27/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/network/xcom_network_provider_ssl_native_lib.cc_patched 2021-10-31 10:57:37.865934624 +0100 +@@ -30,6 +30,7 @@ #include #include @@ -162,7 +162,7 @@ diff -rup mysql-8.0.22-orig/plugin/group_replication/libmysqlgcs/src/bindings/xc #include #include #include -@@ -35,6 +36,7 @@ +@@ -39,6 +40,7 @@ #endif #include "openssl/engine.h"