[tarantool-patches] Re: [PATCH v3 2/4] collation: split collation into core and box objects

Konstantin Osipov kostja at tarantool.org
Wed May 16 20:17:06 MSK 2018


* Vladislav Shpilevoy <v.shpilevoy at tarantool.org> [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




More information about the Tarantool-patches mailing list