Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
5891779f
TDengine
项目概览
taosdata
/
TDengine
大约 1 年 前同步成功
通知
1184
Star
22015
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
5891779f
编写于
2月 28, 2022
作者:
S
Shengliang Guan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
common
上级
02421ede
变更
27
隐藏空白更改
内联
并排
Showing
27 changed file
with
26 addition
and
26 deletion
+26
-26
contrib/test/craft/raftMain.c
contrib/test/craft/raftMain.c
+1
-1
contrib/test/craft/raftServer.c
contrib/test/craft/raftServer.c
+1
-1
contrib/test/craft/raftServer.h
contrib/test/craft/raftServer.h
+1
-1
include/common/tcommon.h
include/common/tcommon.h
+0
-0
include/common/tep.h
include/common/tep.h
+1
-1
include/libs/catalog/catalog.h
include/libs/catalog/catalog.h
+1
-1
include/libs/executor/executor.h
include/libs/executor/executor.h
+1
-1
include/libs/function/function.h
include/libs/function/function.h
+1
-1
include/libs/parser/parsenodes.h
include/libs/parser/parsenodes.h
+1
-1
source/client/inc/clientInt.h
source/client/inc/clientInt.h
+1
-1
source/common/test/commonTests.cpp
source/common/test/commonTests.cpp
+1
-1
source/dnode/vnode/inc/tq.h
source/dnode/vnode/inc/tq.h
+1
-1
source/dnode/vnode/inc/tsdb.h
source/dnode/vnode/inc/tsdb.h
+1
-1
source/dnode/vnode/src/inc/tsdbReadImpl.h
source/dnode/vnode/src/inc/tsdbReadImpl.h
+1
-1
source/libs/catalog/inc/catalogInt.h
source/libs/catalog/inc/catalogInt.h
+1
-1
source/libs/executor/inc/dataSinkInt.h
source/libs/executor/inc/dataSinkInt.h
+1
-1
source/libs/executor/inc/executil.h
source/libs/executor/inc/executil.h
+1
-1
source/libs/executor/inc/executorimpl.h
source/libs/executor/inc/executorimpl.h
+1
-1
source/libs/executor/inc/tsort.h
source/libs/executor/inc/tsort.h
+1
-1
source/libs/executor/src/tsort.c
source/libs/executor/src/tsort.c
+1
-1
source/libs/function/src/tfill.c
source/libs/function/src/tfill.c
+1
-1
source/libs/planner/inc/plannerInt.h
source/libs/planner/inc/plannerInt.h
+1
-1
source/libs/qworker/src/qworker.c
source/libs/qworker/src/qworker.c
+1
-1
source/libs/qworker/src/qworkerMsg.c
source/libs/qworker/src/qworkerMsg.c
+1
-1
source/libs/scalar/inc/filterInt.h
source/libs/scalar/inc/filterInt.h
+1
-1
source/libs/scalar/inc/sclInt.h
source/libs/scalar/inc/sclInt.h
+1
-1
source/libs/scalar/src/scalar.c
source/libs/scalar/src/scalar.c
+1
-1
未找到文件。
contrib/test/craft/raftMain.c
浏览文件 @
5891779f
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#include <raft.h>
#include <raft.h>
#include <raft/uv.h>
#include <raft/uv.h>
#include "raftServer.h"
#include "raftServer.h"
#include "common.h"
#include "
t
common.h"
const
char
*
exe_name
;
const
char
*
exe_name
;
...
...
contrib/test/craft/raftServer.c
浏览文件 @
5891779f
#include <stdlib.h>
#include <stdlib.h>
#include "common.h"
#include "
t
common.h"
#include "raftServer.h"
#include "raftServer.h"
char
*
keys
;
char
*
keys
;
...
...
contrib/test/craft/raftServer.h
浏览文件 @
5891779f
...
@@ -11,7 +11,7 @@ extern "C" {
...
@@ -11,7 +11,7 @@ extern "C" {
#include <string.h>
#include <string.h>
#include "raft.h"
#include "raft.h"
#include "raft/uv.h"
#include "raft/uv.h"
#include "common.h"
#include "
t
common.h"
// simulate a db store, just for test
// simulate a db store, just for test
...
...
include/common/common.h
→
include/common/
t
common.h
浏览文件 @
5891779f
文件已移动
include/common/tep.h
浏览文件 @
5891779f
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#ifndef _TD_COMMON_EP_H_
#ifndef _TD_COMMON_EP_H_
#define _TD_COMMON_EP_H_
#define _TD_COMMON_EP_H_
#include "common.h"
#include "
t
common.h"
#include "tmsg.h"
#include "tmsg.h"
#ifdef __cplusplus
#ifdef __cplusplus
...
...
include/libs/catalog/catalog.h
浏览文件 @
5891779f
...
@@ -24,7 +24,7 @@ extern "C" {
...
@@ -24,7 +24,7 @@ extern "C" {
#include "taosdef.h"
#include "taosdef.h"
#include "query.h"
#include "query.h"
#include "tname.h"
#include "tname.h"
#include "common.h"
#include "
t
common.h"
#include "tarray.h"
#include "tarray.h"
#include "thash.h"
#include "thash.h"
#include "tmsg.h"
#include "tmsg.h"
...
...
include/libs/executor/executor.h
浏览文件 @
5891779f
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
extern
"C"
{
extern
"C"
{
#endif
#endif
#include "common.h"
#include "
t
common.h"
typedef
void
*
qTaskInfo_t
;
typedef
void
*
qTaskInfo_t
;
typedef
void
*
DataSinkHandle
;
typedef
void
*
DataSinkHandle
;
...
...
include/libs/function/function.h
浏览文件 @
5891779f
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
extern
"C"
{
extern
"C"
{
#endif
#endif
#include "common.h"
#include "
t
common.h"
#include "tvariant.h"
#include "tvariant.h"
#include "tbuffer.h"
#include "tbuffer.h"
...
...
include/libs/parser/parsenodes.h
浏览文件 @
5891779f
...
@@ -21,7 +21,7 @@ extern "C" {
...
@@ -21,7 +21,7 @@ extern "C" {
#endif
#endif
#include "catalog.h"
#include "catalog.h"
#include "common.h"
#include "
t
common.h"
#include "function.h"
#include "function.h"
#include "tmsgtype.h"
#include "tmsgtype.h"
#include "tname.h"
#include "tname.h"
...
...
source/client/inc/clientInt.h
浏览文件 @
5891779f
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
extern
"C"
{
extern
"C"
{
#endif
#endif
#include "common.h"
#include "
t
common.h"
#include "parser.h"
#include "parser.h"
#include "query.h"
#include "query.h"
#include "taos.h"
#include "taos.h"
...
...
source/common/test/commonTests.cpp
浏览文件 @
5891779f
#include
<common.h>
#include
"tcommon.h"
#include <gtest/gtest.h>
#include <gtest/gtest.h>
#include <tep.h>
#include <tep.h>
#include <iostream>
#include <iostream>
...
...
source/dnode/vnode/inc/tq.h
浏览文件 @
5891779f
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#ifndef _TD_TQ_H_
#ifndef _TD_TQ_H_
#define _TD_TQ_H_
#define _TD_TQ_H_
#include "common.h"
#include "
t
common.h"
#include "executor.h"
#include "executor.h"
#include "tmallocator.h"
#include "tmallocator.h"
#include "meta.h"
#include "meta.h"
...
...
source/dnode/vnode/inc/tsdb.h
浏览文件 @
5891779f
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#include "tmallocator.h"
#include "tmallocator.h"
#include "meta.h"
#include "meta.h"
#include "common.h"
#include "
t
common.h"
#include "tfs.h"
#include "tfs.h"
#ifdef __cplusplus
#ifdef __cplusplus
...
...
source/dnode/vnode/src/inc/tsdbReadImpl.h
浏览文件 @
5891779f
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include "tsdbFile.h"
#include "tsdbFile.h"
#include "tskiplist.h"
#include "tskiplist.h"
#include "tsdbMemory.h"
#include "tsdbMemory.h"
#include "common.h"
#include "
t
common.h"
typedef
struct
SReadH
SReadH
;
typedef
struct
SReadH
SReadH
;
...
...
source/libs/catalog/inc/catalogInt.h
浏览文件 @
5891779f
...
@@ -21,7 +21,7 @@ extern "C" {
...
@@ -21,7 +21,7 @@ extern "C" {
#endif
#endif
#include "catalog.h"
#include "catalog.h"
#include "common.h"
#include "
t
common.h"
#include "query.h"
#include "query.h"
#define CTG_DEFAULT_CACHE_CLUSTER_NUMBER 6
#define CTG_DEFAULT_CACHE_CLUSTER_NUMBER 6
...
...
source/libs/executor/inc/dataSinkInt.h
浏览文件 @
5891779f
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
extern
"C"
{
extern
"C"
{
#endif
#endif
#include "common.h"
#include "
t
common.h"
#include "dataSinkMgt.h"
#include "dataSinkMgt.h"
struct
SDataSink
;
struct
SDataSink
;
...
...
source/libs/executor/inc/executil.h
浏览文件 @
5891779f
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#ifndef TDENGINE_QUERYUTIL_H
#ifndef TDENGINE_QUERYUTIL_H
#define TDENGINE_QUERYUTIL_H
#define TDENGINE_QUERYUTIL_H
#include "common.h"
#include "
t
common.h"
#include "tbuffer.h"
#include "tbuffer.h"
#include "tpagedbuf.h"
#include "tpagedbuf.h"
...
...
source/libs/executor/inc/executorimpl.h
浏览文件 @
5891779f
...
@@ -21,7 +21,7 @@ extern "C" {
...
@@ -21,7 +21,7 @@ extern "C" {
#endif
#endif
#include "os.h"
#include "os.h"
#include "common.h"
#include "
t
common.h"
#include "tlosertree.h"
#include "tlosertree.h"
#include "ttszip.h"
#include "ttszip.h"
#include "tvariant.h"
#include "tvariant.h"
...
...
source/libs/executor/inc/tsort.h
浏览文件 @
5891779f
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
extern
"C"
{
extern
"C"
{
#endif
#endif
#include "common.h"
#include "
t
common.h"
#include "os.h"
#include "os.h"
enum
{
enum
{
...
...
source/libs/executor/src/tsort.c
浏览文件 @
5891779f
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
*/
#include "common.h"
#include "
t
common.h"
#include "query.h"
#include "query.h"
#include "tsort.h"
#include "tsort.h"
...
...
source/libs/function/src/tfill.c
浏览文件 @
5891779f
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#include "tfill.h"
#include "tfill.h"
#include "thash.h"
#include "thash.h"
#include "function.h"
#include "function.h"
#include "common.h"
#include "
t
common.h"
#include "ttime.h"
#include "ttime.h"
#define FILL_IS_ASC_FILL(_f) ((_f)->order == TSDB_ORDER_ASC)
#define FILL_IS_ASC_FILL(_f) ((_f)->order == TSDB_ORDER_ASC)
...
...
source/libs/planner/inc/plannerInt.h
浏览文件 @
5891779f
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
extern
"C"
{
extern
"C"
{
#endif
#endif
#include "common.h"
#include "
t
common.h"
#include "tarray.h"
#include "tarray.h"
#include "planner.h"
#include "planner.h"
#include "parser.h"
#include "parser.h"
...
...
source/libs/qworker/src/qworker.c
浏览文件 @
5891779f
#include "qworker.h"
#include "qworker.h"
#include
<common.h>
#include
"tcommon.h"
#include "executor.h"
#include "executor.h"
#include "planner.h"
#include "planner.h"
#include "query.h"
#include "query.h"
...
...
source/libs/qworker/src/qworkerMsg.c
浏览文件 @
5891779f
#include "qworker.h"
#include "qworker.h"
#include
<common.h>
#include
"tcommon.h"
#include "executor.h"
#include "executor.h"
#include "planner.h"
#include "planner.h"
#include "query.h"
#include "query.h"
...
...
source/libs/scalar/inc/filterInt.h
浏览文件 @
5891779f
...
@@ -22,7 +22,7 @@ extern "C" {
...
@@ -22,7 +22,7 @@ extern "C" {
#include "thash.h"
#include "thash.h"
#include "tname.h"
#include "tname.h"
#include "common.h"
#include "
t
common.h"
#include "scalar.h"
#include "scalar.h"
#include "querynodes.h"
#include "querynodes.h"
#include "query.h"
#include "query.h"
...
...
source/libs/scalar/inc/sclInt.h
浏览文件 @
5891779f
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
#endif
#endif
#include "common.h"
#include "
t
common.h"
#include "thash.h"
#include "thash.h"
#include "query.h"
#include "query.h"
...
...
source/libs/scalar/src/scalar.c
浏览文件 @
5891779f
#include "nodes.h"
#include "nodes.h"
#include "common.h"
#include "
t
common.h"
#include "querynodes.h"
#include "querynodes.h"
#include "function.h"
#include "function.h"
#include "functionMgt.h"
#include "functionMgt.h"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录