Manual:Transcache table

From MediaWiki.org
Jump to: navigation, search
Manual:Contents MediaWiki database layout Transcache table



MediaWiki version: 1.8

The transcache table is used to cache content that has been transcluded from other MediaWiki installations. See the Interwiki table docs and the $wgEnableScaryTranscluding configuration variable for details on the feature.


MediaWiki version: 1.18

"DESCRIBE transcache" in MediaWiki 1.18+ returns the following:

+-------------+----------------+------+-----+---------+-------+
| Field       | Type           | Null | Key | Default | Extra |
+-------------+----------------+------+-----+---------+-------+
| tc_url      | varbinary(255) | NO   | PRI | NULL    |       |
| tc_contents | blob           | YES  |     | NULL    |       |
| tc_time     | int(11)        | NO   |     | NULL    |       |
+-------------+----------------+------+-----+---------+-------+


MediaWiki version: 1.8

"DESCRIBE transcache" in MediaWiki 1.8+ returns the following:

+-------------+--------------+------+-----+---------+-------+
| Field       | Type         | Null | Key | Default | Extra |
+-------------+--------------+------+-----+---------+-------+
| tc_url      | varchar(255) | NO   | PRI | NULL    |       |
| tc_contents | text         | YES  |     | NULL    |       |
| tc_time     | int(11)      | NO   |     | NULL    |       |
+-------------+--------------+------+-----+---------+-------+


Language: English  • 日本語
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox