Podręcznik:Tabela config

From mediawiki.org
This page is a translated version of the page Manual:Config table and the translation is 83% complete.
Podręcznik:Spis treści Opis i struktura bazy danych MediaWiki Tabela config
Wersja MediaWiki:
1.20

Tabela config przechowuje zmiany konfiguracji.

Została wprowadzona w rev:88270, a potem wycofana w rev:111006. Nigdy nie była wykorzystywana.

Pola

cf_name
(Describe me!)
cf_value
(Describe me!)
Wersja MediaWiki:
1.20
mysql> DESCRIBE config;
+----------+----------------+------+-----+---------+-------+
| Field    | Type           | Null | Key | Default | Extra |
+----------+----------------+------+-----+---------+-------+
| cf_name  | varbinary(255) | NO   | PRI | NULL    |       |
| cf_value | blob           | NO   |     | NULL    |       |
+----------+----------------+------+-----+---------+-------+

Indexes

Wersja MediaWiki:
1.20

SHOW INDEX IN config;

+--------+------------+---------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| Table  | Non_unique | Key_name      | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
+--------+------------+---------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| config |          0 | PRIMARY       |            1 | cf_name     | A         |           0 |     NULL | NULL   |      | BTREE      |         |               |
| config |          1 | cf_name_value |            1 | cf_name     | A         |           0 |     NULL | NULL   |      | BTREE      |         |               |
| config |          1 | cf_name_value |            2 | cf_value    | A         |           0 |      255 | NULL   |      | BTREE      |         |               |
+--------+------------+---------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+