(bug 19590) Database error messages are no longer hardcoded to use "MySQL".
authorAlex Z <mrzman@users.mediawiki.org>
Thu, 16 Jul 2009 15:18:57 +0000 (15:18 +0000)
committerAlex Z <mrzman@users.mediawiki.org>
Thu, 16 Jul 2009 15:18:57 +0000 (15:18 +0000)
commit3742d1058dfc93fc8b4099ebcbc94a4926af7551
tree9f934e7cf0390c44f6dfa2b970550b886d078438
parent0070e5c6e2da71b2870d77a71ac4240a4907aec2
(bug 19590) Database error messages are no longer hardcoded to use "MySQL".
Added a new function DatabaseBase::getDBtype() to get the DB type for messages, updated all subclasses.
Message change needs propagating.
RELEASE-NOTES
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
languages/messages/MessagesEn.php