Change the async-IO extension to return SQLITE_IOERR_SHORT_READ when appropriate. This prevents a valgrind warning in the test suite.

FossilOrigin-Name: d9e3287900ae4aa7722ad0132bb8d6cd2755d3a6
This commit is contained in:
dan
2010-07-07 11:05:21 +00:00
parent bd0e9070e5
commit 78f1e53840
4 changed files with 18 additions and 9 deletions
+5
View File
@@ -348,6 +348,11 @@ foreach {tn sql tcl} {
PRAGMA integrity_check;
} {258 ok}
do_execsql_test pager1-3.$tn.6 {
SAVEPOINT one;
RELEASE one;
} {}
db close
catch { tv delete }
}