Merge branch '2.0' of https://github.com/taosdata/TDengine into 2.0
This commit is contained in:
commit
12592b00b4
|
@ -1,9 +0,0 @@
|
|||
#if !defined(_TD_CACHE_H_)
|
||||
#define _TD_CACHE_H_
|
||||
|
||||
typedef struct {
|
||||
|
||||
} SCachePool;
|
||||
|
||||
|
||||
#endif // _TD_CACHE_H_
|
|
@ -1,5 +0,0 @@
|
|||
#include "tsdb.h"
|
||||
|
||||
typedef struct {
|
||||
// TODO
|
||||
} STSDBRepo;
|
|
@ -0,0 +1,6 @@
|
|||
#if !defined(_TD_WAL_H_)
|
||||
#define _TD_WAL_H_
|
||||
|
||||
|
||||
|
||||
#endif // _TD_WAL_H_
|
Loading…
Reference in New Issue