From f8af20b49568af2ea82ae0b268c74470885dc7c8 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Sun, 21 Nov 2021 20:11:11 +0800 Subject: [PATCH] update code --- source/libs/index/src/index.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libs/index/src/index.c b/source/libs/index/src/index.c index 91cfcb5cdf..f8f4311a4a 100644 --- a/source/libs/index/src/index.c +++ b/source/libs/index/src/index.c @@ -183,6 +183,7 @@ void indexMultiTermDestroy(SArray *array) { } taosArrayDestroy(array); } + void indexInit() { //do nothing }