]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change "BEGIN UNLOCKED" to "BEGIN CONCURRENT".
authordan <dan@noemail.net>
Mon, 24 Aug 2015 19:56:04 +0000 (19:56 +0000)
committerdan <dan@noemail.net>
Mon, 24 Aug 2015 19:56:04 +0000 (19:56 +0000)
commitbf3cf57e15a16805f5dfa200c3bfa800d7b6bb2d
treed40bdb1cf2ea2e3dd400d998e885b341fe450e64
parentf5e89dba9d70a4e1b94b8b7b6a519afae839d285
Change "BEGIN UNLOCKED" to "BEGIN CONCURRENT".

FossilOrigin-Name: ba1ab858e2997c88dd7eee6e6893a8616d85c665
18 files changed:
manifest
manifest.uuid
src/btree.c
src/btreeInt.h
src/build.c
src/pager.c
src/pager.h
src/parse.y
src/sqliteInt.h
src/test_config.c
src/vacuum.c
src/vdbe.c
src/vdbeaux.c
src/wal.c
test/concurrent.test [moved from test/unlocked.test with 85% similarity]
test/concurrent2.test [moved from test/unlocked2.test with 87% similarity]
test/concurrent3.test [moved from test/unlocked3.test with 93% similarity]
tool/mkkeywordhash.c