Movatterモバイル変換


[0]ホーム

URL:


Jump to content
MediaWiki
Search

Manual:msg_resource table

From mediawiki.org
Translate this page
Languages:
Manual:Contents
MediaWiki database layout
msg_resource table
MediaWiki versions:
1.17 – 1.26

Themsg_resource table was a table used to cache JSON messageblobs for the resource loader.Its content can be deleted and excluded from backups as it will be regenerated when needed.See alsoManual:Msg resource links table.

Field

[edit]

mr_resource

[edit]

Resource name.

mr_lang

[edit]

Language code.

mr_blob

[edit]

JSON blob.

mr_timestamp

[edit]

Timestamp of last update.

Schema summary

[edit]
MediaWiki versions:
1.17 – 1.26

DESCRIBEmsg_resource;

+--------------+----------------+------+-----+---------+-------+| Field        | Type           | Null | Key | Default | Extra |+--------------+----------------+------+-----+---------+-------+| mr_resource  | varbinary(255) | NO   | PRI | NULL    |       || mr_lang      | varbinary(32)  | NO   | PRI | NULL    |       || mr_blob      | mediumblob     | NO   |     | NULL    |       || mr_timestamp | binary(14)     | NO   |     | NULL    |       |+--------------+----------------+------+-----+---------+-------+

Indexes

[edit]
MediaWiki versions:
1.17 – 1.26

SHOWINDEXINmsg_resource;

+--------------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+| Table        | Non_unique | Key_name         | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |+--------------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+| msg_resource |          0 | mr_resource_lang |            1 | mr_resource | A         |           0 |     NULL | NULL   |      | BTREE      |         |               || msg_resource |          0 | mr_resource_lang |            2 | mr_lang     | A         |           0 |     NULL | NULL   |      | BTREE      |         |               |+--------------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
Engines
Current
Former
Technical documentation
Configuration
Development
Core tables
Current
Former
Retrieved from "https://www.mediawiki.org/w/index.php?title=Manual:Msg_resource_table&oldid=5065808"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp