Move DatabaseType to Database.php
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 8 Sep 2010 17:48:11 +0000 (17:48 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 8 Sep 2010 17:48:11 +0000 (17:48 +0000)
commit9ac33a362f9a8f461906454b3d9abf0aed165ac7
tree9e9265fd03c0ae2bbd2d028f585099662fb3a320
parent273eb936397237d8e14309ca6deb26f77d88eb22
Move DatabaseType to Database.php

This way the required method names will show up when grepping
Database.php.  I thought we had no affectedRows() method for a minute
there, until G_SabinoMullane corrected me (good thing I think aloud
in #mediawiki).
includes/AutoLoader.php
includes/db/Database.php
includes/db/DatabaseType.php [deleted file]