r79480 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79479‎ | r79480 | r79481 >
Date:08:05, 2 January 2011
Author:reedy
Status:ok
Tags:
Comment:
* (bug 26540) Fixed wrong call to applyPatch in MysqlUpdater
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/installer/MysqlUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/MysqlUpdater.php
@@ -191,7 +191,7 @@
192192 $this->output( "...$table table has correct $field encoding.\n" );
193193 } else {
194194 $this->output( "Fixing $field encoding on $table table... " );
195 - $this->db->applyPatch( $patchFile );
 195+ $this->applyPatch( $patchFile );
196196 $this->output( "ok\n" );
197197 }
198198 }
Index: trunk/phase3/RELEASE-NOTES
@@ -50,6 +50,7 @@
5151 * (bug 26410) + signs are no longer treated as spaces in internal links if
5252 link has a % sign in it.
5353 * (bug 26412) Search results headers no longer show a bogus edit link.
 54+* (bug 26540) Fixed wrong call to applyPatch in MysqlUpdater
5455
5556 === API changes in 1.18 ===
5657 * (bug 26339) Throw warning when truncating an overlarge API result

Follow-up revisions

RevisionCommit summaryAuthorDate
r797191.17: MFT r78078, r78285, r78787, r79246, r79358, r79480, r79481, r79491, r79...catrope14:15, 6 January 2011

Status & tagging log