All the databases but MySQL were overriding DatabaseBase::deleteJoin() with the same...
authorPlatonides <platonides@users.mediawiki.org>
Sat, 18 Jun 2011 20:26:31 +0000 (20:26 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 18 Jun 2011 20:26:31 +0000 (20:26 +0000)
commit8093e9733c60c0f29f745b859ae3bd272177e495
tree078baaa590e317237a264472dce463984c43006e
parent6be5bc3b63a57255a7d75aec7f52fe0982a9a284
All the databases but MySQL were overriding DatabaseBase::deleteJoin() with the same code.
Move DatabaseBase::deleteJoin() to DatabaseMysql::deleteJoin() and the common code to DatabaseBase::deleteJoin()
Follow up r90356
includes/db/Database.php
includes/db/DatabaseIbm_db2.php
includes/db/DatabaseMssql.php
includes/db/DatabaseMysql.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php