Jump to content

Manual:l10n_cache table

From mediawiki.org
Revision as of 20:56, 28 January 2012 by Arent (talk | contribs)
MediaWiki version:
1.16

The l10n_cache table

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!)