]> TLD Linux GIT Repositories - packages/mysql.git/blob - mysql-protobuf.patch
- fix building with OpenSSL 3.0, no R(triggerpostun) in rpm.org
[packages/mysql.git] / mysql-protobuf.patch
1 diff -ur percona-server-5.7.35-38.orig/rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h percona-server-5.7.35-38/rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h
2 --- percona-server-5.7.35-38.orig/rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h     2021-11-24 19:41:59.748839411 +0100
3 +++ percona-server-5.7.35-38/rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h  2021-11-24 19:43:50.561101985 +0100
4 @@ -36,7 +36,9 @@
5  #include <google/protobuf/io/tokenizer.h>
6  #include <google/protobuf/io/zero_copy_stream.h>
7  #include <google/protobuf/wire_format_lite.h>
8 +#if GOOGLE_PROTOBUF_VERSION < 3008000
9  #include <google/protobuf/wire_format_lite_inl.h>
10 +#endif
11  #include <google/protobuf/dynamic_message.h>
12  
13  #include "mysqlx_connection.pb.h"