mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Make VACUUM work even if multiple processes have the database open at once. (CVS 933)
FossilOrigin-Name: caa960289f3d1f5e8f35a94e9e4321996c211ed2
This commit is contained in:
3
src/os.c
3
src/os.c
@@ -282,6 +282,7 @@ int sqliteOsFileExists(const char *zFilename){
|
||||
}
|
||||
|
||||
|
||||
#if 0 /* NOT USED */
|
||||
/*
|
||||
** Change the name of an existing file.
|
||||
*/
|
||||
@@ -304,7 +305,7 @@ int sqliteOsFileRename(const char *zOldName, const char *zNewName){
|
||||
return SQLITE_ERROR;
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif /* NOT USED */
|
||||
|
||||
/*
|
||||
** Attempt to open a file for both reading and writing. If that
|
||||
|
Reference in New Issue
Block a user