Commit 8089a8ae authored by shess's avatar shess Committed by Commit bot

[sqlite] Indirect recover.c dependencies on Pager.

Replace dependencies on SQLite's Pager and DbPage structures with local
wrappers, in preparation for rewriting those wrappers in terms of
sqlite3_file.  The primary substantive change is that RecoverPager is an
owned reference, while Pager was a reference shared with SQLite at
large.  DbPage already needed ref-counting so RecoverPage matches that.

BUG=584407

Review URL: https://codereview.chromium.org/1671043003

Cr-Commit-Position: refs/heads/master@{#374768}
parent 802c542d
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment