]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a couple of problems in estimating the number of rows visited by a range query...
authordan <dan@noemail.net>
Fri, 27 Jun 2014 20:14:25 +0000 (20:14 +0000)
committerdan <dan@noemail.net>
Fri, 27 Jun 2014 20:14:25 +0000 (20:14 +0000)
commit4e42ba4a356f21306a84a2958ee1a66a7f285cfd
tree4535f48be425a345deb5f931b4ba23bcb9e7cbde
parent2d84ac480b2bf35619570b9e17a7e39dd7dd2100
Fix a couple of problems in estimating the number of rows visited by a range query that uses a skip-scan.

FossilOrigin-Name: 219736f54dcd1448af3400e699f1c20755ac6876
manifest
manifest.uuid
src/vdbemem.c
src/where.c
test/skipscan5.test [new file with mode: 0644]