]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the code that attempts to find the sector size from the OS and
authordrh <drh@noemail.net>
Mon, 2 Jan 2012 18:20:14 +0000 (18:20 +0000)
committerdrh <drh@noemail.net>
Mon, 2 Jan 2012 18:20:14 +0000 (18:20 +0000)
commit8942d4125ea63c485d0252eebab31e38003607eb
tree18fbd41ac4e12a73d77e068e0009baebf3e6da9e
parenta69085cf5fadc0f462cc9d60eade7a7b471a93c1
Remove the code that attempts to find the sector size from the OS and
hardcode the xSectorSize methods of the unix and windows VFSes to return
SQLITE_DEFAULT_SECTOR_SIZE, which is now set to 4096 unless overridden.

FossilOrigin-Name: 03d8362cd2cadab8e1cc5b18a3194152f2bd0a84
manifest
manifest.uuid
src/os.h
src/os_unix.c
src/os_win.c