From af6d3572fa0e91248ab71e0af5fc619aacf125ae Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Thu, 4 Apr 2013 12:27:19 +0000 Subject: [PATCH] Revert "(bug 46615) updateCollation.php: sanity check the collation before proceeding" Sorry, forgot that method was not in the base class, and I had only tested with uca based collations. This breaks on uppercase type collations. This reverts commit 6eb84144df605feb717efc91c84c00eaec62a5f6 Change-Id: Ib7b9597ff842a76185ba5c153922834ffb741237 --- maintenance/updateCollation.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php index 1ff6815818..94b2537b42 100644 --- a/maintenance/updateCollation.php +++ b/maintenance/updateCollation.php @@ -82,10 +82,6 @@ TEXT; $collation = Collation::singleton(); } - // Collation sanity check: in some cases the constructor will work, - // but this will raise an exception, breaking all category pages - $collation->getFirstLetterData(); - $options = array( 'LIMIT' => self::BATCH_SIZE, 'ORDER BY' => 'cl_to, cl_type, cl_from', -- 2.20.1