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

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed Feb 14 21:27:50 MSK 2018


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)




More information about the Tarantool-patches mailing list