Manual:msg_resource table
From MediaWiki.org
↑ Manual:Contents | MediaWiki database layout | msg_resource table |
MediaWiki version: | ≥ 1.17 |
- msg_resource caching JSON message blobs for the resource loader. See also Manual:Msg resource links table.
Field[edit | edit source]
mr_resource[edit | edit source]
Resource name.
mr_lang[edit | edit source]
Language code.
mr_blob[edit | edit source]
JSON blob.
mr_timestamp[edit | edit source]
Timestamp of last update.
Versions[edit | edit source]
(Current as of v1.20)
MediaWiki version: | ≥ 1.17 |
mysql> DESCRIBE msg_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 | | +--------------+----------------+------+-----+---------+-------+ 4 rows in set (0,00 sec)
![]() |
Engines: MySQL – Oracle – PostgreSQL – SQLite Technical documentation: Schema (tables) – API property associations – Field prefixes – Primary key storage in other fields – Wikimedia extension tables Configuration: Settings – Sharing Development: Access – Optimization – Policy – Updater – Extension schema updates – Patch file Core tables: archive – category – categorylinks – change_tag – config – externallinks – filearchive – hitcounter – image – imagelinks – interwiki – iwlinks – ipblocks – job – l10n_cache – langlinks – logging – log_search – msg_resource – msg_resource_links – module_deps – objectcache – oldimage – page – pagelinks – page_props – page_restrictions – protected_titles – querycache – querycachetwo – querycache_info – recentchanges – redirect – revision – searchindex – sites – site_stats – tag_summary – templatelinks – text – transcache – updatelog – uploadstash – user – user_former_groups – user_groups – user_newtalk – user_properties – valid_tag – watchlist |
---|