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

Issue 9110047: 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. 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3413 lines, -14 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
A third_party/sqlite/src/src/recover.c View 1 chunk +2116 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/shell.c View 4 chunks +13 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
A third_party/sqlite/src/test/recover0.test View 1 chunk +510 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/recover1.test View 1 chunk +308 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