Manual:L10n cache table: Difference between revisions
Appearance
Content deleted Content added
updated |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Database layout}} |
{{Database layout}}{{MW 1.16|and after}} |
||
The '''l10n_cache table''' |
The '''l10n_cache table''' |
||
| Line 16: | Line 16: | ||
==Fields== |
==Fields== |
||
;'''lc_lang''' : Language code |
;'''lc_lang''' : Language code |
||
;'''lc_key''' : |
;'''lc_key''' : (Describe me!) |
||
;'''lc_value''' : |
;'''lc_value''' : (Describe me!) |
||
{{languages|manual:l10n_cache table}} |
{{languages|manual:l10n_cache table}} |
||
Revision as of 17:30, 28 January 2012
| MediaWiki version: | ≥ 1.16 |
The l10n_cache table
| MediaWiki version: | 1.16 |
DESCRIBE l10n_cache;
+----------+----------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------+----------------+------+-----+---------+-------+ | lc_lang | varbinary(32) | NO | MUL | NULL | | | lc_key | varbinary(255) | NO | | NULL | | | lc_value | mediumblob | NO | | NULL | | +----------+----------------+------+-----+---------+-------+
Fields
- lc_lang
- Language code
- lc_key
- (Describe me!)
- lc_value
- (Describe me!)