[tarantool-patches] [PATCH v2 0/2] Create bigrefs for tuples

imeevma at tarantool.org imeevma at tarantool.org
Sat Jun 9 14:49:03 MSK 2018


Mergen Imeev (1):
  box: create bigrefs for tuples

Vladislav Shpilevoy (1):
  tuple: introduce bigref hints

 src/box/box.cc                |  20 ++---
 src/box/errcode.h             |   2 +-
 src/box/index.cc              |  20 ++---
 src/box/lua/tuple.c           |   5 +-
 src/box/port.c                |   8 +-
 src/box/tuple.c               | 182 ++++++++++++++++++++++++++++++++++++++++--
 src/box/tuple.h               | 105 +++++++++---------------
 src/box/vinyl.c               |  38 ++++-----
 test/box/misc.result          |  39 +++++----
 test/box/select.result        |  43 ++++++++--
 test/box/select.test.lua      |  21 ++++-
 test/unit/CMakeLists.txt      |   3 +
 test/unit/tuple_bigref.c      | 174 ++++++++++++++++++++++++++++++++++++++++
 test/unit/tuple_bigref.result |   6 ++
 14 files changed, 510 insertions(+), 156 deletions(-)
 create mode 100644 test/unit/tuple_bigref.c
 create mode 100644 test/unit/tuple_bigref.result

-- 
2.7.4





More information about the Tarantool-patches mailing list