-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential corruption after restoring a savepoint
If the file had grown enough that the region tracker had to be reallocated the restoration would free the tracker. This could lead to corruption, if that page was allocated for other use, when the tracker then got flushed to the same location This would only occur in real world usage on very large database files, since the default region tracker is sized for 4TiB
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters