Manual:querycache info table

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


Contents

querycache_info table contains details of updates to cached special pages.

[edit] Fields

[edit] qci_type

Corresponds to a qc_type value

[edit] qci_timestamp

Timestamp of last update

[edit] Versions

MediaWiki version: 1.18
+---------------+---------------+------+-----+----------------+-------+
| Field         | Type          | Null | Key | Default        | Extra |
+---------------+---------------+------+-----+----------------+-------+
| qci_type      | varbinary(32) | NO   | PRI | NULL           |       |
| qci_timestamp | char(14)      | NO   |     | 19700101000000 |       |
+---------------+---------------+------+-----+----------------+-------+


MediaWiki version: 1.12
+---------------+-------------+------+-----+----------------+-------+
| Field         | Type        | Null | Key | Default        | Extra |
+---------------+-------------+------+-----+----------------+-------+
| qci_type      | varchar(32) | NO   | PRI | NULL           |       |
| qci_timestamp | char(14)    | NO   |     | 19700101000000 |       |
+---------------+-------------+------+-----+----------------+-------+


MediaWiki version: 1.11
+---------------+-------------+------+-----+----------------+-------+
| Field         | Type        | Null | Key | Default        | Extra |
+---------------+-------------+------+-----+----------------+-------+
| qci_type      | varchar(32) | NO   | PRI | NULL           |       |
| qci_timestamp | binary(14)  | NO   |     | 19700101000000 |       |
+---------------+-------------+------+-----+----------------+-------+


MediaWiki version: 1.9
+---------------+-------------+------+-----+----------------+-------+
| Field         | Type        | Null | Key | Default        | Extra |
+---------------+-------------+------+-----+----------------+-------+
| qci_type      | varchar(32) | NO   | PRI | NULL           |       |
| qci_timestamp | char(14)    | NO   |     | 19700101000000 |       |
+---------------+-------------+------+-----+----------------+-------+


MediaWiki version: 1.8

DESCRIBE querycache_info; in MediaWiki 1.8 gives the following:

+---------------+-------------+------+-----+----------------+-------+
| Field         | Type        | Null | Key | Default        | Extra |
+---------------+-------------+------+-----+----------------+-------+
| qci_type      | varchar(32) | NO   | PRI | NULL           |       |
| qci_timestamp | char(14)    | NO   |     | 19700101000000 |       |
+---------------+-------------+------+-----+----------------+-------+
Language: English  • 日本語 • polski