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

Issue 9144001: The complete work-in-progress SQLite recover virtual table. (Closed)

Created:
8 years, 11 months ago by Scott Hess - ex-Googler
Modified:
7 years, 8 months ago
Reviewers:
CC:
chromium-reviews, jshin+watch_chromium.org
Visibility:
Public.

Description

CLOSED: Most/much of the code has been landed, and this hasn't been rebased in awhile. The complete work-in-progress SQLite recover virtual table. NOT FOR CHECKIN. Attempt to show diffs from http://codereview.chromium.org/9125018/ . This includes all of the code for the recover table, plus: - makefile changes for building and testing sqlite3 and testfixture. - a bunch of junk I used in testing. - some custom functions for dumping sqlite page data. BUG= TEST=

Patch Set 1 #

Patch Set 2 : Back out dump fns, they are overload. #

Patch Set 3 : Sigh, forgot to specify baseline. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1541 lines, -63 lines) Patch
M third_party/sqlite/src/Makefile.linux-gcc View 4 chunks +8 lines, -7 lines 0 comments Download
A third_party/sqlite/src/create_tables View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/sqlite/src/interior.pl View 1 chunk +27 lines, -0 lines 0 comments Download
M third_party/sqlite/src/main.mk View 6 chunks +8 lines, -7 lines 0 comments Download
A third_party/sqlite/src/my.init View 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/sqlite/src/sqlmake View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/main.c View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/pager.c View 4 chunks +4 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/recover.c View 1 2 10 chunks +1041 lines, -49 lines 0 comments Download
M third_party/sqlite/src/src/shell.c View 1 4 chunks +8 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/shell_icu_linux.c View 2 chunks +6 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/recover.test View 1 chunk +128 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/recover1.test View 2 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/recover2.test View 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/sqlite/src/testmake View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/sqlite/src/trial.init View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/sqlite/src/trial.sh View 1 chunk +5 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698