summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/README.chromium
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 22:37:01 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 22:37:01 +0000
commit9995e1749a3eabca54973b07b5cb0e9ea6bcd025 (patch)
tree0d8febf62d9c07279d1bef941e71c4dd12f7a42c /third_party/sqlite/README.chromium
parent8332b73bf73730995157c96c881c712d58fba7fa (diff)
downloadchromium_src-9995e1749a3eabca54973b07b5cb0e9ea6bcd025.zip
chromium_src-9995e1749a3eabca54973b07b5cb0e9ea6bcd025.tar.gz
chromium_src-9995e1749a3eabca54973b07b5cb0e9ea6bcd025.tar.bz2
Build the sqlite shell via scons on linux so we can debug the
full text indexed sqlite files. Review URL: http://codereview.chromium.org/42250 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite/README.chromium')
-rw-r--r--third_party/sqlite/README.chromium4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium
index 93cfdc2..509f313 100644
--- a/third_party/sqlite/README.chromium
+++ b/third_party/sqlite/README.chromium
@@ -95,8 +95,8 @@ Changes from Chrome:
figure out what really ought to happen here (perhaps this file is new and
hasn't been tested to verify it works right). Update: Seems this is an
issue we get because we're using fts2 instead of fts3.
- - shell_icu.c is a Chrome-specific file used to load our ICU data. shell.c
- has been modifed to call into shell_icu.c.
+ - shell_icu_win.c and shell_icu_linux.c are Chrome-specific files used to load
+ our ICU data. shell.c has been modifed to call into these files.
- fts2_icu.c has a critical bug. U8_NEXT is used over a UTF-16 string. It's
rep$ by U16_NEXT (jungshik)
- Added a new function sqlite3Preload we use to prime the database cache. It