[tarantool-patches] Re: [PATCH v2 0/2] Fix lost format on update operation

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sat Apr 28 12:29:24 MSK 2018


Now the patchset LGTM. Kostja, please, look at this.

On 06/04/2018 19:24, Kirill Shcherbatov wrote:
> Branch: http://github.com/tarantool/tarantool/tree/gh-3051-lost-format-while-tuple-update
> Issue: https://github.com/tarantool/tarantool/issues/3051
> 
> Kirill Shcherbatov (2):
>    Fixed invalid check in lbox_tuple_transform.
>    Fixed lost format on update and upsert operations.
> 
>   src/box/lua/tuple.c      |  6 ++--
>   src/box/memtx_tuple.cc   |  1 +
>   src/box/tuple.c          | 42 ++++++++++++++++--------
>   src/box/tuple.h          |  6 +++-
>   src/box/tuple_format.h   |  5 ++-
>   src/box/vy_stmt.c        |  7 ++++
>   src/box/vy_stmt.h        |  9 +++++
>   test/box/update.result   | 85 ++++++++++++++++++++++++++++++++++++++++++++++++
>   test/box/update.test.lua | 28 ++++++++++++++++
>   9 files changed, 171 insertions(+), 18 deletions(-)
> 




More information about the Tarantool-patches mailing list