more TDB
This commit is contained in:
parent
69f5d9c829
commit
9c2f84b0eb
|
@ -70,6 +70,10 @@ int tdbPageInsertCell(SPage *pPage, int idx, SCell *pCell, int szCell) {
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
memcpy(pTarget, pCell, szCell);
|
||||||
|
// TODO: memmove();
|
||||||
|
// pPage->pPaggHdr->nCells++;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue