Remove ancient and deprecated newFromParams() constructor wrappers from various Datab...
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 7 Jan 2011 20:25:52 +0000 (20:25 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 7 Jan 2011 20:25:52 +0000 (20:25 +0000)
commit4ece90ed4b354c5ed0db48d6e5530c6924d3d317
tree9de3f0367f71cbc856e406c09c3230cc1a702a1d
parentfb80a53b1ba3c0c5dc9b01b2a058b716a046461d
Remove ancient and deprecated newFromParams() constructor wrappers from various DatabaseBase implementations. Only callers are AskSql and WikiTrust. Both are calling the (very old) Database class anyway, so are obviously expecting a MySQL connection and can use the fallback (which yells wfDeprecated) in DatabaseBase
includes/db/DatabaseIbm_db2.php
includes/db/DatabaseMssql.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php