mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Comment changes. No changes to code. (CVS 2775)
FossilOrigin-Name: 786e23b2959c6103bfc0b45535afc49f22bc8a67
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
** May you share freely, never taking more than you give.
|
||||
**
|
||||
*************************************************************************
|
||||
** $Id: btree.c,v 1.271 2005/11/24 14:24:28 drh Exp $
|
||||
** $Id: btree.c,v 1.272 2005/11/24 14:34:36 drh Exp $
|
||||
**
|
||||
** This file implements a external (disk-based) database using BTrees.
|
||||
** For a detailed discussion of BTrees, refer to
|
||||
@@ -794,7 +794,7 @@ static void _pageIntegrity(MemPage *pPage){
|
||||
** Defragment the page given. All Cells are moved to the
|
||||
** end of the page and all free space is collected into one
|
||||
** big FreeBlk that occurs in between the header and cell
|
||||
** index and the cell data.
|
||||
** pointer array and the cell content area.
|
||||
*/
|
||||
static int defragmentPage(MemPage *pPage){
|
||||
int i; /* Loop counter */
|
||||
|
Reference in New Issue
Block a user