Rename xctl back to vylog
Moving vylog to the core and naming it xctl in order to store metadata coming from all engines in it turned out to be a premature move, because we don't exactly know what format to use, neither do we have a proper infrastructure yet. Move it back for now. We will get back to it once we figure out how to implement replication groups.
Showing
- src/box/CMakeLists.txt 1 addition, 1 deletionsrc/box/CMakeLists.txt
- src/box/vinyl.c 66 additions, 66 deletionssrc/box/vinyl.c
- src/box/vy_log.c 570 additions, 575 deletionssrc/box/vy_log.c
- src/box/vy_log.h 110 additions, 110 deletionssrc/box/vy_log.h
- src/box/wal.cc 26 additions, 25 deletionssrc/box/wal.cc
- src/box/wal.h 5 additions, 5 deletionssrc/box/wal.h
- src/box/xlog.cc 3 additions, 3 deletionssrc/box/xlog.cc
- src/box/xlog.h 1 addition, 1 deletionsrc/box/xlog.h
- test/box/backup.result 2 additions, 2 deletionstest/box/backup.result
- test/box/backup.test.lua 2 additions, 2 deletionstest/box/backup.test.lua
- test/wal_off/snapshot_stress.result 5 additions, 5 deletionstest/wal_off/snapshot_stress.result
- test/wal_off/snapshot_stress.test.lua 5 additions, 5 deletionstest/wal_off/snapshot_stress.test.lua
- test/xlog-py/misc.test.py 2 additions, 2 deletionstest/xlog-py/misc.test.py
- test/xlog/panic_on_wal_error.result 1 addition, 1 deletiontest/xlog/panic_on_wal_error.result
- test/xlog/panic_on_wal_error.test.lua 1 addition, 1 deletiontest/xlog/panic_on_wal_error.test.lua
Loading
Please register or sign in to comment