memtx: drop memtx_read_view_opts in favor of read_view_opts
memtx_read_view_opts contains the only flag include_temporary_tuples, which is set to read_view_opts.enable_temporary_spaces. Let's drop this intermediary structure and pass read_view_opts to the allocator instead. NO_DOC=refactoring NO_CHANGELOG=refactoring
Showing
- src/box/memtx_allocator.cc 4 additions, 4 deletionssrc/box/memtx_allocator.cc
- src/box/memtx_allocator.h 4 additions, 12 deletionssrc/box/memtx_allocator.h
- src/box/memtx_engine.cc 1 addition, 3 deletionssrc/box/memtx_engine.cc
- test/unit/memtx_allocator.cc 46 additions, 24 deletionstest/unit/memtx_allocator.cc
Loading
Please register or sign in to comment