r53840 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53839‎ | r53840 | r53841 >
Date:23:36, 27 July 2009
Author:demon
Status:ok
Tags:
Comment:
$this not $db
Modified paths:
  • /trunk/phase3/includes/db/DatabaseMysql.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabaseMysql.php
@@ -336,7 +336,7 @@
337337 $items[] = $this->tableName( $table ) . ' READ';
338338 }
339339 $sql = "LOCK TABLES " . implode( ',', $items );
340 - $db->query( $sql, $method );
 340+ $this->query( $sql, $method );
341341 }
342342
343343 public function unlockTables( $method ) {

Status & tagging log