Ticket #1395: db.diff
| File db.diff, 383 bytes (added by auroraeosrose, 8 years ago) |
|---|
| Line | |
|---|---|
| 1 | Index: wp-db.php |
| 2 | =================================================================== |
| 3 | --- wp-db.php (revision 2613) |
| 4 | +++ wp-db.php (working copy) |
| 5 | @@ -139,7 +139,7 @@ |
| 6 | if (SAVEQUERIES) |
| 7 | $this->timer_start(); |
| 8 | |
| 9 | - $this->result = @mysql_query($query, $this->dbh); |
| 10 | + $this->result = @mysql_unbuffered_query($query, $this->dbh); |
| 11 | ++$this->num_queries; |
| 12 | |
| 13 | if (SAVEQUERIES) |
