sqlite/mptest
drh 9b4c59fa1b 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.

FossilOrigin-Name: ea1404a10abd7f68e1f8e0708c8a3199d1f79665
2013-04-15 17:03:42 +00:00
..
config01.test Refactoring the mmap interface. The controlling pragma is now "mmap_size" 2013-04-15 17:03:42 +00:00
config02.test Refactoring the mmap interface. The controlling pragma is now "mmap_size" 2013-04-15 17:03:42 +00:00
crash01.test Still more tests using mptester. Added test cases that leave rollback 2013-04-08 18:58:00 +00:00
crash02.subtest Use symbolic names for tasks in mptester. 2013-04-10 12:01:21 +00:00
mptest.c In mptester: improve the way that child processes are dispatched. Pass 2013-04-12 01:04:36 +00:00
multiwrite01.test Use symbolic names for tasks in mptester. 2013-04-10 12:01:21 +00:00