From b02a37d79dca5ad12e5c69c5f7322ffbd88e918c Mon Sep 17 00:00:00 2001 From: zhangchen Date: Sat, 18 Apr 2020 16:38:38 +0800 Subject: [PATCH] not to printf the log when record type is None Signed-off-by: zhangchen --- core/src/db/wal/WalDefinations.h | 2 +- core/src/db/wal/WalManager.cpp | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/core/src/db/wal/WalDefinations.h b/core/src/db/wal/WalDefinations.h index b166b87264..b93205faef 100644 --- a/core/src/db/wal/WalDefinations.h +++ b/core/src/db/wal/WalDefinations.h @@ -29,7 +29,7 @@ using TableMetaPtr = std::shared_ptr