SQLite

Check-in [eed701ef91]
Login

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

Overview
Comment:In the "pgidx" command of the showdb utility, try to identify orphaned pages and show when pages have been zeroed out.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: eed701ef919c70d891727250be6a1b626aeb894c562d221e319ae6d74fc71d3d
User & Date: drh 2019-04-17 12:29:45.915
Context
2019-04-17
13:23
In the "pgidx" report from "showdb", also show the number of rows on each database btree page. (check-in: 2bda9dc41c user: drh tags: trunk)
12:29
In the "pgidx" command of the showdb utility, try to identify orphaned pages and show when pages have been zeroed out. (check-in: eed701ef91 user: drh tags: trunk)
12:07
Small performance improvement on the variable-length integer decoder: sqlite3GetVarint(). (check-in: 5df2bf62fc user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to tool/showdb.c.