提交 95ec2860 编写于 作者: A Alex Duan

[TS-238]<feature>(tsdb): remove worthless information

上级 42f03b9c
......@@ -3316,11 +3316,6 @@ int tscGetSTableVgroupInfo(SSqlObj *pSql, SQueryInfo* pQueryInfo) {
return code;
}
// Super Table
int buildSTableDelDataMsg(SSqlObj *pSql, SSqlCmd* pCmd, SQueryInfo* pQueryInfo, STableMetaInfo* pTableMetaInfo, SSqlInfo *pInfo) {
return 0;
}
int tscBuildDelDataMsg(SSqlObj *pSql, SSqlInfo *pInfo) {
SSqlCmd *pCmd = &pSql->cmd;
SQueryInfo *pQueryInfo = tscGetQueryInfo(pCmd);
......
......@@ -420,7 +420,6 @@ typedef struct {
int32_t vgId;
} SDropVnodeMsg, SSyncVnodeMsg, SCompactVnodeMsg;
// N.B. JUST Utility for DEMO Implementation(not formal definition)
typedef struct {
int32_t contLen;
int32_t vgId;
......@@ -437,7 +436,7 @@ typedef struct {
char tableFname[TSDB_TABLE_FNAME_LEN];
STimeWindow span[];
} SDeleteDataMsg;
// N.B. JUST Utility for DEMO Implementation(not formal definition)
typedef struct SColIndex {
int16_t colId; // column id
int16_t colIndex; // column index in colList if it is a normal column or index in tagColList if a tag
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册