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

TD-6129<feature> add tag-> where logic

上级 36b10f26
......@@ -1081,7 +1081,7 @@ static void tsdbRemoveTableFromMeta(STsdbRepo *pRepo, STable *pTable, bool rmFro
tsdbUnRefTable(pTable);
}
int tscCompareJsonMapValue(const void* a, const void* b) {
int tsdbCompareJsonMapValue(const void* a, const void* b) {
const JsonMapValue* x = (const JsonMapValue*)a;
const JsonMapValue* y = (const JsonMapValue*)b;
if (x->table > y->table) return 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册