Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix an error in test script index5.test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d87e5acf2802d2887e20f79a8bd4990b |
User & Date: | dan 2013-02-25 13:44:56.570 |
Context
2013-02-25
| ||
13:55 | Strengthen the final test case in index5.test. Also provide additional diagnostic information out the output. (check-in: 47b6418242 user: drh tags: trunk) | |
13:44 | Fix an error in test script index5.test. (check-in: d87e5acf28 user: dan tags: trunk) | |
13:31 | Merge the incr-vacuum-opt branch with the trunk. (check-in: 26e235b7a4 user: dan tags: trunk) | |
Changes
Changes to test/index5.test.
︙ | ︙ | |||
32 33 34 35 36 37 38 | } } {1024} db close testvfs tvfs tvfs filter xWrite tvfs script write_cb | | < | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | } } {1024} db close testvfs tvfs tvfs filter xWrite tvfs script write_cb proc write_cb {xCall file handle iOfst args} { if {[file tail $file]=="test.db"} { lappend ::write_list [expr $iOfst/1024] } } do_test 1.2 { sqlite3 db test.db -vfs tvfs set ::write_list [list] execsql { CREATE INDEX i1 ON t1(x) } } {} |
︙ | ︙ |