Handbuch:msg_resource_links-Tabelle
Appearance
↑ Handbuch:Inhaltsübersicht | MediaWiki-Datenbank-Layout | msg_resource_links-Tabelle |
MediaWiki Versions: | 1.17 – 1.26 |
The msg_resource_links table was a table used for tracking which messages are contained in which resources. 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. Siehe Manual:MessageBlobStore.php .
Felder
mrl_resource
ResourceLoader -Modulname.
mrl_message
Message key.
Schematische Übersicht
MediaWiki Versions: | 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 | | +--------------+----------------+------+-----+---------+-------+