Manual:L10n cache table: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
Added note about regeneration of content. |
||
| Line 1: | Line 1: | ||
{{Database layout}}{{MW 1.16|and after}} |
{{Database layout}}{{MW 1.16|and after}} |
||
The '''l10n_cache table''' |
The '''l10n_cache table'''. Its content can be deleted and excluded from backups as it will be regenerated when needed. |
||
{{-}} |
{{-}} |
||
<tt>DESCRIBE l10n_cache;</tt> |
<tt>DESCRIBE l10n_cache;</tt> |
||
Revision as of 11:00, 22 April 2012
| MediaWiki version: | ≥ 1.16 |
The l10n_cache table. Its content can be deleted and excluded from backups as it will be regenerated when needed.
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!)