]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not return SQLITE_IOERR when the user attempts to open a small file that is not...
authordan <dan@noemail.net>
Mon, 25 Mar 2013 14:31:39 +0000 (14:31 +0000)
committerdan <dan@noemail.net>
Mon, 25 Mar 2013 14:31:39 +0000 (14:31 +0000)
commit11ac84635b840afb91178063bd3fa30fff584963
treecb6fbc3ee23baeb9ae3119bb2c66ae0dff1875a1
parenta1afc7425a42b774b307416b3256d28c1d4a185f
Do not return SQLITE_IOERR when the user attempts to open a small file that is not a database with mmap enabled. Instead return SQLITE_NOTADB.

FossilOrigin-Name: bbcaab3e80d0ff776d8567094b137d1483b3377b
manifest
manifest.uuid
src/pager.c