aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/sqlite/archives
diff options
context:
space:
mode:
authorMax Semenik <maxsem@users.mediawiki.org>2010-01-17 13:35:26 +0000
committerMax Semenik <maxsem@users.mediawiki.org>2010-01-17 13:35:26 +0000
commit9b257aa85706a400a85b5d6ca5116ebb6d9023f6 (patch)
treeb65fc0497f2759af65a8ed4076126cca2bf491e4 /maintenance/sqlite/archives
parent40e38d8e2d311cea0dc342e2b6f3e4c32445573c (diff)
downloadmediawikicore-9b257aa85706a400a85b5d6ca5116ebb6d9023f6.tar.gz
mediawikicore-9b257aa85706a400a85b5d6ca5116ebb6d9023f6.zip
Updated link to docs
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/61164
Diffstat (limited to 'maintenance/sqlite/archives')
-rw-r--r--maintenance/sqlite/archives/searchindex-fts3.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/sqlite/archives/searchindex-fts3.sql b/maintenance/sqlite/archives/searchindex-fts3.sql
index 3b1b27925994..c3a86894b778 100644
--- a/maintenance/sqlite/archives/searchindex-fts3.sql
+++ b/maintenance/sqlite/archives/searchindex-fts3.sql
@@ -1,6 +1,6 @@
-- Patch that introduces fulltext search capabilities to SQLite schema
-- Requires that SQLite must be compiled with FTS3 module (comes with core amalgamation).
--- See http://www.sqlite.org/cvstrac/wiki?p=FtsUsage for details of syntax.
+-- See http://sqlite.org/fts3.html for details of syntax.
-- Will fail if FTS3 is not present,
DROP TABLE IF EXISTS /*_*/searchindex;
CREATE VIRTUAL TABLE /*_*/searchindex USING FTS3(