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 @@
214
214
}
215
215
216
216
/**
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
- /**
225
217
* Perform database upgrades
226
218
*
227
219
* @return Boolean
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r80957
* Fixed a bug causing the installer to ignore the "engine" and "charset" sett...
tstarling
07:37, 25 January 2011
Status & tagging log
17:57, 25 March 2011
😂
(
talk
|
contribs
)
changed the
tags
for r81083
[
removed:
1.17]
21:28, 2 February 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r81083
[
added:
1.17]
13:37, 27 January 2011
😂
(
talk
|
contribs
)
changed the
status
of r81083
[
removed:
new
added:
ok]