Manual:msg_resource_link テーブル

From mediawiki.org
This page is a translated version of the page Manual:Msg resource links table and the translation is 64% complete.
Manual:コンテンツ MediaWiki のデータベース レイアウト msg_resource_links テーブル
MediaWiki バージョン:
1.17 – 1.26

msg_resource_links テーブルはメッセージがどのリソースに含まれるかを追跡するために使用されるテーブルでした。 Message blobs [1] were cached in the msg_resource table and automatically invalidated when one of their constituent messages or the resource itself were changed. Manual:MessageBlobStore.php を参照してください。

フィールド

mrl_resource

ResourceLoader モジュール名です。

mrl_message

メッセージ キーです。

スキーマの要約

MediaWiki バージョン:
1.17 – 1.26

DESCRIBE msg_resource_links;

+--------------+----------------+------+-----+---------+-------+
| Field        | Type           | Null | Key | Default | Extra |
+--------------+----------------+------+-----+---------+-------+
| mrl_resource | varbinary(255) | NO   | PRI | NULL    |       |
| mrl_message  | varbinary(255) | NO   | PRI | NULL    |       |
+--------------+----------------+------+-----+---------+-------+

References

  1. blobs for example are JSON objects containing the interface messages for a certain resource in a certain language