[patches] [PATCH 0/2] Allow multiple types for one field in a

Konstantin Osipov kostja at tarantool.org
Tue Feb 20 16:35:54 MSK 2018


* Vladislav Shpilevoy <v.shpilevoy at tarantool.org> [18/02/14 21:52]:

It's OK to push for me.

I didn't push because a rebase to trunk didn't proceed smoothly. 

Please proof read your commit comment before push.

Vladimir, do you care to this patch a second review? Could you
please push it?

> Branch: gh-3008-multiple-type-one-field-v2
> Issue: https://github.com/tarantool/tarantool/issues/3008
> 
> Vladislav Shpilevoy (2):
>   alter: allow to restrict space format of a non-empty space
>   schema: allow to define multiple types for one space field
> 
>  src/box/alter.cc        | 121 ++++++++---------
>  src/box/key_def.cc      |   2 -
>  src/box/memtx_hash.c    |   9 +-
>  src/box/space.c         |  12 +-
>  src/box/tuple_format.c  |  46 ++++++-
>  src/box/tuple_format.h  |  16 +++
>  src/box/vinyl.c         |   7 +
>  test/box/alter.result   | 351 +++++++++++++++++++++++++++++++++++++++++++++---
>  test/box/alter.test.lua | 112 ++++++++++++++-
>  test/vinyl/ddl.result   |  95 ++++++++++++-
>  test/vinyl/ddl.test.lua |  26 ++++
>  test/vinyl/gh.result    |   2 +-
>  12 files changed, 694 insertions(+), 105 deletions(-)
> 
> -- 
> 2.14.3 (Apple Git-98)

-- 
Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
http://tarantool.org - www.twitter.com/kostja_osipov



More information about the Tarantool-patches mailing list