[server 2/4] Move helpers for updating request from space.c to request.c

Konstantin Osipov kostja at tarantool.org
Thu Jan 25 23:55:24 MSK 2018


* Vladimir Davydov <vdavydov.dev at gmail.com> [18/01/23 21:09]:
> This patch moves helpers used to fix requests after certain DML
> operations to a separate source file. Currently, there are only
> two of them, but there are going to be more so it seems to be a
> good idea to isolate them. No functional changes.
> 
> Suggested by @kostja
> ---
>  src/box/CMakeLists.txt |   1 +
>  src/box/request.c      | 153 +++++++++++++++++++++++++++++++++++++++++++++++++
>  src/box/request.h      |  69 ++++++++++++++++++++++
>  src/box/space.c        | 124 +--------------------------------------
>  4 files changed, 225 insertions(+), 122 deletions(-)
>  create mode 100644 src/box/request.c
>  create mode 100644 src/box/request.h

OK to push.


-- 
Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
http://tarantool.org - www.twitter.com/kostja_osipov



More information about the Tarantool-patches mailing list