From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 033132DBB1 for ; Fri, 6 Apr 2018 12:24:50 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bWbIA2sTsjcU for ; Fri, 6 Apr 2018 12:24:49 -0400 (EDT) Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id B82EC2D988 for ; Fri, 6 Apr 2018 12:24:49 -0400 (EDT) From: Kirill Shcherbatov Subject: [tarantool-patches] [PATCH v2 0/2] Fix lost format on update operation Date: Fri, 6 Apr 2018 19:24:40 +0300 Message-Id: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org, Kirill Shcherbatov 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