more TDB
This commit is contained in:
parent
69352daf97
commit
f16c1eeae1
|
@ -65,7 +65,7 @@ static int tdbPageAllocate(SPage *pPage, int size, SCell **ppCell) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int tdbPageFree(SPage *pPage, int idx, SCell *pCell) {
|
static int tdbPageFree(SPage *pPage, int idx, SCell *pCell, int size) {
|
||||||
// TODO
|
// TODO
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue