mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Comment changes (CVS 308)
FossilOrigin-Name: 2d2ad264aad6fbdcef586e73d750e3fde842252f
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
** file simultaneously, or one process from reading the database while
|
||||
** another is writing.
|
||||
**
|
||||
** @(#) $Id: pager.c,v 1.29 2001/10/22 02:58:10 drh Exp $
|
||||
** @(#) $Id: pager.c,v 1.30 2001/11/10 13:51:09 drh Exp $
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include "pager.h"
|
||||
@@ -605,7 +605,7 @@ static int syncAllPages(Pager *pPager){
|
||||
/*
|
||||
** Acquire a page.
|
||||
**
|
||||
** A read lock on the disk file is obtained when the first page acquired.
|
||||
** A read lock on the disk file is obtained when the first page is acquired.
|
||||
** This read lock is dropped when the last page is released.
|
||||
**
|
||||
** A _get works for any page number greater than 0. If the database
|
||||
|
Reference in New Issue
Block a user