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

Kirill Shcherbatov kshcherbatov at tarantool.org
Fri Apr 6 19:24:40 MSK 2018


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(-)

-- 
2.7.4





More information about the Tarantool-patches mailing list