提交 98fc3df8 编写于 作者: H Hongze Cheng

TD-90

上级 b3a0c429
......@@ -271,7 +271,7 @@ STSchema *tsdbGetTableSchemaByVersion(STsdbMeta *pMeta, STable *pTable, int16_t
tsdbCompareSchemaVersion, TD_EQ);
if (ptr == NULL) return NULL;
return (STSchema *)ptr;
return *(STSchema **)ptr;
}
STSchema * tsdbGetTableTagSchema(STsdbMeta *pMeta, STable *pTable) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册