Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
慢慢CG
TDengine
提交
895607f0
T
TDengine
项目概览
慢慢CG
/
TDengine
与 Fork 源项目一致
Fork自
taosdata / TDengine
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
895607f0
编写于
1月 28, 2021
作者:
H
Hongze Cheng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refact
上级
7f5eaf9e
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
9 addition
and
82 deletion
+9
-82
src/tsdb/inc/tsdbBuffer.h
src/tsdb/inc/tsdbBuffer.h
+0
-8
src/tsdb/inc/tsdbCommit.h
src/tsdb/inc/tsdbCommit.h
+0
-8
src/tsdb/inc/tsdbCommitQueue.h
src/tsdb/inc/tsdbCommitQueue.h
+0
-8
src/tsdb/inc/tsdbFS.h
src/tsdb/inc/tsdbFS.h
+0
-8
src/tsdb/inc/tsdbFile.h
src/tsdb/inc/tsdbFile.h
+0
-8
src/tsdb/inc/tsdbLog.h
src/tsdb/inc/tsdbLog.h
+0
-8
src/tsdb/inc/tsdbMemTable.h
src/tsdb/inc/tsdbMemTable.h
+0
-9
src/tsdb/inc/tsdbMeta.h
src/tsdb/inc/tsdbMeta.h
+0
-8
src/tsdb/inc/tsdbReadImpl.h
src/tsdb/inc/tsdbReadImpl.h
+0
-8
src/tsdb/inc/tsdbint.h
src/tsdb/inc/tsdbint.h
+9
-9
未找到文件。
src/tsdb/inc/tsdbBuffer.h
浏览文件 @
895607f0
...
...
@@ -16,10 +16,6 @@
#ifndef _TD_TSDB_BUFFER_H_
#define _TD_TSDB_BUFFER_H_
#ifdef __cplusplus
extern
"C"
{
#endif
typedef
struct
{
int64_t
blockId
;
int
offset
;
...
...
@@ -44,8 +40,4 @@ int tsdbOpenBufPool(STsdbRepo* pRepo);
void
tsdbCloseBufPool
(
STsdbRepo
*
pRepo
);
SListNode
*
tsdbAllocBufBlockFromPool
(
STsdbRepo
*
pRepo
);
#ifdef __cplusplus
}
#endif
#endif
/* _TD_TSDB_BUFFER_H_ */
\ No newline at end of file
src/tsdb/inc/tsdbCommit.h
浏览文件 @
895607f0
...
...
@@ -16,10 +16,6 @@
#ifndef _TD_TSDB_COMMIT_H_
#define _TD_TSDB_COMMIT_H_
#ifdef __cplusplus
extern
"C"
{
#endif
typedef
struct
{
int
minFid
;
int
midFid
;
...
...
@@ -50,8 +46,4 @@ static FORCE_INLINE int tsdbGetFidLevel(int fid, SRtn *pRtn) {
}
}
#ifdef __cplusplus
}
#endif
#endif
/* _TD_TSDB_COMMIT_H_ */
\ No newline at end of file
src/tsdb/inc/tsdbCommitQueue.h
浏览文件 @
895607f0
...
...
@@ -16,14 +16,6 @@
#ifndef _TD_TSDB_COMMIT_QUEUE_H_
#define _TD_TSDB_COMMIT_QUEUE_H_
#ifdef __cplusplus
extern
"C"
{
#endif
int
tsdbScheduleCommit
(
STsdbRepo
*
pRepo
);
#ifdef __cplusplus
}
#endif
#endif
/* _TD_TSDB_COMMIT_QUEUE_H_ */
\ No newline at end of file
src/tsdb/inc/tsdbFS.h
浏览文件 @
895607f0
...
...
@@ -16,10 +16,6 @@
#ifndef _TD_TSDB_FS_H_
#define _TD_TSDB_FS_H_
#ifdef __cplusplus
extern
"C"
{
#endif
#define TSDB_FS_VERSION 0
// ================== CURRENT file header info
...
...
@@ -112,8 +108,4 @@ static FORCE_INLINE int tsdbUnLockFS(STsdbFS* pFs) {
return
0
;
}
#ifdef __cplusplus
}
#endif
#endif
/* _TD_TSDB_FS_H_ */
\ No newline at end of file
src/tsdb/inc/tsdbFile.h
浏览文件 @
895607f0
...
...
@@ -16,10 +16,6 @@
#ifndef _TS_TSDB_FILE_H_
#define _TS_TSDB_FILE_H_
#ifdef __cplusplus
extern
"C"
{
#endif
#define TSDB_FILE_HEAD_SIZE 512
#define TSDB_FILE_DELIMITER 0xF00AFA0F
#define TSDB_FILE_INIT_MAGIC 0xFFFFFFFF
...
...
@@ -350,8 +346,4 @@ static FORCE_INLINE void tsdbGetFidKeyRange(int days, int8_t precision, int fid,
*
maxKey
=
*
minKey
+
days
*
tsMsPerDay
[
precision
]
-
1
;
}
#ifdef __cplusplus
}
#endif
#endif
/* _TS_TSDB_FILE_H_ */
\ No newline at end of file
src/tsdb/inc/tsdbLog.h
浏览文件 @
895607f0
...
...
@@ -16,10 +16,6 @@
#ifndef _TD_TSDB_LOG_H_
#define _TD_TSDB_LOG_H_
#ifdef __cplusplus
extern
"C"
{
#endif
extern
int32_t
tsdbDebugFlag
;
#define tsdbFatal(...) do { if (tsdbDebugFlag & DEBUG_FATAL) { taosPrintLog("TDB FATAL ", 255, __VA_ARGS__); }} while(0)
...
...
@@ -29,8 +25,4 @@ extern int32_t tsdbDebugFlag;
#define tsdbDebug(...) do { if (tsdbDebugFlag & DEBUG_DEBUG) { taosPrintLog("TDB ", tsdbDebugFlag, __VA_ARGS__); }} while(0)
#define tsdbTrace(...) do { if (tsdbDebugFlag & DEBUG_TRACE) { taosPrintLog("TDB ", tsdbDebugFlag, __VA_ARGS__); }} while(0)
#ifdef __cplusplus
}
#endif
#endif
/* _TD_TSDB_LOG_H_ */
\ No newline at end of file
src/tsdb/inc/tsdbMemTable.h
浏览文件 @
895607f0
...
...
@@ -16,10 +16,6 @@
#ifndef _TD_TSDB_MEMTABLE_H_
#define _TD_TSDB_MEMTABLE_H_
#ifdef __cplusplus
extern
"C"
{
#endif
typedef
struct
{
int
rowsInserted
;
int
rowsUpdated
;
...
...
@@ -111,9 +107,4 @@ static FORCE_INLINE TKEY tsdbNextIterTKey(SSkipListIterator* pIter) {
return
dataRowTKey
(
row
);
}
#ifdef __cplusplus
}
#endif
#endif
/* _TD_TSDB_MEMTABLE_H_ */
\ No newline at end of file
src/tsdb/inc/tsdbMeta.h
浏览文件 @
895607f0
...
...
@@ -16,10 +16,6 @@
#ifndef _TD_TSDB_META_H_
#define _TD_TSDB_META_H_
#ifdef __cplusplus
extern
"C"
{
#endif
#define TSDB_MAX_TABLE_SCHEMAS 16
typedef
struct
STable
{
...
...
@@ -145,8 +141,4 @@ static FORCE_INLINE TSKEY tsdbGetTableLastKeyImpl(STable* pTable) {
return
pTable
->
lastKey
;
}
#ifdef __cplusplus
}
#endif
#endif
/* _TD_TSDB_META_H_ */
\ No newline at end of file
src/tsdb/inc/tsdbReadImpl.h
浏览文件 @
895607f0
...
...
@@ -16,10 +16,6 @@
#ifndef _TD_TSDB_READ_IMPL_H_
#define _TD_TSDB_READ_IMPL_H_
#ifdef __cplusplus
extern
"C"
{
#endif
typedef
struct
SReadH
SReadH
;
typedef
struct
{
...
...
@@ -134,8 +130,4 @@ static FORCE_INLINE int tsdbMakeRoom(void **ppBuf, size_t size) {
return
0
;
}
#ifdef __cplusplus
}
#endif
#endif
/*_TD_TSDB_READ_IMPL_H_*/
\ No newline at end of file
src/tsdb/inc/tsdbint.h
浏览文件 @
895607f0
...
...
@@ -16,15 +16,15 @@
#ifndef _TD_TSDB_INT_H_
#define _TD_TSDB_INT_H_
// TODO: remove the include
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <inttypes.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <semaphore.h>
#include <dirent.h>
//
//
TODO: remove the include
//
#include <errno.h>
//
#include <fcntl.h>
//
#include <limits.h>
//
#include <inttypes.h>
//
#include <sys/stat.h>
//
#include <sys/types.h>
//
#include <semaphore.h>
//
#include <dirent.h>
#include "os.h"
#include "tlog.h"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录