[tarantool-patches] Re: [PATCH v1 1/1] sql: remove struct Enc

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Fri Aug 17 15:40:42 MSK 2018


Hi! Please, do not use any Lua things in SQL.
You should not even include this: #include "lua/msgpack.h".

On 17/08/2018 15:24, Kirill Shcherbatov wrote:
> We shouldn't use legacy Enc structure in SQL as we have
> featured class mpstream in tarantool core. With this path
> all allocations temporally commited with mpstream initialized
> on region and then duplicated in dynamic persistent memory via
> sqlite3DbMallocRaw.
> 
> Closes #3545.
> ---
> Branch: http://github.com/tarantool/tarantool/tree/kshch/gh-3545-remove-enc-struct
> Issue: https://github.com/tarantool/tarantool/issues/3545
> 




More information about the Tarantool-patches mailing list