Physikerwelt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/171627

Change subject: Increase size of the math_mathml in the mathlatexml table
......................................................................

Increase size of the math_mathml in the mathlatexml table

The type text allows text with maximum length of 64k only. Since the
MathML generated by LaTeXML is quite verbose this is too small for
some equations used at Wikipedia.

Bug: 73090
Change-Id: Id09ec6201f68efe63a439f6e85a53876d5c1e521
---
M db/mathlatexml.mysql.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/27/171627/1

diff --git a/db/mathlatexml.mysql.sql b/db/mathlatexml.mysql.sql
index 89d8a6c..38ded24 100644
--- a/db/mathlatexml.mysql.sql
+++ b/db/mathlatexml.mysql.sql
@@ -10,7 +10,7 @@
   -- the validated tex
   math_tex text,
   -- MathML output LaTeXML
-  math_mathml text,
+  math_mathml mediumtext,
   -- SVG output mathoid
   math_svg text,
   -- MW_MATHSTYLE_(INLINE_DISPLAYSTYLE|DISPLAY|INLINE)

-- 
To view, visit https://gerrit.wikimedia.org/r/171627
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id09ec6201f68efe63a439f6e85a53876d5c1e521
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to