]> TLD Linux GIT Repositories - packages/mysql.git/blobdiff - mysql-protobuf.patch
- protobuf > 3.8.0 fix from PLD
[packages/mysql.git] / mysql-protobuf.patch
diff --git a/mysql-protobuf.patch b/mysql-protobuf.patch
new file mode 100644 (file)
index 0000000..cce64d4
--- /dev/null
@@ -0,0 +1,12 @@
+--- mysql-5.7.27/rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h.orig        2019-06-10 16:43:20.000000000 +0200
++++ mysql-5.7.27/rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h     2019-07-29 19:19:29.421629353 +0200
+@@ -29,7 +29,9 @@
+ #include <google/protobuf/io/tokenizer.h>
+ #include <google/protobuf/io/zero_copy_stream.h>
+ #include <google/protobuf/wire_format_lite.h>
++#if GOOGLE_PROTOBUF_VERSION < 3008000
+ #include <google/protobuf/wire_format_lite_inl.h>
++#endif
+ #include <google/protobuf/dynamic_message.h>
+ #include "mysqlx_connection.pb.h"