Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Issue 1671043003: [sqlite] Indirect recover.c dependencies on Pager. (Closed)

Created:
4 years, 10 months ago by Scott Hess - ex-Googler
Modified:
4 years, 10 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@zzsql_recover_empty_review
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[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 Committed: https://crrev.com/8089a8ae75369aac3784910276feff69b2f1f6cf Cr-Commit-Position: refs/heads/master@{#374768}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix a potential leak. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -70 lines) Patch
M third_party/sqlite/amalgamation/sqlite3.c View 1 26 chunks +123 lines, -35 lines 0 comments Download
M third_party/sqlite/src/src/recover.c View 1 26 chunks +123 lines, -35 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 18 (7 generated)
Scott Hess - ex-Googler
Fix a potential leak.
4 years, 10 months ago (2016-02-05 20:38:21 UTC) #1
Scott Hess - ex-Googler
OK, here's a more-substantial one! As for the earlier CL, the changes to sqlite3.c is ...
4 years, 10 months ago (2016-02-05 20:39:26 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1671043003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1671043003/20001
4 years, 10 months ago (2016-02-05 20:41:22 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-05 22:06:53 UTC) #7
Ryan Hamilton
lgtm
4 years, 10 months ago (2016-02-10 19:44:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1671043003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1671043003/20001
4 years, 10 months ago (2016-02-10 20:27:07 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/21480)
4 years, 10 months ago (2016-02-10 21:19:09 UTC) #12
Scott Hess - ex-Googler
On 2016/02/10 21:19:09, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 10 months ago (2016-02-10 21:23:03 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1671043003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1671043003/20001
4 years, 10 months ago (2016-02-10 21:23:59 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-10 23:12:33 UTC) #16
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:32:12 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8089a8ae75369aac3784910276feff69b2f1f6cf
Cr-Commit-Position: refs/heads/master@{#374768}

Powered by Google App Engine
This is Rietveld 408576698