SQLite

Check-in [33b1f584ef]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix a problem in the result set size estimation logic of the query planner - a problem introduced by the two previous changes.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | wal
Files: files | file ages | folders
SHA1: 33b1f584ef712625c4df8e2aefe895fa89f6a795
User & Date: drh 2010-04-15 12:36:07.000
References
2010-04-15
13:29
The query planner fix of check-in [33b1f584ef] should have been on the trunk. (check-in: f538d759be user: drh tags: trunk)
Context
2010-04-15
13:33
Merge two leaves on the WAL branch. (check-in: c9ed66cc39 user: dan tags: wal)
12:36
Fix a problem in the result set size estimation logic of the query planner - a problem introduced by the two previous changes. (check-in: 33b1f584ef user: drh tags: wal)
02:37
Bring over the recent query planner enhancements from the trunk. (check-in: 82969f27e5 user: drh tags: wal)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/where.c.