From c2b16acc3130e894fef26796185064664fb40942 Mon Sep 17 00:00:00 2001 From: dapan1121 Date: Thu, 25 Aug 2022 13:44:26 +0800 Subject: [PATCH] fix: fix code merge issue --- include/common/tmsg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common/tmsg.h b/include/common/tmsg.h index b091668d67..ab90bd200a 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -457,6 +457,7 @@ typedef struct { uint64_t suid; uint64_t tuid; int32_t vgId; + int8_t sysInfo; SSchema* pSchemas; } STableMetaRsp;