1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Improvements to the pager to help large updates against a large database run

faster.  Also improved the testing of the pager rollback algorithms. (CVS 835)

FossilOrigin-Name: 717523d3750dce784fa767ed9a8267d1246798ef
This commit is contained in:
drh
2003-01-16 13:42:43 +00:00
parent 2c3831cb23
commit db48ee02c4
6 changed files with 174 additions and 69 deletions

View File

@@ -1429,4 +1429,3 @@ char *sqliteOsFullPathname(const char *zRelative){
return zFull;
#endif
}