SQLite

Check-in [88cbf54eee]
Login

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

Overview
Comment:Ensure that creating temp schema items does not cause an OPEN_SHARABLE_SCHEMA connection to load all schemas into memory.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | reuse-schema
Files: files | file ages | folders
SHA3-256: 88cbf54eee7845f9e40e6879fc38eb98a80e81c987b7edeb39f3058590003347
User & Date: dan 2019-02-18 18:16:05.585
Context
2019-02-19
18:00
Improve error messages caused by corrupt database schemas in OPEN_SHARED_SCHEMA mode. (check-in: 8ac75b8a88 user: dan tags: reuse-schema)
2019-02-18
18:16
Ensure that creating temp schema items does not cause an OPEN_SHARABLE_SCHEMA connection to load all schemas into memory. (check-in: 88cbf54eee user: dan tags: reuse-schema)
2019-02-15
19:36
Enhance the virtual table in test_schemapool.c so that it can be used to check that SHARED_SCHEMA connections are not allocating and freeing schemas when they should not be. (check-in: cb236cb985 user: dan tags: reuse-schema)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/alter.c.
Changes to src/analyze.c.
Changes to src/build.c.
Changes to src/fkey.c.
Changes to src/main.c.
Changes to src/pragma.c.
Changes to src/sqliteInt.h.
Changes to src/status.c.
Changes to src/vtab.c.
Changes to test/reuse2.test.
Changes to test/reuse3.test.
Changes to tool/cg_anno.tcl.