Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Undo change to 'analyze9.test' because the extra output can be useful for debugging. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | msvc |
Files: | files | file ages | folders |
SHA3-256: |
f3081e59091646f97a5208bf47f138f6 |
User & Date: | mistachkin 2019-04-18 17:37:19.793 |
Context
2019-04-18
| ||
17:37 | Undo change to 'analyze9.test' because the extra output can be useful for debugging. (Leaf check-in: f3081e5909 user: mistachkin tags: msvc) | |
2019-04-17
| ||
23:56 | Fix a couple minor test issues. (check-in: 1f1866d11c user: mistachkin tags: msvc) | |
Changes
Changes to test/analyze9.test.
︙ | ︙ | |||
804 805 806 807 808 809 810 | reset_db execsql { CREATE TABLE t1(a, UNIQUE(a)); INSERT INTO t1 VALUES($two); ANALYZE; } set nByte2 [lindex [sqlite3_db_status db SCHEMA_USED 0] 1] | | | 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 | reset_db execsql { CREATE TABLE t1(a, UNIQUE(a)); INSERT INTO t1 VALUES($two); ANALYZE; } set nByte2 [lindex [sqlite3_db_status db SCHEMA_USED 0] 1] puts -nonewline " (nByte=$nByte nByte2=$nByte2)" expr {$nByte2 > $nByte+900 && $nByte2 < $nByte+1100} } {1} #------------------------------------------------------------------------- # Test that stat4 data may be used with partial indexes. # |
︙ | ︙ |