Skip to content

Commit d0b792e

Browse files
yuhaijun999ketor
authored andcommitted
[feat][store] Add backup feature details.
1 parent a917c91 commit d0b792e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+10007
-936
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,9 @@ add_executable(
719719
src/mvcc/codec.cc
720720
src/vector/codec.cc
721721
src/document/codec.cc
722+
src/common/synchronization.cc
723+
src/common/uuid.cc
724+
src/common/version.cc
722725
${SERIAL_SRCS}
723726
${VERSION_SRCS}
724727
$<TARGET_OBJECTS:PROTO_OBJS>)

0 commit comments

Comments
 (0)