]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If SQLITE_DEFAULT_WAL_SYNCHRONOUS is not the same value as
authordrh <drh@noemail.net>
Tue, 8 Mar 2016 15:14:26 +0000 (15:14 +0000)
committerdrh <drh@noemail.net>
Tue, 8 Mar 2016 15:14:26 +0000 (15:14 +0000)
commite243de5cf51f5799d91b4b9fc7c22800dcfe3a78
tree5f8e76aa15eaa07626d037e2346244f53b12bedd
parent50a1a5aaca05efe5682668e009146023b05688c9
If SQLITE_DEFAULT_WAL_SYNCHRONOUS is not the same value as
SQLITE_DEFAULT_SYNCHRONOUS and the application has not run
"PRAGMA synchronous", then set synchronous to the
SQLITE_DEFAULT_WAL_SYNCHRONOUS setting when entering WAL mode for
the first time.

FossilOrigin-Name: 5791407b523abd24e832fc2361b3e9f01ee2f36a
manifest
manifest.uuid
src/btree.c
test/unixexcl.test
test/wal2.test
test/zerodamage.test