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 709E323565 for ; Tue, 8 May 2018 09:20:26 -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 aqM9GsQ5AhV4 for ; Tue, 8 May 2018 09:20:26 -0400 (EDT) Received: from smtp3.mail.ru (smtp3.mail.ru [94.100.179.58]) (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 1A2DC21B79 for ; Tue, 8 May 2018 09:20:25 -0400 (EDT) Date: Tue, 8 May 2018 16:20:23 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v2 4/5] Always store built-in collations in the cache Message-ID: <20180508132023.GB13694@atlas> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: alexander.turenko@tarantool.org * Vladislav Shpilevoy [18/04/29 01:47]: > To be able to use collations out of box.cfg it is needed to be > sure, that they are available always. Else it can break non-box > collation usage. So when a built-in collation is deleted from > _collation (for example, on box.internal.bootstrap()), it is not > deleted from the cache. When a built-in collation is inserted > into _collation, it does not touch the cache (it already contains > all built-in collations). Looks good. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov