? boost-661298.patch
? boost-668274.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.84
diff -u -p -r1.2.2.1.2.3.2.84 boost.install
--- boost.install	27 Dec 2009 00:10:18 -0000	1.2.2.1.2.3.2.84
+++ boost.install	27 Dec 2009 18:42:36 -0000
@@ -1435,6 +1435,8 @@ function boost_update_6123() {
  */
 function boost_update_6124() {
   $ret = array();
-  db_add_index($ret, 'boost_cache_relationships', 'page_type', array('page_id'));
+  // Make sure we have boost.module file loaded
+  drupal_load('module', 'boost');
+  _boost_index_exists($ret, 'boost_cache_relationships', 'page_type');
   return $ret;
 }
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.287
diff -u -p -r1.3.2.2.2.5.2.287 boost.module
--- boost.module	27 Dec 2009 00:03:37 -0000	1.3.2.2.2.5.2.287
+++ boost.module	27 Dec 2009 18:42:38 -0000
@@ -3128,10 +3128,8 @@ function boost_glue_url($parsed) {
  *   Array to which query results will be added.
  * @param $table
  *   The table to be altered.
- * @param $name
+ * @param $index
  *   The name of the index.
- * @param $fields
- *   An array of field names.
  */
 function _boost_index_exists(&$ret, $table, $index) {
   global $db_type;
