]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow BEGIN CONCURRENT transactions to contain schema modifications. However, this...
authordan <dan@noemail.net>
Thu, 16 Jul 2020 20:24:11 +0000 (20:24 +0000)
committerdan <dan@noemail.net>
Thu, 16 Jul 2020 20:24:11 +0000 (20:24 +0000)
commit9a47771710ef03019e7171cee0ee1bd790cc6778
tree988b5a4faa431153d87661eccc1a24b47bd18a1e
parent8efab83cf8028c3b553e7bf8c2671047b0b075ac
Allow BEGIN CONCURRENT transactions to contain schema modifications. However, this causes them to conflict with all other transactions.

FossilOrigin-Name: 9a4a02304e3f5dc1d567cf2a9eae4cdb575e02cb37f9ee25928f2325ab192e76
manifest
manifest.uuid
src/btree.c
src/sqliteInt.h
src/vacuum.c
src/vdbe.c
src/vdbeaux.c
src/wal.c
test/concurrent.test
test/concurrent8.test [new file with mode: 0644]