feat: mito wal proto (#75)
* feat: row-based insert * feat: null value * roback: null value * feat: delete by row * feat: add wal proto * feat: generate code * feat: rename mutation type to op type * feat: Generate code * feat: An entry per region * feat: remove region id from WalEntry * refactor: move mito/wal to wal * feat: gen * feat: remove mito --------- Co-authored-by: jiachun <jiachun_fjc@163.com>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
project(greptime_proto_cpp_lib)
|
||||
|
||||
file(GLOB_RECURSE OUTPUT_SOURCES "*.h" "*.cc")
|
||||
|
||||
add_library(${PROJECT_NAME} ${OUTPUT_SOURCES})
|
||||
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
Reference in New Issue
Block a user