提交 2d610f12 编写于 作者: H Hongze Cheng

refact TDB

上级 6c314f45
......@@ -100,4 +100,14 @@ SPgCache *tdbEnvGetPgCache(TENV *pEnv) { return pEnv->pPgCache; }
static int tdbEnvDestroy(TENV *pEnv) {
// TODO
return 0;
}
int tdbEnvBeginTxn(TENV *pEnv) {
// TODO
return 0;
}
int tdbEnvCommit(TENV *pEnv) {
// TODO
return 0;
}
\ No newline at end of file
......@@ -113,11 +113,13 @@ typedef TD_DLIST(SPgFile) SPgFileList;
#include "tdbUtil.h"
#include "btree.h"
#include "tdbBtree.h"
#include "pgcache.h"
#include "tdbPgCache.h"
#include "pgfile.h"
#include "tdbPgFile.h"
#include "tdbJournal.h"
#include "tdbEnv.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册