Manual:Math table

From MediaWiki.org

Jump to: navigation, search
Manual:Contents MediaWiki database layout Math table


math table is used by the math module to keep track of previously-rendered items.

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    |       |
+----------------------------+-------------+------+-----+---------+-------+