r81083 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81082‎ | r81083 | r81084 >
Date:03:54, 27 January 2011
Author:tstarling
Status:ok
Tags:
Comment:
Removed getConnectionOrDie(), accidentally added in r80957
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseInstaller.php
@@ -213,14 +213,6 @@
214214 }
215215
216216 /**
217 - * Get a Database connection object. Throw an exception if we can't get one.
218 - *
219 - * @return DatabaseBase
220 - */
221 - public function getConnectionOrDie() {
222 - }
223 -
224 - /**
225217 * Perform database upgrades
226218 *
227219 * @return Boolean

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80957* Fixed a bug causing the installer to ignore the "engine" and "charset" sett...tstarling07:37, 25 January 2011

Status & tagging log