Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
53ef820c
T
TDengine
项目概览
taosdata
/
TDengine
大约 1 年 前同步成功
通知
1185
Star
22015
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
53ef820c
编写于
2月 10, 2020
作者:
S
slguan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
rename from mgmt.h to mnode.h
上级
75457192
变更
22
显示空白变更内容
内联
并排
Showing
22 changed file
with
22 addition
and
22 deletion
+22
-22
src/mnode/inc/mgmtAcct.h
src/mnode/inc/mgmtAcct.h
+1
-1
src/mnode/inc/mgmtBalance.h
src/mnode/inc/mgmtBalance.h
+1
-1
src/mnode/inc/mgmtProfile.h
src/mnode/inc/mgmtProfile.h
+1
-1
src/mnode/src/mgmtAcct.c
src/mnode/src/mgmtAcct.c
+1
-1
src/mnode/src/mgmtConn.c
src/mnode/src/mgmtConn.c
+1
-1
src/mnode/src/mgmtDb.c
src/mnode/src/mgmtDb.c
+1
-1
src/mnode/src/mgmtDnode.c
src/mnode/src/mgmtDnode.c
+1
-1
src/mnode/src/mgmtDnode.spec.c
src/mnode/src/mgmtDnode.spec.c
+1
-1
src/mnode/src/mgmtDnodeInt.c
src/mnode/src/mgmtDnodeInt.c
+1
-1
src/mnode/src/mgmtDnodeInt.spec.c
src/mnode/src/mgmtDnodeInt.spec.c
+1
-1
src/mnode/src/mgmtGrant.c
src/mnode/src/mgmtGrant.c
+1
-1
src/mnode/src/mgmtMeter.c
src/mnode/src/mgmtMeter.c
+1
-1
src/mnode/src/mgmtMnode.spec.c
src/mnode/src/mgmtMnode.spec.c
+1
-1
src/mnode/src/mgmtProfile.c
src/mnode/src/mgmtProfile.c
+1
-1
src/mnode/src/mgmtShell.c
src/mnode/src/mgmtShell.c
+1
-1
src/mnode/src/mgmtShell.spec.c
src/mnode/src/mgmtShell.spec.c
+1
-1
src/mnode/src/mgmtSupertableQuery.c
src/mnode/src/mgmtSupertableQuery.c
+1
-1
src/mnode/src/mgmtSystem.c
src/mnode/src/mgmtSystem.c
+1
-1
src/mnode/src/mgmtSystem.spec.c
src/mnode/src/mgmtSystem.spec.c
+1
-1
src/mnode/src/mgmtUser.c
src/mnode/src/mgmtUser.c
+1
-1
src/mnode/src/mgmtUtil.c
src/mnode/src/mgmtUtil.c
+1
-1
src/mnode/src/mgmtVgroup.c
src/mnode/src/mgmtVgroup.c
+1
-1
未找到文件。
src/mnode/inc/mgmtAcct.h
浏览文件 @
53ef820c
...
...
@@ -20,7 +20,7 @@
extern
"C"
{
#endif
#include "m
gmt
.h"
#include "m
node
.h"
int32_t
mgmtCreateAcct
(
char
*
name
,
char
*
pass
,
SAcctCfg
*
pCfg
);
int32_t
mgmtUpdateAcct
(
SAcctObj
*
pAcct
);
...
...
src/mnode/inc/mgmtBalance.h
浏览文件 @
53ef820c
...
...
@@ -21,7 +21,7 @@ extern "C" {
#endif
#include "os.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "tglobalcfg.h"
#include "vnodeStatus.h"
#include "ttime.h"
...
...
src/mnode/inc/mgmtProfile.h
浏览文件 @
53ef820c
...
...
@@ -20,7 +20,7 @@
extern
"C"
{
#endif
#include "m
gmt
.h"
#include "m
node
.h"
int
mgmtGetQueryMeta
(
SMeterMeta
*
pMeta
,
SShowObj
*
pShow
,
SConnObj
*
pConn
);
...
...
src/mnode/src/mgmtAcct.c
浏览文件 @
53ef820c
...
...
@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "mgmtAcct.h"
#include "tschemautil.h"
...
...
src/mnode/src/mgmtConn.c
浏览文件 @
53ef820c
...
...
@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "taosmsg.h"
#include "tschemautil.h"
...
...
src/mnode/src/mgmtDb.c
浏览文件 @
53ef820c
...
...
@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "mgmtGrant.h"
#include "mgmtBalance.h"
#include "mgmtUtil.h"
...
...
src/mnode/src/mgmtDnode.c
浏览文件 @
53ef820c
...
...
@@ -18,7 +18,7 @@
#include "os.h"
#include "dnodeSystem.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "tschemautil.h"
#include "vnodeStatus.h"
#include "dnodeModule.h"
...
...
src/mnode/src/mgmtDnode.spec.c
浏览文件 @
53ef820c
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "m
gmt
.h"
#include "m
node
.h"
#include "vnodeStatus.h"
#include "dnodeModule.h"
...
...
src/mnode/src/mgmtDnodeInt.c
浏览文件 @
53ef820c
...
...
@@ -17,7 +17,7 @@
#include "os.h"
#include "dnodeSystem.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "mgmtBalance.h"
#include "tutil.h"
...
...
src/mnode/src/mgmtDnodeInt.spec.c
浏览文件 @
53ef820c
...
...
@@ -18,7 +18,7 @@
#include <endian.h>
#include "dnodeSystem.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "tsched.h"
#include "tutil.h"
#include "vnode.h"
...
...
src/mnode/src/mgmtGrant.c
浏览文件 @
53ef820c
...
...
@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "mgmtAcct.h"
#include "mgmtGrant.h"
...
...
src/mnode/src/mgmtMeter.c
浏览文件 @
53ef820c
...
...
@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "mgmtAcct.h"
#include "mgmtGrant.h"
#include "mgmtUtil.h"
...
...
src/mnode/src/mgmtMnode.spec.c
浏览文件 @
53ef820c
...
...
@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "m
gmt
.h"
#include "m
node
.h"
int
mgmtGetMnodeMeta
(
SMeterMeta
*
pMeta
,
SShowObj
*
pShow
,
SConnObj
*
pConn
)
{
return
TSDB_CODE_OPS_NOT_SUPPORT
;
}
...
...
src/mnode/src/mgmtProfile.c
浏览文件 @
53ef820c
...
...
@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "mgmtProfile.h"
#include "taosmsg.h"
#include "tschemautil.h"
...
...
src/mnode/src/mgmtShell.c
浏览文件 @
53ef820c
...
...
@@ -17,7 +17,7 @@
#include "os.h"
#include "dnodeSystem.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "mgmtGrant.h"
#include "mgmtProfile.h"
#include "taosmsg.h"
...
...
src/mnode/src/mgmtShell.spec.c
浏览文件 @
53ef820c
...
...
@@ -15,7 +15,7 @@
#define _DEFAULT_SOURCE
#include <arpa/inet.h>
#include "m
gmt
.h"
#include "m
node
.h"
int
mgmtCheckRedirectMsg
(
SConnObj
*
pConn
,
int
msgType
)
{
return
0
;
}
...
...
src/mnode/src/mgmtSupertableQuery.c
浏览文件 @
53ef820c
...
...
@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "mgmtUtil.h"
#include "textbuffer.h"
#include "tschemautil.h"
...
...
src/mnode/src/mgmtSystem.c
浏览文件 @
53ef820c
...
...
@@ -17,7 +17,7 @@
#include "os.h"
#include "dnodeSystem.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "tsdb.h"
#include "mgmtSystem.h"
#include "dnodeModule.h"
...
...
src/mnode/src/mgmtSystem.spec.c
浏览文件 @
53ef820c
...
...
@@ -17,7 +17,7 @@
#include <arpa/inet.h>
#include "dnodeSystem.h"
#include "m
gmt
.h"
#include "m
node
.h"
extern
void
*
mgmtTmr
;
extern
void
*
mgmtStatusTimer
;
...
...
src/mnode/src/mgmtUser.c
浏览文件 @
53ef820c
...
...
@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "mgmtGrant.h"
#include "mgmtAcct.h"
#include "tschemautil.h"
...
...
src/mnode/src/mgmtUtil.c
浏览文件 @
53ef820c
...
...
@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "mgmtUtil.h"
#include "textbuffer.h"
#include "tschemautil.h"
...
...
src/mnode/src/mgmtVgroup.c
浏览文件 @
53ef820c
...
...
@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE
#include "os.h"
#include "m
gmt
.h"
#include "m
node
.h"
#include "tschemautil.h"
#include "tlog.h"
#include "vnodeStatus.h"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录