tuple: introduce tuple_arena_create
Implement tuple_arena_create method to initialize tuple arena and quota. This method further will be used to initialize both memtx and vinyl arenas. Write a test showing the limit of vinyl statements size. Part of #2569
Showing
- src/box/memtx_tuple.cc 2 additions, 34 deletionssrc/box/memtx_tuple.cc
- src/box/tuple.c 44 additions, 0 deletionssrc/box/tuple.c
- src/box/tuple.h 18 additions, 0 deletionssrc/box/tuple.h
- test/vinyl/quota.result 8 additions, 0 deletionstest/vinyl/quota.result
- test/vinyl/quota.test.lua 4 additions, 0 deletionstest/vinyl/quota.test.lua
Loading
Please register or sign in to comment