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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/sqlite/src/src/recover.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: sqlite 1 Name: sqlite
2 License File: src/LICENSE 2 License File: src/LICENSE
3 URL: http://sqlite.org/ 3 URL: http://sqlite.org/
4 Version: 3.7.6.3 4 Version: 3.7.6.3
5 Included In Release: Yes 5 Included In Release: Yes
6 Security Critical: Yes 6 Security Critical: Yes
7 7
8 Instructions for importing a new release of SQLite from sqlite.org. 8 Instructions for importing a new release of SQLite from sqlite.org.
9 9
10 Note: our current base version is 3.7.6.3. 10 Note: our current base version is 3.7.6.3.
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 WebKit patch using the new function lands. 182 WebKit patch using the new function lands.
183 - From mac_time_machine.patch: 183 - From mac_time_machine.patch:
184 When __APPLE__ and when creating a -journal file with any unix-type vfs, 184 When __APPLE__ and when creating a -journal file with any unix-type vfs,
185 determine if the database for which the journal is being created has been 185 determine if the database for which the journal is being created has been
186 excluded from being backed up using Apple's Time Machine and if so then also 186 excluded from being backed up using Apple's Time Machine and if so then also
187 exclude the journal. These changes were made in pager.c with includes of 187 exclude the journal. These changes were made in pager.c with includes of
188 Apple interfaces being made in sqliteInt.h. In order to eliminate a symbol 188 Apple interfaces being made in sqliteInt.h. In order to eliminate a symbol
189 conflict with an Apple library after amalgamation it was also necessary to 189 conflict with an Apple library after amalgamation it was also necessary to
190 rename fts3_porter.c's 'cType' to 'vOrCType'. 190 rename fts3_porter.c's 'cType' to 'vOrCType'.
191 - fts3_85522.patch allows fts3 to work if PRAGMA is not authorized. 191 - fts3_85522.patch allows fts3 to work if PRAGMA is not authorized.
192 - src/recover.c file implements a virtual table which can read
193 through corruption.
OLDNEW
« 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