wiki.techinc.nl/includes/db
Kevin Israel b824271351 DatabaseMysqlBase: Use VERSION() rather than server_info
I noticed enwiki's Special:Version page was reporting the version
of MariaDB 10 as "5.5.5-10.0.11-MariaDB-log" rather than just
"10.0.11-MariaDB-log". This change should fix that.

Change-Id: I6bf7e27e88014f70594b33d089636b09b6c97527
2014-09-20 06:16:09 -04:00
..
ChronologyProtector.php
CloneDatabase.php Double check its safe before dropping new table during db cloning 2014-06-25 10:56:53 +00:00
Database.php Added DatabaseBase::selectRowCount() method 2014-09-05 13:11:58 -07:00
DatabaseError.php Deprecate HTMLFileCache::newFromTitle() in favor of constructor 2014-09-19 00:07:51 +00:00
DatabaseMssql.php Fix some issues with Microsoft SQL Server Driver 2014-09-19 17:09:38 +00:00
DatabaseMysql.php DatabaseMysqlBase: Use VERSION() rather than server_info 2014-09-20 06:16:09 -04:00
DatabaseMysqlBase.php DatabaseMysqlBase: Use VERSION() rather than server_info 2014-09-20 06:16:09 -04:00
DatabaseMysqli.php DatabaseMysqlBase: Use VERSION() rather than server_info 2014-09-20 06:16:09 -04:00
DatabaseOracle.php Cleanup some docs (includes/[a-d]) 2014-07-24 19:42:45 +02:00
DatabasePostgres.php Merge "Add some @see to doc blocks" 2014-08-25 09:51:15 +00:00
DatabaseSqlite.php Ignore duplicate key errors in update-keys.sql 2014-09-08 13:29:31 -07:00
DatabaseUtility.php Change @return to start with type 2014-08-20 20:35:41 +02:00
IORMRow.php
IORMTable.php Remove wrong type from @param of IORMTable::getPrefixedFields 2014-08-15 18:31:04 +02:00
LBFactory.php Cleanup some docs (includes/[a-d]) 2014-07-24 19:42:45 +02:00
LBFactoryMulti.php Cleanup some docs (includes/[a-d]) 2014-07-24 19:42:45 +02:00
LBFactorySingle.php Use some callable hints on @param docs 2014-07-03 21:20:35 +02:00
LoadBalancer.php Commented and re-ordered the LoadBalancer fields 2014-09-12 11:32:01 -07:00
LoadMonitor.php Avoid sleeper connections in LoadMonitor::getLagTimes() 2014-08-22 22:06:41 +00:00
ORMIterator.php
ORMResult.php
ORMRow.php
ORMTable.php Remove wrong type from @param of IORMTable::getPrefixedFields 2014-08-15 18:31:04 +02:00