diff options
author | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-20 18:50:47 +0000 |
---|---|---|
committer | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-20 18:50:47 +0000 |
commit | d900c2c753c9eb478a0229a21b31983ce00cc5d7 (patch) | |
tree | a07fe0b04f8e6bb095e74d1a41e265b71770d7c6 /third_party/sqlite/README.chromium | |
parent | eca56d34420e0f72a472c928714d1fcc7ced24ea (diff) | |
download | chromium_src-d900c2c753c9eb478a0229a21b31983ce00cc5d7.zip chromium_src-d900c2c753c9eb478a0229a21b31983ce00cc5d7.tar.gz chromium_src-d900c2c753c9eb478a0229a21b31983ce00cc5d7.tar.bz2 |
Reverting patch 21083.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite/README.chromium')
-rw-r--r-- | third_party/sqlite/README.chromium | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium index b44671a..509f313 100644 --- a/third_party/sqlite/README.chromium +++ b/third_party/sqlite/README.chromium @@ -68,7 +68,7 @@ Scott Hess <shess@google.com>, December 11, 2007 -------------------------------------------- -As of July 17, 2009, these are our changes from sqlite_vendor: +As of September 12, 2008, these are our changes from sqlite_vendor: - fts2.c disables fts2_tokenizer(). - sqlite3Poison() in src/btree.c. @@ -103,6 +103,3 @@ Changes from Chrome: allows much faster performance by reading the file in one contiguous operation rather than bringing it in organically, which involves a lot of seeking. - - Added a new function chromium_sqlite3_initialize_win_sqlite3_file() - at the end of os_win.c. It allows the Windows-specific Chromium VFS - to reuse most of the win32 SQLite VFS. |