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 9209C24B43 for ; Wed, 16 May 2018 13:17:08 -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 x7lUvGSw36nm for ; Wed, 16 May 2018 13:17:08 -0400 (EDT) Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (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 524B824B04 for ; Wed, 16 May 2018 13:17:07 -0400 (EDT) Received: from [185.6.245.178] (port=42530 helo=atlas.local) by smtp33.i.mail.ru with esmtpa (envelope-from ) id 1fJ030-0006YY-FB for tarantool-patches@freelists.org; Wed, 16 May 2018 20:17:06 +0300 Date: Wed, 16 May 2018 20:17:06 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v3 2/4] collation: split collation into core and box objects Message-ID: <20180516171706.GC24119@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 * Vladislav Shpilevoy [18/05/16 20:10]: > I added CollationError: Are there any other errors besides the failure to create a collation? > return ER_SYSTEM; > + if (type_cast(CollationError, e)) > + return ER_CANT_CREATE_COLLATION; > return ER_PROC_LUA; > } > diff --git a/src/box/error.h b/src/box/error.h -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov