Skip to content

Commit 710d5d9

Browse files
committed
v3: add missing IPROTO feature flags to greeting negotiation
The flags of functions IPROTO_FEATURE_IS_SYNC and IPROTO_FEATURE_INSERT_ARROW protocol function flags were added in the welcome fix #466
1 parent 6111b79 commit 710d5d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protocol.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ var clientProtocolInfo ProtocolInfo = ProtocolInfo{
5858
iproto.IPROTO_FEATURE_PAGINATION,
5959
iproto.IPROTO_FEATURE_SPACE_AND_INDEX_NAMES,
6060
iproto.IPROTO_FEATURE_WATCH_ONCE,
61+
iproto.IPROTO_FEATURE_IS_SYNC,
62+
iproto.IPROTO_FEATURE_INSERT_ARROW,
6163
},
6264
}
6365

0 commit comments

Comments
 (0)