core: rename temporary spaces to data-temporary
Everywhere where we refer to temporary spaces we now say data-temporary. This is because temporary spaces were never truly temporary because their definitions would still be persisted and replicated and they couldn't be created on read-only replicas. In a following commit we will introduce a new fully temporary type of spaces, which will be just called 'temporary', so this commit signifies this terminology change. NO_DOC=renaming NO_CHANGELOG=renaming NO_TEST=renaming
Showing
- src/box/alter.cc 15 additions, 12 deletionssrc/box/alter.cc
- src/box/box.cc 10 additions, 9 deletionssrc/box/box.cc
- src/box/engine.h 2 additions, 2 deletionssrc/box/engine.h
- src/box/lua/space.cc 1 addition, 1 deletionsrc/box/lua/space.cc
- src/box/memtx_allocator.h 3 additions, 3 deletionssrc/box/memtx_allocator.h
- src/box/memtx_space.c 4 additions, 2 deletionssrc/box/memtx_space.c
- src/box/read_view.c 3 additions, 2 deletionssrc/box/read_view.c
- src/box/read_view.h 2 additions, 2 deletionssrc/box/read_view.h
- src/box/space.c 1 addition, 1 deletionsrc/box/space.c
- src/box/space.h 3 additions, 3 deletionssrc/box/space.h
- src/box/space_def.c 2 additions, 3 deletionssrc/box/space_def.c
- src/box/space_def.h 2 additions, 2 deletionssrc/box/space_def.h
- src/box/tuple.h 1 addition, 1 deletionsrc/box/tuple.h
- src/box/tuple_constraint_fkey.c 4 additions, 3 deletionssrc/box/tuple_constraint_fkey.c
- src/box/tuple_format.h 2 additions, 2 deletionssrc/box/tuple_format.h
- src/box/txn.c 5 additions, 5 deletionssrc/box/txn.c
- src/box/vinyl.c 3 additions, 2 deletionssrc/box/vinyl.c
- src/box/wal.c 1 addition, 1 deletionsrc/box/wal.c
- test/box-luatest/gh_5616_temp_space_truncate_ro_test.lua 3 additions, 3 deletionstest/box-luatest/gh_5616_temp_space_truncate_ro_test.lua
- test/box/alter.result 1 addition, 1 deletiontest/box/alter.result
Loading
Please register or sign in to comment