]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When estimating the number of rows scanned using data from the sqlite_stat4 table...
authordan <dan@noemail.net>
Wed, 7 Aug 2013 15:52:41 +0000 (15:52 +0000)
committerdan <dan@noemail.net>
Wed, 7 Aug 2013 15:52:41 +0000 (15:52 +0000)
commit87cd93215e5f877005ae7a545f7a156286faa176
tree7dd0e86647f1fff8064c8879d7f4bac201fd21f1
parentddc2d6e8f51e2b6b184894eecf99dc739f2ed64a
When estimating the number of rows scanned using data from the sqlite_stat4 table, avoid allocating UnpackedRecord and KeyInfo structures until they are definitely required.

FossilOrigin-Name: 353950a5269fa439cc3e57b62e16558a84ea2557
manifest
manifest.uuid
src/sqliteInt.h
src/vdbemem.c
src/where.c