Manual:msg_resource_link テーブル
↑ 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 | | +--------------+----------------+------+-----+---------+-------+