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

  • From: Kirill Yukhin <kyukhin@xxxxxxxxxxxxx>
  • To: korablev@xxxxxxxxxxxxx
  • Date: Fri, 20 Jul 2018 19:53:41 +0300

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

Other related posts: