[tarantool-patches] Re: [PATCH] sql: get rid off tnum field of struct Table

Kirill Yukhin kyukhin at tarantool.org
Fri Jul 20 19:53:41 MSK 2018


Hello,
On 20 июл 14:37, Kirill Yukhin wrote:
> Basic structures (struct Table/Index) of legacy SQL's data
> dictionary used to so-called tnum to refer to engine's
> btree structures. Tarantool used this field to store composition
> of space_id and index_id. Recently both structures incorporated
> native space_def/index_def descriptors.
> This patch finally removes tnum field. It also refactors
> init_callback machinery, removing varargs from declarations.
> 
> Closes #3482
> ---
> Issue: https://github.com/tarantool/tarantool/issues/3482
> Branch: https://github.com/tarantool/tarantool/commits/kyukhin/gh-3482-remove-tnum
I've checked the patch into 2.0 branch.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list