SQLite

Check-in [cdfe372a95]
Login

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

Overview
Comment:Remove a few unused variables detected by Borland C. Ticket #1412. (CVS 2675)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: cdfe372a958fb446485913e860d52b87fffd34e4
User & Date: drh 2005-09-08 14:17:20.000
Context
2005-09-08
19:01
Remove a C++ism that snuck in on one of the reason changes. (CVS 2676) (check-in: 48f6a331ef user: drh tags: trunk)
14:17
Remove a few unused variables detected by Borland C. Ticket #1412. (CVS 2675) (check-in: cdfe372a95 user: drh tags: trunk)
12:57
Aggregates with GROUP BY can sometimes return no result rows. (CVS 2674) (check-in: 0c3e368d47 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/sqliteInt.h.
Changes to src/vdbe.c.
Changes to src/vdbemem.c.
Changes to src/where.c.