Index: modules/search/search.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/search/search.install,v
retrieving revision 1.16
diff -u -p -r1.16 search.install
--- modules/search/search.install	2 Nov 2008 14:56:15 -0000	1.16
+++ modules/search/search.install	31 Oct 2008 00:41:33 -0000
@@ -91,7 +91,6 @@ function search_schema() {
     ),
     'indexes' => array(
       'sid_type' => array('sid', 'type'),
-      'word' => array('word'),
     ),
     'unique keys' => array(
       'word_sid_type' => array('word', 'sid', 'type'),
