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 0FE8424C5E for ; Fri, 25 May 2018 07:54:05 -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 1XwWXDgjXWun for ; Fri, 25 May 2018 07:54:05 -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 C465824C57 for ; Fri, 25 May 2018 07:54:04 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v7 4/7] sql: rename sql_expr_free to sql_expr_delete References: <19aefd955a44af24ae84d2e07ace6921e41d991d.1527084287.git.kshcherbatov@tarantool.org> <165234e9-0317-dd53-a513-f32c7e94d808@tarantool.org> From: Kirill Shcherbatov Message-ID: <85b7b58b-33e7-99b8-daa7-97d9257c9689@tarantool.org> Date: Fri, 25 May 2018 14:54:03 +0300 MIME-Version: 1.0 In-Reply-To: <165234e9-0317-dd53-a513-f32c7e94d808@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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" > 1. Bad indentation. - sql_expr_delete(pParse->db, pSel->pLimit, false); + sql_expr_delete(pParse->db, pSel->pLimit, false); > 2. Same. - sql_expr_delete(db, p->pLimit, false); + sql_expr_delete(db, p->pLimit, false); > 3. Same. - sql_expr_delete(db, p->pLimit, false); + sql_expr_delete(db, p->pLimit, false);