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 164DA21D2F for ; Wed, 19 Dec 2018 05:05:06 -0500 (EST) 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 U6grZgLR_XL7 for ; Wed, 19 Dec 2018 05:05:06 -0500 (EST) Received: from smtp41.i.mail.ru (smtp41.i.mail.ru [94.100.177.101]) (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 8012D20F3A for ; Wed, 19 Dec 2018 05:05:05 -0500 (EST) Date: Wed, 19 Dec 2018 13:05:02 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 1/1] sql: check that received iterator is not NULL Message-ID: <20181219100502.slubit3gb6xgciln@tarantool.org> References: <4c3e6e6dbb655d11b316e5c336cd195fce5b2239.1545152376.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4c3e6e6dbb655d11b316e5c336cd195fce5b2239.1545152376.git.imeevma@gmail.com> 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: korablev@tarantool.org Hello, On 18 Dec 20:05, imeevma@tarantool.org wrote: > Hi! Thank you for review! Diff between version, new patch and my > answers below. > > https://github.com/tarantool/tarantool/issues/3857 > https://github.com/tarantool/tarantool/tree/imeevma/gh-3857-add-check-for-received-iterator I've checked your patch into 2.1 branch. -- Regards, Kirill Yukhin