]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure temporary registers used within a co-routine are not also used tkt-8c63ff0eca
authordrh <drh@noemail.net>
Tue, 25 Feb 2014 19:38:46 +0000 (19:38 +0000)
committerdrh <drh@noemail.net>
Tue, 25 Feb 2014 19:38:46 +0000 (19:38 +0000)
commite77228ad9b5e1bb1a4eaaaa5e3f5526c07970dd2
tree15256cc37c615b94a0220f37432b6e2fd0efe8fc
parente8c1eba9a99a0251433aa58d0fd96155d47b18fe
Make sure temporary registers used within a co-routine are not also used
outside of that co-routine, in order to prevent concurrent use of the same
register for two different things.  Ticket [8c63ff0eca81a9132d8]

FossilOrigin-Name: cc5eda54226506652057687f711e0a7d3aa584af
manifest
manifest.uuid
src/insert.c
src/select.c