From: Sam Reed Date: Wed, 23 Nov 2011 16:14:43 +0000 (+0000) Subject: Kill $wgDBmysql4 from DefaultSettings.php, not used in phase3 or any extensions in... X-Git-Tag: 1.31.0-rc.0~26325 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=ab1aef4f0aa56f5d9bedd3f21f3ceacda470d6f8;p=lhc%2Fweb%2Fwiklou.git Kill $wgDBmysql4 from DefaultSettings.php, not used in phase3 or any extensions in our SVN Part of: * (bug 32217) Drop MySQL 4 support --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 14b4e942d9..fd14eb402f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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;