SQLite

Check-in [d43b3c056c]
Login

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

Overview
Comment:Fix SQLITE_DBSTATUS_SCHEMA_USED so that it works with SQLITE_OPEN_SHARED_SCHEMA connections.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | reuse-schema
Files: files | file ages | folders
SHA3-256: d43b3c056cb13930865c504c9498b2c83e4bebce9bff01ee21293e7dc7a6711e
User & Date: dan 2019-02-14 21:04:27.065
Context
2019-02-15
11:54
Revert the rearrangement of VDBE code in [219b39e14] so that vdbe.c matches trunk. Since the new call to sqlite3Init() in OP_ParseSchema was removed, the rearrangement no longer provides any performance advantage. (check-in: 03c4f00317 user: dan tags: reuse-schema)
2019-02-14
21:04
Fix SQLITE_DBSTATUS_SCHEMA_USED so that it works with SQLITE_OPEN_SHARED_SCHEMA connections. (check-in: d43b3c056c user: dan tags: reuse-schema)
18:38
Change the name of the SQLITE_OPEN_REUSE_SCHEMA flag to SQLITE_OPEN_SHARED_SCHEMA. (check-in: 7257fcc8c9 user: dan tags: reuse-schema)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to doc/shared_schema.md.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/sqliteInt.h.
Changes to src/status.c.
Changes to test/reuse3.test.
Changes to test/tclsqlite.test.