From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id EB1531F66E for ; Wed, 26 Aug 2020 08:17:42 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] some minor SQLite-related cleanups Date: Wed, 26 Aug 2020 08:17:37 +0000 Message-Id: <20200826081742.16642-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Dropping some expensive dead code and avoiding some overloaded method names to reduce confusion. Eric Wong (5): over: rename ->connect method to ->dbh over: rename ->disconnect to ->dbh_close over: recent: remove expensive COUNT query over*: use v5.10.1, drop warnings msgmap: use v5.10.1 lib/PublicInbox/Inbox.pm | 2 +- lib/PublicInbox/Msgmap.pm | 3 ++- lib/PublicInbox/Over.pm | 33 +++++++++++++-------------------- lib/PublicInbox/OverIdx.pm | 15 +++++++-------- lib/PublicInbox/V2Writable.pm | 4 ++-- lib/PublicInbox/Xapcmd.pm | 2 +- scripts/dupe-finder | 2 +- t/indexlevels-mirror.t | 29 +++++++++++++++-------------- t/over.t | 11 +++++------ t/search-thr-index.t | 4 ++-- t/v1reindex.t | 2 +- t/v2reindex.t | 2 +- t/v2writable.t | 4 +++- t/watch_maildir_v2.t | 30 +++++++++++++++--------------- 14 files changed, 69 insertions(+), 74 deletions(-)