Kill $wgDBmysql4 from DefaultSettings.php, not used in phase3 or any extensions in...
authorSam Reed <reedy@users.mediawiki.org>
Wed, 23 Nov 2011 16:14:43 +0000 (16:14 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 23 Nov 2011 16:14:43 +0000 (16:14 +0000)
Part of:
* (bug 32217) Drop MySQL 4 support

includes/DefaultSettings.php

index 14b4e94..fd14eb4 100644 (file)
@@ -1315,9 +1315,6 @@ $wgDBAvgStatusPoll = 2000;
 
 /** Set to true if using InnoDB tables */
 $wgDBtransactions      = false;
-/** Set to true for compatibility with extensions that might be checking.
- * MySQL 3.23.x is no longer supported. */
-$wgDBmysql4                    = true;
 
 /**
  * Set to true to engage MySQL 4.1/5.0 charset-related features;