提交 454e8e74 编写于 作者: C Cary Xu

back compatibility fix for .current

上级 1e161eb4
......@@ -92,7 +92,7 @@ static int tsdbEncodeDFileSetArray(void **buf, SArray *pArray) {
static int tsdbDecodeDFileSetArray(void **originBuf, void *buf, SArray *pArray, SFSHeader *pSFSHeader) {
uint64_t nset;
SDFileSet dset;
SDFileSet dset = {0};
dset.ver = TSDB_FSET_VER_0; // default value
taosArrayClear(pArray);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册