]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not abort running queries due to a CREATE INDEX statement. Allow them
authordrh <drh@noemail.net>
Tue, 24 Jul 2018 22:02:12 +0000 (22:02 +0000)
committerdrh <drh@noemail.net>
Tue, 24 Jul 2018 22:02:12 +0000 (22:02 +0000)
commitba968dbfe7f1e7cc227c4b5952c9868f7f036bad
tree71f1f5ba3f1ace7f8fe86edce1c62c4a86d46c9e
parent5a193dd8e609c2cd6827fbb3d9cc4ff7c66e0c25
Do not abort running queries due to a CREATE INDEX statement.  Allow them
to run to completion before being reprepared.  Fix for ticket
[c694113e50321afdf9].

FossilOrigin-Name: 2bd593332da0aade467e7a4ee89e966aa6302f37540a2c5e23671f98a6cb599c
manifest
manifest.uuid
src/auth.c
src/build.c
src/main.c
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vtab.c
test/tkt-c694113d5.test [new file with mode: 0644]