From: Bartosz DziewoƄski Date: Thu, 26 Nov 2015 22:17:45 +0000 (+0100) Subject: SpecialMovepage: Remove amusing comment about MySQL 4 X-Git-Tag: 1.31.0-rc.0~8866 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=de4571ee3ede09a8c138134937433ebb97c279e7;p=lhc%2Fweb%2Fwiklou.git SpecialMovepage: Remove amusing comment about MySQL 4 We haven't supported MySQL 4 since MediaWiki 1.19. Change-Id: Ice3e62d02ebe94a5a48981039dc455014a5d53f2 --- diff --git a/includes/specials/SpecialMovepage.php b/includes/specials/SpecialMovepage.php index e88aa1a16f..9133a88639 100644 --- a/includes/specials/SpecialMovepage.php +++ b/includes/specials/SpecialMovepage.php @@ -632,9 +632,6 @@ class MovePageForm extends UnlistedSpecialPage { * than a more direct method, but this is not a highly performance-cri- * tical code path and readable code is more important here. * - * Note: this query works nicely on MySQL 5, but the optimizer in MySQL - * 4 might get confused. If so, consider rewriting as a UNION. - * * If the target namespace doesn't allow subpages, moving with subpages * would mean that you couldn't move them back in one operation, which * is bad.