SQLite

Check-in [88134322c3]
Login

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

Overview
Comment:Changes to avoid "unused parameter" compiler warnings. (CVS 5921)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 88134322c36b41304aaeef99c39b4ef5b495ca3b
User & Date: danielk1977 2008-11-19 09:05:27.000
Context
2008-11-19
10:22
Simplify the way the pager layer invokes the busy-handler callback. (CVS 5922) (check-in: 7bd1ac1899 user: danielk1977 tags: trunk)
09:05
Changes to avoid "unused parameter" compiler warnings. (CVS 5921) (check-in: 88134322c3 user: danielk1977 tags: trunk)
01:20
Add an alternative application-defined pcache implementation and add test cases to permutations.test to invoke it. Added the SQLITE_CONFIG_GETPCACHE method to sqlite3_config(). (CVS 5920) (check-in: 16f1e6ec2a user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/alter.c.
Changes to src/analyze.c.
Changes to src/attach.c.
Changes to src/btree.c.
Changes to src/date.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/func.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/mem1.c.
Changes to src/memjournal.c.
Changes to src/os_unix.c.
Changes to src/pcache1.c.
Changes to src/prepare.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/trigger.c.
Changes to src/update.c.
Changes to src/vdbeapi.c.