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

Issue 1769213002: [sqlite] Fix seperate-page-cache page merge issue. (Closed)

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

Description

[sqlite] Fix seperate-page-cache page merge issue. The previous version set a local variable which was picked up by the SQLite code to set the global. SQLite stopped using that local variable, I apparently didn't notice. BUG=591962 Committed: https://crrev.com/32fefb99eaec8394ece520cea141c2b7a4fd1ef4 Cr-Commit-Position: refs/heads/master@{#380665}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M third_party/sqlite/amalgamation/sqlite3.c View 1 chunk +1 line, -1 line 2 comments Download
M third_party/sqlite/patches/0002-Use-seperate-page-cache-pools-for-each-sqlite-connec.patch View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/sqlite/src/src/pcache1.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 33 (13 generated)
Scott Hess - ex-Googler
Was a dumb mistake in the SQLite import a couple months back.
4 years, 9 months ago (2016-03-07 20:32:51 UTC) #2
Scott Hess - ex-Googler
On 2016/03/07 20:32:51, Scott Hess wrote: > Was a dumb mistake in the SQLite import ...
4 years, 9 months ago (2016-03-07 20:36:16 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/1769213002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769213002/1
4 years, 9 months ago (2016-03-07 20:36:51 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-07 22:14:56 UTC) #7
Alexander Potapenko
https://codereview.chromium.org/1769213002/diff/1/third_party/sqlite/amalgamation/sqlite3.c File third_party/sqlite/amalgamation/sqlite3.c (left): https://codereview.chromium.org/1769213002/diff/1/third_party/sqlite/amalgamation/sqlite3.c#oldcode42308 third_party/sqlite/amalgamation/sqlite3.c:42308: - const int separateCache = 1; Dumb question: this ...
4 years, 9 months ago (2016-03-10 16:37:42 UTC) #8
Scott Hess - ex-Googler
https://codereview.chromium.org/1769213002/diff/1/third_party/sqlite/amalgamation/sqlite3.c File third_party/sqlite/amalgamation/sqlite3.c (left): https://codereview.chromium.org/1769213002/diff/1/third_party/sqlite/amalgamation/sqlite3.c#oldcode42308 third_party/sqlite/amalgamation/sqlite3.c:42308: - const int separateCache = 1; On 2016/03/10 16:37:42, ...
4 years, 9 months ago (2016-03-10 16:56:45 UTC) #9
Alexander Potapenko
On 2016/03/10 16:56:45, Scott Hess wrote: > https://codereview.chromium.org/1769213002/diff/1/third_party/sqlite/amalgamation/sqlite3.c > File third_party/sqlite/amalgamation/sqlite3.c (left): > > https://codereview.chromium.org/1769213002/diff/1/third_party/sqlite/amalgamation/sqlite3.c#oldcode42308 ...
4 years, 9 months ago (2016-03-10 16:58:14 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769213002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769213002/1
4 years, 9 months ago (2016-03-10 17:50:11 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/128741)
4 years, 9 months ago (2016-03-10 19:42:36 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769213002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769213002/1
4 years, 9 months ago (2016-03-10 20:09:56 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/128878)
4 years, 9 months ago (2016-03-10 21:34:34 UTC) #18
Scott Hess - ex-Googler
On 2016/03/10 21:34:34, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 9 months ago (2016-03-10 21:45:58 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769213002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769213002/1
4 years, 9 months ago (2016-03-10 21:46:46 UTC) #21
Scott Hess - ex-Googler
On 2016/03/10 21:45:58, Scott Hess wrote: > On 2016/03/10 21:34:34, commit-bot: I haz the power ...
4 years, 9 months ago (2016-03-10 22:18:18 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/129004)
4 years, 9 months ago (2016-03-10 22:49:12 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769213002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769213002/1
4 years, 9 months ago (2016-03-10 23:37:36 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/129128)
4 years, 9 months ago (2016-03-11 00:59:02 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769213002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769213002/1
4 years, 9 months ago (2016-03-11 17:02:55 UTC) #30
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-11 17:49:28 UTC) #31
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 17:50:36 UTC) #33
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/32fefb99eaec8394ece520cea141c2b7a4fd1ef4
Cr-Commit-Position: refs/heads/master@{#380665}

Powered by Google App Engine
This is Rietveld 408576698