]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_FCNTL_SIZE_HINT operator to sqlite3_file_control() and use it
authordrh <drh@noemail.net>
Wed, 19 May 2010 19:26:05 +0000 (19:26 +0000)
committerdrh <drh@noemail.net>
Wed, 19 May 2010 19:26:05 +0000 (19:26 +0000)
commit9ff27ecdb2de9f010c4ba4bce262a0ea1c96ecdb
tree74ecb7012a13b09c887830b0cbb95fd1db5b0257
parent4c1cb6ab052377aed62d04eba6da4ac7ee2d3468
Add the SQLITE_FCNTL_SIZE_HINT operator to sqlite3_file_control() and use it
to give the VFS hints about the ultimate size of a database file when the
file is growing.

FossilOrigin-Name: 2b7e3b4a30d6a7c4a8a4b8e7dd2ed728b565c96d
manifest
manifest.uuid
src/os_unix.c
src/pager.c
src/sqlite.h.in