SQLite

All files named ”mptest/config01.test”
Login

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

History for mptest/config01.test

2013-04-15
17:03
[3c6adcbc50] 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: 950)
2013-04-08
13:48
[3f4ddeb152] part of check-in [91397a147c] Add the vfsname() and eval() SQL functions to mptest.c. Enhancements to the test/config01.test script. (check-in: [91397a147c] user: drh branch: mptest, size: 906)
2013-04-06
13:09
Added: [058a9bc2b0] part of check-in [07b0401a9b] Many improvements to the mptest program. Added a simple test script. (check-in: [07b0401a9b] user: drh branch: mptest, size: 345)