Querycache info table/ja
From MediaWiki.org
| ↑ Manual:Contents/ja | MediaWiki データベース レイアウト | Querycache info table/ja |
Querycache_info テーブルは、キャッシュされた特別なページの更新の詳細を格納します。
MediaWiki version: 1.8
"DESCRIBE querycache_info" により、MediaWiki 1.8 においては下記の内容を示します。:
+---------------+-------------+------+-----+----------------+-------+ | Field | Type | Null | Key | Default | Extra | +---------------+-------------+------+-----+----------------+-------+ | qci_type | varchar(32) | NO | PRI | NULL | | | qci_timestamp | char(14) | NO | | 19700101000000 | | +---------------+-------------+------+-----+----------------+-------+
MediaWiki version: 1.9
mysql> describe mw_querycache_info; +---------------+-------------+------+-----+----------------+-------+ | Field | Type | Null | Key | Default | Extra | +---------------+-------------+------+-----+----------------+-------+ | qci_type | varchar(32) | NO | PRI | NULL | | | qci_timestamp | char(14) | NO | | 19700101000000 | | +---------------+-------------+------+-----+----------------+-------+ 2 rows in set (0.01 sec)