]> TLD Linux GIT Repositories - packages/mysql.git/blob - mysql-protobuf.patch
- protobuf > 3.8.0 fix from PLD
[packages/mysql.git] / mysql-protobuf.patch
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"