[tarantool-patches] [PATCH v3 1/4] box: introduce key_def->is_multikey flag

Kirill Yukhin kyukhin at tarantool.org
Thu Jul 18 14:20:35 MSK 2019


Hello,

On 17 Jul 04:20, Kirill Shcherbatov wrote:
> Previously only key definitions that have JSON paths were able
> to define multikey index. We used to check multikey_path != NULL
> test to determine whether given key definition is multikey.
> In further patches with functional indexes this rule becomes
> outdated. Functional index extracted key definition may be
> multikey, but has no JSON paths.
> So an explicit is_multikey flag was introduced.
> 
> Needed for #1260

I've checked the patch into master.

--
Regards, Kirill Yukhin



More information about the Tarantool-patches mailing list