SQLite

All files named ”test/pcache2.test”
Login

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

History for test/pcache2.test

2015-07-24
14:17
[af7f3deb1a] part of check-in [562687d9f5] Modify a few test scripts to avoid leaving the sqlite3Config structure in a non-default state. (check-in: [562687d9f5] user: dan branch: trunk, size: 2445)
2015-07-16
18:18
[c70d925475] part of check-in [b79a4affe4] Defer the bulk pcache1 memory allocation until the first page allocation request. Limit the size of the pcache1 bulk allocation to the cache_size setting. Deallocate the bulk allocation on a sqlite3_db_release_memory() request, if the bulk allocation is completely unused. (check-in: [b79a4affe4] user: drh branch: trunk, size: 2384)
2015-07-07
14:06
[ec3ae192f4] part of check-in [5b60df5503] Simplify the page recycling condition in pcache1. Fix test cases to work with the latest changes. (check-in: [5b60df5503] user: drh branch: pcache-bulk-local, size: 2324)
2011-09-22
14:56
[a83efe2dec] part of check-in [4eb4689834] Remove the SQLITE_PAGECACHE_BLOCKALLOC compilation option. (check-in: [4eb4689834] user: dan branch: trunk, size: 2268)
2011-08-22
14:55
[bc67c68029] part of check-in [c61000705b] Modify test cases so that veryquick.test passes with PAGECACHE_BLOCKALLOC defined. (check-in: [c61000705b] user: dan branch: pager-blockalloc, size: 2416)
2011-08-02
00:57
[9f9357bb0f] part of check-in [9007586fda] Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 2269)
2009-07-18
14:36
[0d85f2ab69] part of check-in [f5f7259d81] Add some code to sqlite3VdbeMemSetZeroBlob() so that it works (less efficiently) even when OMIT_INCRBLOB is defined. Ticket #3977. (CVS 6906) (check-in: [f5f7259d81] user: danielk1977 branch: trunk, size: 2283)
08:30
[19a51b789e] part of check-in [1dd834a3d6] Changes to test scripts so that (make test) works when OMIT_INCRBLOB is defined. (CVS 6904) (check-in: [1dd834a3d6] user: danielk1977 branch: trunk, size: 2371)
2008-11-13
16:21
[46efd980a8] part of check-in [96453ca16e] Minor changes to get memsys5 compiling and its tests passing. Ticket #3495. (CVS 5901) (check-in: [96453ca16e] user: danielk1977 branch: trunk, size: 2282)
2008-10-14
19:21
[e2260293e8] part of check-in [3d2d05b628] Disable the page-cache at the end of pcache2.test. (CVS 5823) (check-in: [3d2d05b628] user: danielk1977 branch: trunk, size: 2146)
2008-09-15
15:36
Added: [2b4fa1bee5] part of check-in [3bc221b940] Adjust the page recycling algorithm so that the number of pages allocated to each connection does not exceed its cache_size limit. (CVS 5701) (check-in: [3bc221b940] user: drh branch: trunk, size: 2083)