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 082AD2E7A6 for ; Sat, 25 May 2019 05:25:16 -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 iWJBSeScbR8W for ; Sat, 25 May 2019 05:25:15 -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 BB9C12A487 for ; Sat, 25 May 2019 05:25:15 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v1 08/12] sql: remove field zErrMsg from struct Vdbe References: From: Imeev Mergen Message-ID: <8116ade1-26a3-f959-80d4-6a4b5ff761d0@tarantool.org> Date: Sat, 25 May 2019 12:25:14 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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: "n.pettik" , tarantool-patches@freelists.org On 5/15/19 4:30 PM, n.pettik wrote: > >> On 5 May 2019, at 15:17, imeevma@tarantool.org wrote: >> >> This field become unused and should be removed. > -> became/has become Fixed. > > Patch is OK. > >