r79135 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79134‎ | r79135 | r79136 >
Date:22:20, 28 December 2010
Author:demon
Status:ok
Tags:
Comment:
Fix hardcoded debugging from r79093
Modified paths:
  • /trunk/phase3/includes/db/CloneDatabase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/CloneDatabase.php
@@ -78,7 +78,7 @@
7979 * @param $u Bool Use temporary tables when cloning the structure
8080 */
8181 public function useTemporaryTables( $u = true ) {
82 - $this->useTemporaryTables = false;
 82+ $this->useTemporaryTables = $u;
8383 }
8484
8585 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79093Refactor table cloning code into its own class so it can maybe be used by thi...demon00:44, 28 December 2010

Status & tagging log