wiki.techinc.nl/includes/db
Skizzerz 30a82aae9c Set the default database schema to "mediawiki" so as not to break the CLI installer.
Due to changes made to support Microsoft SQL Server, $wgDBmwschema changed its default from
"mediawiki" to null in DefaultSettings.php, as anything else horribly broke every DBMS that did
not use schemas (such as MySQL and SQLite). This change makes it so that the default value can
be properly overridden again by PostgreSQL and Microsoft SQL Server, and also enables the
--dbschema flag to the CLI installer.

Bug: 64043
Change-Id: Id364306d883e0d494b948854e05f3f79ba7dd6d2
2014-07-09 00:20:36 +00:00
..
ChronologyProtector.php Update documentation for database related classes 2014-01-06 19:45:40 +01:00
CloneDatabase.php Double check its safe before dropping new table during db cloning 2014-06-25 10:56:53 +00:00
Database.php Database: Generalise SQL before writing to debug log 2014-07-01 21:38:53 +02:00
DatabaseError.php DBConnectionError: Expand {{SITENAME}} in pagetitle with Message::text() 2014-05-26 13:40:34 -04:00
DatabaseMssql.php Set the default database schema to "mediawiki" so as not to break the CLI installer. 2014-07-09 00:20:36 +00:00
DatabaseMysql.php Update documentation for database related classes 2014-01-06 19:45:40 +01:00
DatabaseMysqlBase.php Remove DatabaseMysqlBase::getLagFromProcesslist() (deprecated 1.19) 2014-06-25 19:54:15 +02:00
DatabaseMysqli.php Set MYSQLI_OPT_CONNECT_TIMEOUT in mysqli 2014-06-20 15:51:45 +00:00
DatabaseOracle.php Fetch string to pass through writeTemporary() in DatabaseOracle.php 2014-06-08 02:45:46 -07:00
DatabasePostgres.php PostgreSQL: Fix ORDER BY NULL 2014-07-08 13:09:25 -07:00
DatabaseSqlite.php Fix: numFields wrong for sqlite 2014-05-21 13:09:13 +00:00
DatabaseUtility.php Add preliminary MS SQL support 2014-02-15 10:40:19 -08:00
IORMRow.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
IORMTable.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
LBFactory.php Deprecate $wgMasterWaitTimeout 2014-06-11 22:24:07 -07:00
LBFactoryMulti.php Deprecate $wgMasterWaitTimeout 2014-06-11 22:24:07 -07:00
LBFactorySingle.php Use some callable hints on @param docs 2014-07-03 21:20:35 +02:00
LoadBalancer.php Merge "Remove LoadBalancer::closeConnecton (deprecated since 1.18)" 2014-06-26 18:47:43 +00:00
LoadMonitor.php Cleanups to LoadMonitor 2014-02-11 06:27:36 +00:00
ORMIterator.php Update formatting on database-related classes 2013-11-21 16:39:38 +00:00
ORMResult.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
ORMRow.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
ORMTable.php Merge "Add 'since <version>' to @deprecated annotations" 2014-04-22 19:46:38 +00:00