提交 ffac7038 编写于 作者: wmmhello's avatar wmmhello

fix compile error in windows platform

上级 1d15ca5b
......@@ -1488,7 +1488,7 @@ static int tsdbGetTableEncodeSize(int8_t act, STable *pTable) {
tlen = sizeof(SListNode) + sizeof(SActObj) + sizeof(SActCont) + tsdbEncodeTable(NULL, pTable) + sizeof(TSCKSUM);
} else {
if (TABLE_TYPE(pTable) == TSDB_SUPER_TABLE) {
int tableSize = 0;
size_t tableSize = 0;
if(pTable->tagSchema->columns[0].type == TSDB_DATA_TYPE_JSON){
SArray* tablist = getJsonTagTableList(pTable);
tableSize = taosArrayGetSize(tablist);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册