1
0
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:
drh
2003-04-25 13:22:51 +00:00
parent fd9903de51
commit f7c5753174
10 changed files with 143 additions and 131 deletions

View File

@@ -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