? boost-625962.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.235
diff -u -p -r1.3.2.2.2.5.2.235 boost.module
--- boost.module	7 Nov 2009 01:32:07 -0000	1.3.2.2.2.5.2.235
+++ boost.module	8 Nov 2009 05:33:29 -0000
@@ -2903,7 +2903,7 @@ function _boost_index_exists(&$ret, $tab
   if (db_table_exists($table)) {
     $result = db_query('SHOW INDEX FROM {%s}', $table);
     while ($name = db_fetch_array($result)) {
-      if ($name['Key_name'] == $index) {
+      if ($name['Column_name'] == $index) {
         return TRUE;
       }
     }
