This commit is contained in:
Hongze Cheng 2022-03-14 06:45:51 +00:00
parent 9a28e7d2b2
commit 94426d83f9
1 changed files with 1 additions and 0 deletions

View File

@ -240,5 +240,6 @@ static int tdbPageFree(SPage *pPage, int idx, SCell *pCell, int size) {
static int tdbPageDefragment(SPage *pPage) {
// TODO
ASSERT(0);
return 0;
}