[Tarantool-patches] [PATCH 0/3] small: Update to use region_alloc_object
Cyrill Gorcunov
gorcunov at gmail.com
Fri Sep 11 14:24:28 MSK 2020
A few commits from the master branch backporting commits
to 1.10 series as Vlad requested.
Since I've to update "small: sanitized rlist, bug in lsregion,
and new region API" patch significantly during backport I
put my "author" tag so any errors are mine while the real
functionality is introduced by Vlad.
issue https://github.com/tarantool/tarantool/issues/5060
branch gorcunov/gh-5060-small-110
Note the patches are for 1.10 series!
Cyrill Gorcunov (2):
Prepare for small library update
small: sanitized rlist, bug in lsregion, and new region API
Vladislav Shpilevoy (1):
cmake: ignore warnings on alignof() and offsetof()
cmake/compiler.cmake | 8 ++-
src/box/memtx_engine.c | 9 +--
src/box/txn.c | 23 +++---
src/box/vy_write_iterator.c | 7 +-
src/lib/small | 2 +-
test/unit/CMakeLists.txt | 2 -
test/unit/rlist.c | 137 ------------------------------------
test/unit/rlist.result | 88 -----------------------
8 files changed, 31 insertions(+), 245 deletions(-)
delete mode 100644 test/unit/rlist.c
delete mode 100644 test/unit/rlist.result
base-commit: ee8278f214f8752088ebdd9aa9260493594a26e9
--
2.26.2
More information about the Tarantool-patches
mailing list