Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More OTA to RBU changes that were missed by the previous check-in. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
97e489408dca566b253a8a61dc17652b |
User & Date: | drh 2015-07-23 20:50:18.806 |
Context
2015-07-23
| ||
22:05 | Improvements to the change log. (check-in: 12a7bb44f4 user: drh tags: trunk) | |
20:50 | More OTA to RBU changes that were missed by the previous check-in. (check-in: 97e489408d user: drh tags: trunk) | |
20:49 | Change the name of OTA to RBU. (check-in: 326066ebea user: drh tags: trunk) | |
Changes
Changes to pages/compile.in.
︙ | ︙ | |||
704 705 706 707 708 709 710 | taken. The MEMSYS5 module rounds all allocations up to the next power of two and uses a first-fit, buddy-allocator algorithm that provides strong guarantees against fragmentation and breakdown subject to certain operating constraints. } | | | | 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 | taken. The MEMSYS5 module rounds all allocations up to the next power of two and uses a first-fit, buddy-allocator algorithm that provides strong guarantees against fragmentation and breakdown subject to certain operating constraints. } COMPILE_OPTION {SQLITE_ENABLE_RBU} { Enable the code the implements the [RBU extension]. } COMPILE_OPTION {SQLITE_ENABLE_RTREE} { This option causes SQLite to include support for the [rtree | R*Tree index extension]. } |
︙ | ︙ |