Manual:Math table/ja
From MediaWiki.org
< Manual:Math table(Redirected from Math table/ja)
| ↑ Manual:Contents/ja | MediaWiki データベース レイアウト | Math table/ja |
このテーブルは数式モジュールが以前にレンダリングされたアイテムの追跡記録のために使用されます。
describe math;により、下記の内容を示します。
+----------------------------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------------------+-------------+------+-----+---------+-------+ | math_inputhash | varchar(16) | | PRI | | | | math_outputhash | varchar(16) | | | | | | math_html_conservativeness | tinyint(1) | | | 0 | | | math_html | text | YES | | NULL | | | math_mathml | text | YES | | NULL | | +----------------------------+-------------+------+-----+---------+-------+
私には MathML 翻訳のためのキャッシングテーブルのように見えます。
| MediaWiki version: | 1.8 |
"DESCRIBE math" により、MediaWiki 1.8 においては下記の内容を示します。:
+----------------------------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------------------+-------------+------+-----+---------+-------+ | math_inputhash | varchar(16) | NO | PRI | NULL | | | math_outputhash | varchar(16) | NO | | NULL | | | math_html_conservativeness | tinyint(1) | NO | | NULL | | | math_html | text | YES | | NULL | | | math_mathml | text | YES | | NULL | | +----------------------------+-------------+------+-----+---------+-------+
| MediaWiki version: | 1.9 |
mysql> describe mw_math; +----------------------------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------------------+-------------+------+-----+---------+-------+ | math_inputhash | varchar(16) | NO | PRI | NULL | | | math_outputhash | varchar(16) | NO | | NULL | | | math_html_conservativeness | tinyint(1) | NO | | NULL | | | math_html | text | YES | | NULL | | | math_mathml | text | YES | | NULL | | +----------------------------+-------------+------+-----+---------+-------+ 5 rows in set (0.00 sec)
| 言語: | English • 日本語 |
|---|