提交 1cee13b0 编写于 作者: H Hongze Cheng

more TDB

上级 5ed7b9a2
...@@ -38,10 +38,9 @@ struct SBTree { ...@@ -38,10 +38,9 @@ struct SBTree {
int minLeaf; int minLeaf;
}; };
typedef struct SFreeCell { typedef struct __attribute__((__packed__)) {
u16 size; SPgno rChild;
u16 next; } SBtPageHdr;
} SFreeCell;
typedef struct { typedef struct {
u16 flags; u16 flags;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册