[Tarantool-patches] [PATCH 0/5] qsync: Cleanups during review

Cyrill Gorcunov gorcunov at gmail.com
Fri Jun 26 17:52:22 MSK 2020


While been readin qsync code I spotted some places which worth
cleaning up. The review procedure is still in progress but I
think we should post patches early.

branch gorcunov/gh-4842-sync-replication
ci https://gitlab.com/tarantool/tarantool/-/pipelines/160514636

Cyrill Gorcunov (5):
  iproto: drop unused iproto_type_is_sync
  iproto: drop unused iproto_type_is_select
  iproto: drop unused iproto_type_is_request
  journal: drop unused destroy method
  txn: use txn_set_flag

 src/box/applier.cc         |  4 ++--
 src/box/box.cc             |  3 +--
 src/box/iproto_constants.h | 29 -----------------------------
 src/box/journal.h          |  9 +--------
 src/box/txn.h              | 10 ----------
 src/box/wal.c              |  3 +--
 6 files changed, 5 insertions(+), 53 deletions(-)


base-commit: 958f59dcdea04b9a69066621bcbbc39e6bac592d
-- 
2.26.2



More information about the Tarantool-patches mailing list