提交 a09dcbdd 编写于 作者: dengyihao's avatar dengyihao

update fst core struct

上级 32ac2d02
......@@ -1026,10 +1026,10 @@ bool fstVerify(Fst *fst) {
uint32_t checkSum = fst->meta->checkSum;
FstSlice *data = fst->data;
TSCKSUM initSum = 0;
if (taosCheckChecksumWhole(data->data, data->dLen)) {
if (!taosCheckChecksumWhole(data->data, data->dLen)) {
return false;
}
return true;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册