SQLite

All files named ”test/dbstatus2.test”
Login

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

History for test/dbstatus2.test

2018-04-10
18:05
[ce94261a9e] part of check-in [e20fcb5159] Merge all version 3.23.1 changes and enhancements from trunk. (check-in: [e20fcb5159] user: drh branch: apple-osx, size: 2708)
2018-03-16
23:53
[f5fe0afed3] part of check-in [56d11c2509] Fix a duplicate test number and cleanup a bit of Makefile whitespace. (check-in: [56d11c2509] user: mistachkin branch: testFixes, size: 2637)
2018-03-14
17:17
[6305517c4e] part of check-in [a658f80c8f] Merge the latest enhancements from trunk. (check-in: [a658f80c8f] user: drh branch: apple-osx, size: 2708)
14:53
[35a987036f] part of check-in [3faeb85137] Add the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status() (check-in: [3faeb85137] user: drh branch: dbstatus-cache-spill, size: 2637)
2016-04-29
15:52
[16194c6aa2] part of check-in [81b76901e6] Merge enhancements from trunk, and in particular the TEMP file deferred I/O enhancements. (check-in: [81b76901e6] user: drh branch: apple-osx, size: 2394)
2016-04-27
18:54
[e93ab03bfa] part of check-in [2662d8fef7] Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. (check-in: [2662d8fef7] user: dan branch: permutations-fix, size: 2323)
2014-05-08
23:01
[fc968d3005] part of check-in [9411d7dc6f] Initial attempt to merge in all trunk changes over the previous 1.5 years. This check-in compiles but there are compiler warnings and "make test" segfaults after only running a few test modules. (check-in: [9411d7dc6f] user: drh branch: apple-osx, size: 2386)
2013-03-27
19:53
[f46fdca3ff] part of check-in [0e3d511927] Modify various test cases so that they work if the file is extended in units of the system page-size. (check-in: [0e3d511927] user: dan branch: two-mappings, size: 2341)
2013-03-25
23:09
[f329941d5f] part of check-in [1b37c4effd] Memory-mapped I/O is now on by default. The "PRAGMA mmap_limit(N)" can be used to issue a hint to the VFS to limit mmap space to N bytes. The VFS is free to ignore that hint if desired. However, if "PRAGMA mmap_limit(0)" is used, xFetch is never called. (check-in: [1b37c4effd] user: drh branch: experimental-mmap, size: 2316)
2013-03-19
19:28
[10418e62b3] part of check-in [6183f1bd86] Add the sqlite3_io_methods.xMremap() method to the VFS interface. Also "PRAGMA mmap_size". (check-in: [6183f1bd86] user: dan branch: experimental-mmap, size: 2315)
2012-09-28
10:57
[3efd4beb77] part of check-in [6a5c59dd7e] Merge the latest trunk changes (PRAGMA busy_timeout and the ORDER BY query planner enhancements) into the apple-osx branch. (check-in: [6a5c59dd7e] user: drh branch: apple-osx, size: 2351)
2012-09-13
01:51
[bf7396af96] part of check-in [c1a8557008] Allow SQLite to work on Win32 with SQLITE_OS_WINNT=0 as long as WAL is disabled. (check-in: [c1a8557008] user: mistachkin branch: trunk, size: 2280)
2012-05-09
22:36
[50ce645331] part of check-in [6547929410] Added support for SQLITE_ENABLE_PERSIST_WAL compile time macro, retrieving lastErrno from WAL file and setting last errno when writes fail due to space constraints (check-in: [6547929410] user: adam branch: apple-osx, size: 2325)
2012-03-24
19:44
[b1de8250fd] part of check-in [3cb6a879f1] Add SQLITE_DBSTATUS_CACHE_WRITE. Used to query a database connection for the cumulative number of database pages written. (check-in: [3cb6a879f1] user: dan branch: fts4-incr-merge, size: 2254)
2011-09-22
14:41
Added: [dc57b0d961] part of check-in [5100b6e9dc] Add the SQLITE_DB_STATUS_CACHE_HIT and MISS options. For querying the number of cache hits and misses on a per-connection basis. (check-in: [5100b6e9dc] user: dan branch: trunk, size: 1681)