feat(tmq): add sub type

This commit is contained in:
Liu Jicong 2022-05-27 15:40:31 +08:00
parent 05a0774b6d
commit 9342ef3ef7
1 changed files with 2 additions and 2 deletions

View File

@ -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 {