r37657 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r37656
|
r37657
|
r37658
>
Date:
18:47, 14 July 2008
Author:
ialex
Status:
old
Tags:
Comment:
Removed $wgDBschema, useless, deprecated since 1.7
Modified paths:
/trunk/extensions/Configure/Configure.settings-core.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Configure/Configure.settings-core.php
—
—
@@ -55,7 +55,6 @@
56
56
'wgDBname' => 'text',
57
57
'wgDBpassword' => 'text',
58
58
'wgDBport' => 'int',
59
- 'wgDBschema' => 'text',
60
59
'wgDBserver' => 'text',
61
60
'wgDBtype' => array( 'mysql' => 'MySQL', 'postgres' => 'PostreSQL' ),
62
61
'wgDBuser' => 'text',
—
—
@@ -856,7 +855,6 @@
857
856
'wgDBpassword',
858
857
'wgDBport',
859
858
'wgDBprefix',
860
- 'wgDBschema',
861
859
'wgDBserver',
862
860
'wgDBservers',
863
861
'wgDBTableOptions',
Status & tagging log
15:29, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r37657
[
removed:
ok
added:
old]