]> git.pld-linux.org Git - packages/percona-server.git/blame - mysql-protobuf.patch
- rebuild with libevent 2.1.11
[packages/percona-server.git] / mysql-protobuf.patch
CommitLineData
a5a0cfe4
JB
1--- mysql-5.7.27/rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h.orig 2019-06-10 16:43:20.000000000 +0200
2+++ mysql-5.7.27/rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h 2019-07-29 19:19:29.421629353 +0200
3@@ -29,7 +29,9 @@
4 #include <google/protobuf/io/tokenizer.h>
5 #include <google/protobuf/io/zero_copy_stream.h>
6 #include <google/protobuf/wire_format_lite.h>
7+#if GOOGLE_PROTOBUF_VERSION < 3008000
8 #include <google/protobuf/wire_format_lite_inl.h>
9+#endif
10 #include <google/protobuf/dynamic_message.h>
11
12 #include "mysqlx_connection.pb.h"
This page took 0.066237 seconds and 4 git commands to generate.