Manual:Msg resource links table/ja

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

脚注

  1. blobs for example are JSON objects containing the interface messages for a certain resource in a certain language
Category:MediaWiki database tables/ja#Msg%20resource%20links%20table/ja
Category:MediaWiki database tables/ja