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 759C229961 for ; Thu, 27 Sep 2018 08:39:24 -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 cp91TvNxMZOA for ; Thu, 27 Sep 2018 08:39:24 -0400 (EDT) Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (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 7E98F2A2D6 for ; Thu, 27 Sep 2018 08:39:23 -0400 (EDT) From: AKhatskevich Subject: [tarantool-patches] [PATCH 0/2] Add test on changes && fix typo in MakeRecord Date: Thu, 27 Sep 2018 15:39:03 +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: kyukhin@tarantool.org, tarantool-patches@freelists.org Issue: https://github.com/tarantool/tarantool/issues/2181 Branch: https://github.com/tarantool/tarantool/tree/kh/gh-2181-add_changes_test AKhatskevich (2): sql: fix typo in MakeRecord memory hint sql: add test on changes/total_changes src/box/sql/update.c | 2 +- test/sql-tap/gh2181-changes-statistics.test.lua | 74 +++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 1 deletion(-) create mode 100755 test/sql-tap/gh2181-changes-statistics.test.lua -- 2.14.1