https://bugzilla.wikimedia.org/show_bug.cgi?id=73090
--- Comment #1 from physikerwelt <[email protected]> --- It seems to be a problem with the database layout. The mathml column is too short... Select count(l), l from (SELECT length(math_mathml) l FROM mediawiki.mathlatexml order by length(math_mathml) desc) t group by l order by l desc; Indicates that 35/312240 mathml expression are longer than 65535. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
