From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp51.i.mail.ru (smtp51.i.mail.ru [94.100.177.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id BB743469719 for ; Wed, 26 Feb 2020 01:26:10 +0300 (MSK) Date: Wed, 26 Feb 2020 01:26:09 +0300 From: Kirill Yukhin Message-ID: <20200225222609.ve6gnec6wirieobk@tarantool.org> References: <1581359737.397395198@f221.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1581359737.397395198@f221.i.mail.ru> Subject: Re: [Tarantool-patches] [PATCH] box: sql prepare and execute statistics should be reflected in box.stat() List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maria Khaydich Cc: tarantool-patches , Vladislav Shpilevoy Hello, On 10 фев 21:35, Maria Khaydich wrote: > > Calling prepare and execute did not update corresponding request statistics > in the box.stat table. This happened because methods that collect stats were > never called where they should have been. >   > Closes #4756 > > --- > Issue: > https://github.com/tarantool/tarantool/issues/4756 > Branch: > https://github.com/tarantool/tarantool/compare/eljashm/gh-4756-box-stat-execute-and-prepare-not-updated I've checked your patch into 2.3 and master. -- Regards, Kirill Yukhin