]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move the sqlite3_temp_directory global variable out of the OS porting layer
authordrh <drh@noemail.net>
Fri, 30 Mar 2007 11:29:32 +0000 (11:29 +0000)
committerdrh <drh@noemail.net>
Fri, 30 Mar 2007 11:29:32 +0000 (11:29 +0000)
commita16313e5055d9b8ba884941be6db2e19b5c074a7
treec5d7232659a1756ecf2b8318e26aa4b5e3e7829d
parent3c024d6973fde047893a5c0937ad4248ca484fee
Move the sqlite3_temp_directory global variable out of the OS porting layer
and into main.c so that it is more accessible to non-standard OS porting
layers. (CVS 3759)

FossilOrigin-Name: 23653f7aab6609f69948a7366bef9ebd0fd4d0b1
manifest
manifest.uuid
src/main.c
src/os_os2.c
src/os_unix.c
src/os_win.c