more TDB
This commit is contained in:
parent
9a28e7d2b2
commit
94426d83f9
|
@ -240,5 +240,6 @@ static int tdbPageFree(SPage *pPage, int idx, SCell *pCell, int size) {
|
||||||
|
|
||||||
static int tdbPageDefragment(SPage *pPage) {
|
static int tdbPageDefragment(SPage *pPage) {
|
||||||
// TODO
|
// TODO
|
||||||
|
ASSERT(0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue