From 9ffcbcc2796c6dfb41923df6a237f8fd34221e70 Mon Sep 17 00:00:00 2001 From: slguan Date: Thu, 30 Apr 2020 13:43:44 +0800 Subject: [PATCH] fix link problem --- src/mnode/src/mgmtTable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mnode/src/mgmtTable.c b/src/mnode/src/mgmtTable.c index c83c3f1d8d..bfbe497b4b 100644 --- a/src/mnode/src/mgmtTable.c +++ b/src/mnode/src/mgmtTable.c @@ -41,8 +41,8 @@ #include "mgmtVgroup.h" #include "tcompare.h" -static void * tsChildTableSdb; -static void * tsSuperTableSdb; +void * tsChildTableSdb; +void * tsSuperTableSdb; static int32_t tsChildTableUpdateSize; static int32_t tsSuperTableUpdateSize; static void * mgmtGetChildTable(char *tableId);