/ Changes On Branch begin-concurrent-branch-3.19
Login

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

Changes In Branch begin-concurrent-branch-3.19 Excluding Merge-Ins

This is equivalent to a diff from 58553d61d1 to f545db6c27

2017-08-28
17:32
Add the --enable-update-limit option to the ./configure script. (Leaf check-in: f545db6c27 user: drh tags: begin-concurrent-branch-3.19)
17:30
Avoid unnecessary mutexes in the pcache1 implementation in the common case where no auxiliary page cache memory is configured. (check-in: 5cd9ff87d8 user: drh tags: begin-concurrent-branch-3.19)
17:00
Add the --enable-update-limit option to the ./configure script. (check-in: 64a8ae6838 user: drh tags: trunk)
2017-08-15
01:07
Fix a problem allowing a conflicting transaction to be committed in the case where more than one 32KB shared-memory page has been written to since the transaction was started. (check-in: 346a710da4 user: drh tags: begin-concurrent-branch-3.19)
2017-08-01
13:54
Merge recent enhancements from trunk. (check-in: aafe1fec80 user: drh tags: begin-concurrent)
2017-07-20
19:28
Minor fix to the concurrent.test module so that it works on windows. (check-in: 58553d61d1 user: drh tags: begin-concurrent)
19:08
Fix compiler warnings. (check-in: 44c760d150 user: drh tags: begin-concurrent)

Changes to configure.

Changes to configure.ac.

Changes to src/btree.c.

Changes to src/global.c.

Changes to src/main.c.

Changes to src/malloc.c.

Changes to src/pcache1.c.

Changes to src/shell.c.in.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/status.c.

Changes to src/test_malloc.c.

Changes to src/vdbesort.c.

Changes to src/wal.c.

Changes to test/concurrent.test.

Changes to test/kvtest.c.

Changes to test/lookaside.test.

Changes to test/memsubsys1.test.

Changes to test/permutations.test.

Changes to test/speedtest1.c.

Changes to test/tester.tcl.

Changes to test/wordcount.c.