diff --git a/src/tsdb/src/tsdbMeta.c b/src/tsdb/src/tsdbMeta.c index 902de7c2483071a26c76f75616724f48b04a67f5..321412e49cd15f49fd7b5c39b2d61f477124ce66 100644 --- a/src/tsdb/src/tsdbMeta.c +++ b/src/tsdb/src/tsdbMeta.c @@ -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;