From de4571ee3ede09a8c138134937433ebb97c279e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Thu, 26 Nov 2015 23:17:45 +0100 Subject: [PATCH] SpecialMovepage: Remove amusing comment about MySQL 4 We haven't supported MySQL 4 since MediaWiki 1.19. Change-Id: Ice3e62d02ebe94a5a48981039dc455014a5d53f2 --- includes/specials/SpecialMovepage.php | 3 --- 1 file changed, 3 deletions(-) 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. -- 2.20.1