SQLite

Check-in [878da276eb]
Login

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

Overview
Comment:Refactor the cost function in the query planner. Give extra cost (thus reduce likelihood of selection) to full table scans.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 878da276ebf643b716ddd650d4d0ca3595fe5bf2
User & Date: drh 2011-02-10 00:08:47.701
Context
2011-02-10
17:46
Prevent a segfault when automatic indices try to use a column with an unknown collating function. Ticket [77aa3b1e6592582e38605d36]. This check-in also removes some stray \r characters unrelated to the problem. (check-in: f01030a0df user: drh tags: trunk)
00:08
Refactor the cost function in the query planner. Give extra cost (thus reduce likelihood of selection) to full table scans. (check-in: 878da276eb user: drh tags: trunk)
2011-02-09
19:55
Make sure code *compiles* with each OMIT and ENABLE option. Mostly changes to test modules. (check-in: 7cc515edc9 user: shaneh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
configure became executable.
install-sh became executable.
Changes to src/where.c.
Changes to test/analyze5.test.