From 21ec92a452959a1e13f7fc8fb02bc70c4231f3f6 Mon Sep 17 00:00:00 2001 From: MartinChoo <214582617@qq.com> Date: Tue, 23 Jul 2024 11:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=BA=93=E9=85=8D=E7=BD=AE=E9=A1=B9?= =?UTF-8?q?=E5=BC=80=E6=94=BE=E5=8F=8C=E5=86=99=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MartinChoo <214582617@qq.com> --- .../libs/distributeddb/storage/src/gaussdb_rd/rd_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/libs/distributeddb/storage/src/gaussdb_rd/rd_utils.cpp b/frameworks/libs/distributeddb/storage/src/gaussdb_rd/rd_utils.cpp index 57ded4016f0..c2a176478f1 100755 --- a/frameworks/libs/distributeddb/storage/src/gaussdb_rd/rd_utils.cpp +++ b/frameworks/libs/distributeddb/storage/src/gaussdb_rd/rd_utils.cpp @@ -50,7 +50,7 @@ namespace DistributedDB { std::string InitRdConfig() { - return R"("redoFlushByTrx": 1, "maxConnNum": 100, "crcCheckEnable": 0)"; + return R"("redoFlushByTrx": 1, "maxConnNum": 100, "crcCheckEnable": 0, "metaInfoBak":1)"; } struct GrdErrnoPair { -- Gitee