]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Merge changes from begin-concurrent-wal2. Also modify the unix-excl shm-locks
authordan <dan@noemail.net>
Wed, 2 Jan 2019 19:46:46 +0000 (19:46 +0000)
committerdan <dan@noemail.net>
Wed, 2 Jan 2019 19:46:46 +0000 (19:46 +0000)
commit5a19f287dcab7e760c1162c7251d4c0e690de72f
tree0a4689231a1f92568e14d45df5185d063b79f5c2
parent25117ddbfc1570eece47f6a683647164bdc51bb1
parentb93ce6d4a627ca7267227062df76db27398e7a89
Merge changes from begin-concurrent-wal2. Also modify the unix-excl shm-locks
on this branch so that it is not an error to attempt to release an EXCLUSIVE
lock that is not held.

FossilOrigin-Name: 86685679b4cff94704fe4b52364f25f579d98ee725407cfe3bd2bbf7ecd651a8
12 files changed:
manifest
manifest.uuid
src/os_unix.c
src/select.c
src/sqliteInt.h
src/update.c
src/wal.c
src/wal.h
test/concurrent2.test
test/permutations.test
test/wal2savepoint.test
test/walrofault.test