Index: wp-db.php
===================================================================
--- wp-db.php	(revision 2613)
+++ wp-db.php	(working copy)
@@ -139,7 +139,7 @@
 		if (SAVEQUERIES)
 			$this->timer_start();
 		
-		$this->result = @mysql_query($query, $this->dbh);
+		$this->result = @mysql_unbuffered_query($query, $this->dbh);
 		++$this->num_queries;
 
 		if (SAVEQUERIES)
