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

Unified Diff: third_party/sqlite/README.chromium

Issue 7511011: Only do the exclude-journal-from-Time-Machine-if-the-database-is-excluded thing for unix-flavored (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/amalgamation/sqlite3.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/README.chromium
===================================================================
--- third_party/sqlite/README.chromium (revision 95412)
+++ third_party/sqlite/README.chromium (working copy)
@@ -179,11 +179,11 @@
fillInUnixFile(), which will be made static again as soon as a
WebKit patch using the new function lands.
- From mac_time_machine.patch:
- When __APPLE__ and when creating a -journal file, determine if the database
- for which the journal is being created has been excluded from being backed
- up using Apple's Time Machine and if so then also exclude the journal. These
- changes were made in pager.c with includes of Apple interfaces being made in
- sqliteInt.h. In order to eliminate a symbol conflict with an Apple library
- after amalgamation it was also necessary to rename fts3_porter.c's 'cType'
- to 'vOrCType'.
+ When __APPLE__ and when creating a -journal file with any unix-type vfs,
+ determine if the database for which the journal is being created has been
+ excluded from being backed up using Apple's Time Machine and if so then also
+ exclude the journal. These changes were made in pager.c with includes of
+ Apple interfaces being made in sqliteInt.h. In order to eliminate a symbol
+ 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.
« no previous file with comments | « no previous file | third_party/sqlite/amalgamation/sqlite3.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698