Index: wp-includes/ms-site.php
===================================================================
--- wp-includes/ms-site.php	(revision 44779)
+++ wp-includes/ms-site.php	(working copy)
@@ -349,7 +349,7 @@
 		wp_cache_add( $site->blog_id . 'short', $site, 'blog-details' );
 	}
 
-	if ( $update_meta_cache ) {
+	if ( $update_meta_cache && ! defined( 'WP_INSTALLING' ) ) {
 		update_sitemeta_cache( $site_ids );
 	}
 }
