Manual:Math table
From MediaWiki.org
↑ Manual:Contents | MediaWiki database layout | Math table |
math table is used by the math module to keep track of previously-rendered items.
This table is not used in the MediaWiki 1.18 release, and can be safely deleted.
It was, and still is used as part of Extension:Math, however, no core software needs it.
MediaWiki version: | 1.10 | and later versions |
+----------------------------+---------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------------------+---------------+------+-----+---------+-------+ | math_inputhash | varbinary(16) | NO | PRI | | | | math_outputhash | varbinary(16) | NO | | | | | math_html_conservativeness | tinyint | NO | | 0 | | | math_html | text | YES | | NULL | | | math_mathml | text | YES | | NULL | | +----------------------------+---------------+------+-----+---------+-------+
MediaWiki version: | 1.9 | and previous versions |
+----------------------------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------------------+-------------+------+-----+---------+-------+ | math_inputhash | varchar(16) | NO | PRI | | | | math_outputhash | varchar(16) | NO | | | | | math_html_conservativeness | tinyint(1) | NO | | | | | math_html | text | YES | | NULL | | | math_mathml | text | YES | | NULL | | +----------------------------+-------------+------+-----+---------+-------+
Language: | English • 日本語 |
---|