Jump to content

扩展:TitleKey/titlekey表

From mediawiki.org
This page is a translated version of the page Extension:TitleKey/titlekey table and the translation is 100% complete.

字段

tk_page

page.page_id的引用。

tk_namespace

用于过滤namespace的非规范化副本。

tk_key

带名称空间前缀的标准化标题,大小写折叠,采用空格形式。

架構

mysql> describe titlekey;
+--------------+------------------+------+-----+---------+-------+
| Field        | Type             | Null | Key | Default | Extra |
+--------------+------------------+------+-----+---------+-------+
| tk_page      | int(10) unsigned | NO   | PRI | NULL    |       |
| tk_namespace | int(11)          | NO   | MUL | NULL    |       |
| tk_key       | varbinary(255)   | NO   |     | NULL    |       |
+--------------+------------------+------+-----+---------+-------+
3 rows in set (0.00 sec)