SQLite

All files named ”mptest/config02.test”
Login

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

History for mptest/config02.test

2013-04-15
17:03
[4415dfe36c] part of check-in [ea1404a10a] Refactoring the mmap interface. The controlling pragma is now "mmap_size" instead of "mmap_limit". Also change SQLITE_CONFIG_MMAP_LIMIT and SQLITE_FCNTL_MMAP_LIMIT to SQLITE_CONFIG_MMAP_SIZE and SQLITE_FCNTL_MMAP_SIZE, respecctively. The default mmap_size is now always 0, meaning that memory mapped I/O is off by default. There is a new compile-time option SQLITE_MAX_MMAP_SIZE that determines a hard upper bound on the mmap_size. Setting SQLITE_MAX_MMAP_SIZE to zero disables the memory-mapped I/O logic and causes it to be omitted from the build. An extra argument is added to SQLITE_CONFIG_MMAP_SIZE that can optionally lower the SQLITE_MAX_MMAP_SIZE at start-time. The SQLITE_MAX_MMAP_SIZE is zero for platforms where we know that it does not work, meaning that it cannot be turned on by mistake on those platforms. (check-in: [ea1404a10a] user: drh branch: trunk, size: 2657)
2013-04-09
19:19
[ea93496634] part of check-in [96f04d99f3] Check in the instrumented code for the mptest test case that appears to show a spontaneously disappearing journal file. (check-in: [96f04d99f3] user: dan branch: missing-journal-file, size: 2605)
2013-04-08
18:58
[962913ed2b] part of check-in [437b674f00] Still more tests using mptester. Added test cases that leave rollback journals that must be recovered by other threads. (check-in: [437b674f00] user: drh branch: trunk, size: 2616)
17:57
[baaee6bba0] part of check-in [e121adceb1] Adding tests to the mptester scripts. (check-in: [e121adceb1] user: drh branch: trunk, size: 2441)
14:41
Added: [381ec0acbb] part of check-in [ea53c45d79] Merge the multi-process tester into trunk. (check-in: [ea53c45d79] user: drh branch: trunk, size: 2288)