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

Unified Diff: third_party/sqlite/README.chromium

Issue 9125018: Skeleton of SQLite virtual-table module to recover data from corrupt databases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mask constants to macros, upread README.chromium, copyright disclaimer on recover.c. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/sqlite/src/src/recover.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/README.chromium
diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium
index d53d8ba2c653b70aee20c36e68ae83fa138d7a84..622072793131fdff6b11e38015b5a24c5695ea0a 100644
--- a/third_party/sqlite/README.chromium
+++ b/third_party/sqlite/README.chromium
@@ -189,3 +189,5 @@ Changes from Chrome:
conflict with an Apple library after amalgamation it was also necessary to
rename fts3_porter.c's 'cType' to 'vOrCType'.
- fts3_85522.patch allows fts3 to work if PRAGMA is not authorized.
+ - src/recover.c file implements a virtual table which can read
+ through corruption.
« no previous file with comments | « no previous file | third_party/sqlite/src/src/recover.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698