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 BCA6629EA4 for ; Mon, 25 Mar 2019 12:30:41 -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 ZELum62oEpOz for ; Mon, 25 Mar 2019 12:30:41 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 06B5629E1A for ; Mon, 25 Mar 2019 12:30:40 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: ban ANALYZE statement References: <5B3DB7B4-92A8-40B5-91F3-6A74B431652A@tarantool.org> <20190323125841.GA9101@tarantool.org> <5D2BD4BD-6672-4BA6-9679-1E3F2BB72C58@tarantool.org> From: Imeev Mergen Message-ID: <26554d05-29a4-c89d-9c70-2f4588afb022@tarantool.org> Date: Mon, 25 Mar 2019 19:30:38 +0300 MIME-Version: 1.0 In-Reply-To: <5D2BD4BD-6672-4BA6-9679-1E3F2BB72C58@tarantool.org> 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 Cc: Kirill Yukhin Hi! Thank you for review. On 3/23/19 10:13 PM, n.pettik wrote: > Patch itself is OK. Please, make up a list of tests to be re-enabled or > uncommented when analyze command is fixed. Add it to one of issues > related to analyze. > Done, added to #2843: https://github.com/tarantool/tarantool/issues/2843#issuecomment-476275840