1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Change walthread.test so that tests can be run with either multiple threads or multiple processes.

FossilOrigin-Name: 25f85f68723e56c18e44b094d85f67b99912dc86
This commit is contained in:
dan
2010-04-28 17:48:44 +00:00
parent 4b64c1e365
commit 5e0ce87a3f
6 changed files with 236 additions and 157 deletions

View File

@@ -1541,7 +1541,7 @@ void sqlite3WalCloseSnapshot(Log *pLog){
pLog->isLocked = 0;
}
/*
/*
** Read a page from the log, if it is present.
*/
int sqlite3WalRead(Log *pLog, Pgno pgno, int *pInLog, u8 *pOut){