Fix mysqli support
authorTim Starling <tstarling@wikimedia.org>
Wed, 16 Oct 2013 23:38:11 +0000 (10:38 +1100)
committerReedy <reedy@wikimedia.org>
Thu, 17 Oct 2013 03:11:53 +0000 (03:11 +0000)
commit98aca0588811f3d658bbb8bab1d03c6af7e9c24c
treea4b8cb159a9c8c2909ff4c9e82a55da4c650ebb6
parent00299ecb951518f83c49a5c1a910ddd3e98e6dad
Fix mysqli support

Exception was thrown if $dbType=mysql, regardless of whether a driver
was available. Also, the installer support was broken if the mysql
driver was missing.

Change-Id: I29df3fc9b3bf5743c1365f757e0cf899d5b96ae9
includes/db/Database.php
includes/installer/MysqlInstaller.php