1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Fix a problem with rolling back to a savepoint opened before the writer decided to wrap the log file.

FossilOrigin-Name: 6b4aed6aae7dc9e92807d27375cbe1e83c15841b
This commit is contained in:
dan
2010-06-02 18:59:03 +00:00
parent 10ec894c3a
commit 6e6bd5658f
5 changed files with 56 additions and 13 deletions

View File

@@ -36,7 +36,7 @@
# define sqlite3WalCallback(z) 0
#else
#define WAL_SAVEPOINT_NDATA 3
#define WAL_SAVEPOINT_NDATA 4
/* Connection to a write-ahead log (WAL) file.
** There is one object of this type for each pager.