mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-14 00:22:38 +03:00
Move RowHashBlock.nUsed to RowHash.nUsed. Fix a typo in a comment in test_async.c. (CVS 6533)
FossilOrigin-Name: 799d31d99fd18a6f99862433384e37d6747ee5b3
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
**
|
||||
*************************************************************************
|
||||
**
|
||||
** $Id: test_async.c,v 1.57 2009/04/07 11:21:29 danielk1977 Exp $
|
||||
** $Id: test_async.c,v 1.58 2009/04/21 18:20:45 danielk1977 Exp $
|
||||
**
|
||||
** This file contains an example implementation of an asynchronous IO
|
||||
** backend for SQLite.
|
||||
@@ -73,7 +73,7 @@
|
||||
** between the concurrency offered by "normal" SQLite and SQLite
|
||||
** using the asynchronous backend.
|
||||
**
|
||||
** If connections from within multiple database files may access the
|
||||
** If connections from within multiple processes may access the
|
||||
** database file, the ENABLE_FILE_LOCKING symbol (see below) must be
|
||||
** defined. If it is not defined, then no locks are established on
|
||||
** the database file. In this case, if multiple processes access
|
||||
|
||||
Reference in New Issue
Block a user