diff --git a/source/libs/tdb/src/db/tdbPage.c b/source/libs/tdb/src/db/tdbPage.c index 0340bd3cd47b4677ad7bca02a2b056367f65922a..424b061ee7a10df9b8ed31a62eddfd99cd15c82b 100644 --- a/source/libs/tdb/src/db/tdbPage.c +++ b/source/libs/tdb/src/db/tdbPage.c @@ -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; } \ No newline at end of file