r104045 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104044‎ | r104045 | r104046 >
Date:16:14, 23 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Kill $wgDBmysql4 from DefaultSettings.php, not used in phase3 or any extensions in our SVN

Part of:
* (bug 32217) Drop MySQL 4 support
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1315,9 +1315,6 @@
13161316
13171317 /** Set to true if using InnoDB tables */
13181318 $wgDBtransactions = false;
1319 -/** Set to true for compatibility with extensions that might be checking.
1320 - * MySQL 3.23.x is no longer supported. */
1321 -$wgDBmysql4 = true;
13221319
13231320 /**
13241321 * Set to true to engage MySQL 4.1/5.0 charset-related features;

Follow-up revisions

RevisionCommit summaryAuthorDate
r104046Kill some more mysql 4 related things from the installer...reedy16:21, 23 November 2011

Status & tagging log