]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a register allocation problem in PRAGMA integrity_check that caused
authordrh <drh@noemail.net>
Sat, 15 Jul 2017 20:33:19 +0000 (20:33 +0000)
committerdrh <drh@noemail.net>
Sat, 15 Jul 2017 20:33:19 +0000 (20:33 +0000)
commit3963e584b4c1e41d91d0c0bc7c133254f4db7a02
tree9f95cee9c4875be10c8a1c5c698d12e53ee9efd1
parente7c6f97b1d1bb04f8478a0c807889aa9caf58403
Fix a register allocation problem in PRAGMA integrity_check that caused
the same register to be used for two different purposes on the first
ATTACHed database if the schema for the ATTACHed database was noticable
more complex than the schema for the first database.
Fix for ticket [a4e06e75a9ab61a1].

FossilOrigin-Name: 253945d480b052bfe311888022b5eb0be91c8c80cda05036e58207d57520262c
manifest
manifest.uuid
src/expr.c
src/pragma.c
test/attach.test