未验证 提交 398f68f5 编写于 作者: S slguan 提交者: GitHub

Merge pull request #1512 from taosdata/refactor/cluster

[TD-17] fix comlile error
......@@ -33,7 +33,7 @@
#include "mgmtUser.h"
#include "mgmtVgroup.h"
static void * tsDbSdb = NULL;
void * tsDbSdb = NULL;
static int32_t tsDbUpdateSize;
static int32_t mgmtCreateDb(SAcctObj *pAcct, SCMCreateDbMsg *pCreate);
......
......@@ -45,8 +45,8 @@
#include "mgmtUser.h"
#include "mgmtVgroup.h"
static void * tsChildTableSdb;
static void * tsSuperTableSdb;
void * tsChildTableSdb;
void * tsSuperTableSdb;
static int32_t tsChildTableUpdateSize;
static int32_t tsSuperTableUpdateSize;
static void * mgmtGetChildTable(char *tableId);
......
......@@ -25,7 +25,7 @@
#include "mgmtShell.h"
#include "mgmtUser.h"
static void * tsUserSdb = NULL;
void * tsUserSdb = NULL;
static int32_t tsUserUpdateSize = 0;
static int32_t mgmtGetUserMeta(STableMetaMsg *pMeta, SShowObj *pShow, void *pConn);
static int32_t mgmtRetrieveUsers(SShowObj *pShow, char *data, int32_t rows, void *pConn);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册