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

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed May 16 20:19:11 MSK 2018



On 16/05/2018 20:17, Konstantin Osipov wrote:
> * 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?
> 

No. Only OOM.

> 
>>   		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
> 




More information about the Tarantool-patches mailing list