IPROTO_VOTE command - follow-up fixes
This patch contains some follow-up fixes for fe8ae607 ("Introduce IPROTO_VOTE command"): - Rename 'status' to 'ballot' everywhere in the comments. - Rename IPROTO_REQUEST_VOTE to IPROTO_VOTE_DEPRECATED and iproto_reply_request_vote to iproto_reply_vote_deprecated to emphasize the fact that this iproto command has been deprecated and IPROTO_VOTE should be used instead. - Only send an IPROTO_VOTE request to a master if it is running tarantool 1.10.1 or newer.
Showing
- src/box/applier.cc 3 additions, 3 deletionssrc/box/applier.cc
- src/box/applier.h 1 addition, 1 deletionsrc/box/applier.h
- src/box/iproto.cc 6 additions, 6 deletionssrc/box/iproto.cc
- src/box/iproto_constants.c 1 addition, 1 deletionsrc/box/iproto_constants.c
- src/box/iproto_constants.h 3 additions, 6 deletionssrc/box/iproto_constants.h
- src/box/xrow.c 6 additions, 5 deletionssrc/box/xrow.c
- src/box/xrow.h 18 additions, 18 deletionssrc/box/xrow.h
Loading
Please register or sign in to comment