mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Fix a comment. (CVS 1938)
FossilOrigin-Name: af44ddeea110576bf9c475b5e6e3540ee50c5edf
This commit is contained in:
10
src/btree.c
10
src/btree.c
@@ -9,7 +9,7 @@
|
||||
** May you share freely, never taking more than you give.
|
||||
**
|
||||
*************************************************************************
|
||||
** $Id: btree.c,v 1.186 2004/09/03 18:38:45 drh Exp $
|
||||
** $Id: btree.c,v 1.187 2004/09/03 23:32:19 drh Exp $
|
||||
**
|
||||
** This file implements a external (disk-based) database using BTrees.
|
||||
** For a detailed discussion of BTrees, refer to
|
||||
@@ -1014,12 +1014,8 @@ static void pageReinit(void *pData, int pageSize){
|
||||
}
|
||||
|
||||
/*
|
||||
** Open a new database.
|
||||
**
|
||||
** Actually, this routine just sets up the internal data structures
|
||||
** for accessing the database. We do not open the database file
|
||||
** until the first page is loaded.
|
||||
**
|
||||
** Open a database file.
|
||||
**
|
||||
** zFilename is the name of the database file. If zFilename is NULL
|
||||
** a new database with a random name is created. This randomly named
|
||||
** database file will be deleted when sqlite3BtreeClose() is called.
|
||||
|
Reference in New Issue
Block a user