From 9342ef3ef76c28e8c6912c3bdc35dd0d349c7469 Mon Sep 17 00:00:00 2001 From: Liu Jicong Date: Fri, 27 May 2022 15:40:31 +0800 Subject: [PATCH] feat(tmq): add sub type --- include/common/tmsg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/common/tmsg.h b/include/common/tmsg.h index 04c3a338b9..4fa3fa003c 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -1483,8 +1483,8 @@ typedef struct { char name[TSDB_TOPIC_FNAME_LEN]; // accout.topic int8_t igExists; // int8_t withTbName; - // int8_t withSchema; - // int8_t withTag; + // int8_t withSchema; + // int8_t withTag; int8_t subType; char* sql; union {