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

Issue 1700483002: [sqlite] iOS running recover virtual table. (Closed)

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

Description

[sqlite] iOS running recover virtual table. Test that the table works when running externally on iOS.

Patch Set 1 #

Patch Set 2 : Manually find sql/test/data for now. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -4673 lines) Patch
M sql/recovery.cc View 4 chunks +2 lines, -17 lines 0 comments Download
M sql/recovery_unittest.cc View 1 4 chunks +60 lines, -5 lines 0 comments Download
M third_party/sqlite/amalgamation/sqlite3.h View 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/sqlite/amalgamation/sqlite3.c View 2 chunks +0 lines, -2300 lines 0 comments Download
A third_party/sqlite/ext/recover.h View 1 chunk +11 lines, -0 lines 0 comments Download
A + third_party/sqlite/ext/recover.c View 15 chunks +223 lines, -29 lines 0 comments Download
M third_party/sqlite/sqlite.gyp View 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/sqlite/src/Makefile.in View 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/main.mk View 4 chunks +6 lines, -6 lines 0 comments Download
D third_party/sqlite/src/src/recover.c View 1 chunk +0 lines, -2281 lines 0 comments Download
M third_party/sqlite/src/src/sqlite.h.in View 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/sqlite/src/tool/mksqlite3c.tcl View 1 chunk +0 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 2 (1 generated)
Scott Hess - ex-Googler
4 years, 10 months ago (2016-02-12 23:35:19 UTC) #1
Manually find sql/test/data for now.

Powered by Google App Engine
This is Rietveld 408576698