https://bugzilla.wikimedia.org/show_bug.cgi?id=45444

--- Comment #28 from Bawolff (Brian Wolff) <[email protected]> ---
(In reply to comment #27)

> May have something to do with updateCollation.php's re-run per bug 46036. No
> idea if that's the case.
> 

Actually that would make sense. The paging code assumes that cl_sortkey is
encoded with the same version of icu as is currently on the server.if that's
not the case, the next 200 link could generate an sql query where the paging
part doesnt correspond to the last element of the previous query (since the
next 200 link has the last page name in the url, not its cl_sortkey which would
be full of binary data and possibly quite long. Also using cl_sortkey in the
url would break people making those skip to letter foo templates.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to