Revert "WAL_CHECKSUM_WHOLE: turn off to make sure sver 0 in wal files"
1, sdb designated initialization makes walHead all fields 0;
2, dnodeVWrite: user "t" in SRpcHead makes sver 0;
This reverts commit 24ab0bdfbd
.
This commit is contained in:
parent
24ab0bdfbd
commit
910f2507b3
|
@ -1,7 +1,7 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
||||
PROJECT(TDengine)
|
||||
|
||||
#ADD_DEFINITIONS(-DWAL_CHECKSUM_WHOLE)
|
||||
ADD_DEFINITIONS(-DWAL_CHECKSUM_WHOLE)
|
||||
|
||||
INCLUDE_DIRECTORIES(inc)
|
||||
AUX_SOURCE_DIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/src SRC)
|
||||
|
|
Loading…
Reference in New Issue