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

Issue 387030: Revert the patch that makes SQLite interpret BEGIN as BEGIN IMMEDIATE,... (Closed)

Created:
11 years, 1 month ago by dumi
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Revert the patch that makes SQLite interpret BEGIN as BEGIN IMMEDIATE, and go back to the default behavior which treats BEGIN as BEGIN DEFERRED. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31763

Patch Set 1 #

Patch Set 2 : Re-uploading the same patch in hope of green-ifiying all trybots. #

Patch Set 3 : Final version. Had to sync README.chromium. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -229 lines) Patch
M third_party/sqlite/README.chromium View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/google_generate_preprocessed.sh View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/misc.patch View 1 2 1 chunk +0 lines, -17 lines 0 comments Download
M third_party/sqlite/preprocessed/parse.c View 1 2 75 chunks +205 lines, -205 lines 0 comments Download
M third_party/sqlite/src/parse.y View 1 2 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Scott Hess - ex-Googler
11 years, 1 month ago (2009-11-11 23:28:09 UTC) #1
lgtm.

Could have also just changed the define in google_generate_preprocessed.sh and
left the code in place.  I don't know if that's a suggestion or not.  Main
upside is that it keeps us consistent with Gears' SQLite.  But if we really
cared about that, we'd have arranged to do it some other way (perhaps with a
shared google code project).

Powered by Google App Engine
This is Rietveld 408576698