提交 5891779f 编写于 作者: S Shengliang Guan

common

上级 02421ede
......@@ -10,7 +10,7 @@
#include <raft.h>
#include <raft/uv.h>
#include "raftServer.h"
#include "common.h"
#include "tcommon.h"
const char *exe_name;
......
#include <stdlib.h>
#include "common.h"
#include "tcommon.h"
#include "raftServer.h"
char *keys;
......
......@@ -11,7 +11,7 @@ extern "C" {
#include <string.h>
#include "raft.h"
#include "raft/uv.h"
#include "common.h"
#include "tcommon.h"
// simulate a db store, just for test
......
......@@ -16,7 +16,7 @@
#ifndef _TD_COMMON_EP_H_
#define _TD_COMMON_EP_H_
#include "common.h"
#include "tcommon.h"
#include "tmsg.h"
#ifdef __cplusplus
......
......@@ -24,7 +24,7 @@ extern "C" {
#include "taosdef.h"
#include "query.h"
#include "tname.h"
#include "common.h"
#include "tcommon.h"
#include "tarray.h"
#include "thash.h"
#include "tmsg.h"
......
......@@ -20,7 +20,7 @@
extern "C" {
#endif
#include "common.h"
#include "tcommon.h"
typedef void* qTaskInfo_t;
typedef void* DataSinkHandle;
......
......@@ -20,7 +20,7 @@
extern "C" {
#endif
#include "common.h"
#include "tcommon.h"
#include "tvariant.h"
#include "tbuffer.h"
......
......@@ -21,7 +21,7 @@ extern "C" {
#endif
#include "catalog.h"
#include "common.h"
#include "tcommon.h"
#include "function.h"
#include "tmsgtype.h"
#include "tname.h"
......
......@@ -20,7 +20,7 @@
extern "C" {
#endif
#include "common.h"
#include "tcommon.h"
#include "parser.h"
#include "query.h"
#include "taos.h"
......
#include <common.h>
#include "tcommon.h"
#include <gtest/gtest.h>
#include <tep.h>
#include <iostream>
......
......@@ -16,7 +16,7 @@
#ifndef _TD_TQ_H_
#define _TD_TQ_H_
#include "common.h"
#include "tcommon.h"
#include "executor.h"
#include "tmallocator.h"
#include "meta.h"
......
......@@ -18,7 +18,7 @@
#include "tmallocator.h"
#include "meta.h"
#include "common.h"
#include "tcommon.h"
#include "tfs.h"
#ifdef __cplusplus
......
......@@ -22,7 +22,7 @@
#include "tsdbFile.h"
#include "tskiplist.h"
#include "tsdbMemory.h"
#include "common.h"
#include "tcommon.h"
typedef struct SReadH SReadH;
......
......@@ -21,7 +21,7 @@ extern "C" {
#endif
#include "catalog.h"
#include "common.h"
#include "tcommon.h"
#include "query.h"
#define CTG_DEFAULT_CACHE_CLUSTER_NUMBER 6
......
......@@ -20,7 +20,7 @@
extern "C" {
#endif
#include "common.h"
#include "tcommon.h"
#include "dataSinkMgt.h"
struct SDataSink;
......
......@@ -15,7 +15,7 @@
#ifndef TDENGINE_QUERYUTIL_H
#define TDENGINE_QUERYUTIL_H
#include "common.h"
#include "tcommon.h"
#include "tbuffer.h"
#include "tpagedbuf.h"
......
......@@ -21,7 +21,7 @@ extern "C" {
#endif
#include "os.h"
#include "common.h"
#include "tcommon.h"
#include "tlosertree.h"
#include "ttszip.h"
#include "tvariant.h"
......
......@@ -20,7 +20,7 @@
extern "C" {
#endif
#include "common.h"
#include "tcommon.h"
#include "os.h"
enum {
......
......@@ -13,7 +13,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "common.h"
#include "tcommon.h"
#include "query.h"
#include "tsort.h"
......
......@@ -23,7 +23,7 @@
#include "tfill.h"
#include "thash.h"
#include "function.h"
#include "common.h"
#include "tcommon.h"
#include "ttime.h"
#define FILL_IS_ASC_FILL(_f) ((_f)->order == TSDB_ORDER_ASC)
......
......@@ -20,7 +20,7 @@
extern "C" {
#endif
#include "common.h"
#include "tcommon.h"
#include "tarray.h"
#include "planner.h"
#include "parser.h"
......
#include "qworker.h"
#include <common.h>
#include "tcommon.h"
#include "executor.h"
#include "planner.h"
#include "query.h"
......
#include "qworker.h"
#include <common.h>
#include "tcommon.h"
#include "executor.h"
#include "planner.h"
#include "query.h"
......
......@@ -22,7 +22,7 @@ extern "C" {
#include "thash.h"
#include "tname.h"
#include "common.h"
#include "tcommon.h"
#include "scalar.h"
#include "querynodes.h"
#include "query.h"
......
......@@ -18,7 +18,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#include "common.h"
#include "tcommon.h"
#include "thash.h"
#include "query.h"
......
#include "nodes.h"
#include "common.h"
#include "tcommon.h"
#include "querynodes.h"
#include "function.h"
#include "functionMgt.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册