enh: exclude sys tbl for time series

This commit is contained in:
kailixu 2023-10-05 23:48:52 +08:00
parent 47e79ff5b7
commit 07f043f143
1 changed files with 4 additions and 4 deletions

View File

@ -652,9 +652,9 @@ int32_t metaInitTbFilterCache(void *pVnode) {
return 0;
}
#endif
#else
int32_t metaInitTbFilterCache(void *pVnode) { return 0; }
#endif
static bool vnodeTimeSeriesFilter(void *arg1, void *arg2) {
SVnode *pVnode = (SVnode *)arg1;