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 6C6C02239D for ; Mon, 24 Dec 2018 09:15:29 -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 9ZdiS8Q9PIiW for ; Mon, 24 Dec 2018 09:15:29 -0500 (EST) Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (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 2A00C22399 for ; Mon, 24 Dec 2018 09:15:29 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Subject: [tarantool-patches] Re: [PATCH v2 1/1] sql: do not analyze incorrect statistics From: "n.pettik" In-Reply-To: Date: Mon, 24 Dec 2018 16:15:25 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: 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: Imeev Mergen > New version: > > commit 1b43714d03ae2a2f7042415aed3d60e1a41034f0 > Author: Mergen Imeev > Date: Wed Dec 19 21:12:17 2018 +0300 > > sql: do not analyze incorrect statistics > > Some errors that occurred during the analysis were processed > without an error message. However, these errors should not be > processed, as they show that something is wrong with the data > received. After this patch, entries in _sql_stat* with the wrong > space or index name will be ignored. > > Closes #3866 Now it looks pretty good. LGTM.