Move mssql class to /libs
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 9 Feb 2017 22:30:05 +0000 (14:30 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 10 Feb 2017 18:31:52 +0000 (10:31 -0800)
commit2f2b1661fa6a141291f678b5ad870689e7419555
tree979c0c10fb6c93f4e0ecb29a9e9f456717b12751
parentd03bc97cdfdfa8430269f5d4a4ac5b8ddbb5823d
Move mssql class to /libs

* Inject global variables in MWLBFactory.php
* Remove incompatible ignoreErrors() override which is only called
  from the base classes.
* Remove use of wf* methods.

Change-Id: Idf8202474182cc82fb6ef453e2722e7af17e32aa
autoload.php
includes/db/DatabaseMssql.php [deleted file]
includes/db/MWLBFactory.php
includes/libs/rdbms/database/DatabaseMssql.php [new file with mode: 0644]