SQLite

Changes On Branch stat3-3.7.2
Login

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

Changes In Branch stat3-3.7.2 Excluding Merge-Ins

This is equivalent to a diff from 41b5f869 to a7e18468

2011-10-25
20:36
Cherrypick changes [53f5cfe115] and [1f7ef0af8d] in order to fix an issue with DISTINCT (check-in: 14bc58ca user: drh tags: branch-3.7.2)
2011-08-26
18:28
Veryquick and min.rc tests now passing. (Closed-Leaf check-in: a7e18468 user: drh tags: stat3-3.7.2)
18:04
Merge the branch-3.7.2 changes into the stat3-3.7.2 subbranch. Also fix some test script issues. (check-in: a42db19d user: drh tags: stat3-3.7.2)
17:17
Cherrypick the recursion fix to test_vfs.c from [065e5a5ea4f82]. Also fix the nan.test module to handle upper/lower case changes in TCL. (check-in: 41b5f869 user: drh tags: branch-3.7.2)
2011-07-13
18:53
Cherrypicked from trunk: Do not try to use STAT2 for row estimates if the index is unique or nearly so. (check-in: d55b64ef user: drh tags: branch-3.7.2)

Changes to src/analyze.c.

Changes to src/build.c.

Changes to src/ctime.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/test_config.c.

Changes to src/utf.c.

Changes to src/vdbeaux.c.

Changes to src/vdbemem.c.

Changes to src/where.c.

Changes to test/analyze.test.

Changes to test/analyze3.test.

Changes to test/analyze5.test.

Changes to test/analyze6.test.

Added test/analyze8.test.

Changes to test/auth.test.

Changes to test/dbstatus.test.

Added test/stat3.test.

Changes to test/tkt-cbd054fa6b.test.

Changes to test/types3.test.

Changes to test/unordered.test.

Changes to test/where3.test.