diff --git a/src/mnode/src/mgmtTable.c b/src/mnode/src/mgmtTable.c index c83c3f1d8dd70ceedb3512cfda92bf56d3ee3d57..bfbe497b4be19b8c8de700f4086fdb734b1916a1 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);