Jump to content
MediaWiki

Manual:updatelog table

From mediawiki.org
MediaWiki version:
≥ 1.13

The updatelog table logs MediaWiki updates, one text key row per executed update script.

Fields

[edit ]

ul_key

[edit ]

Pointer to a maintenance script, which was executed during a MediaWiki update. For update.php, entries are formatted like updatelist-1.22.3-1393593680. The pointer to the maintenance script contains the MediaWiki version and a UNIX timestamp.

ul_value

[edit ]
MediaWiki version:
≥ 1.17

Serialized data of the logged action; not present for old entries (pre 1.17).

Schema summary

[edit ]
MediaWiki version:
≥ 1.17

DESCRIBEupdatelog;

+----------+----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------+----------------+------+-----+---------+-------+
| ul_key | varbinary(255) | NO | PRI | NULL | |
| ul_value | blob | YES | | NULL | |
+----------+----------------+------+-----+---------+-------+
MediaWiki versions:
1.13 – 1.16

DESCRIBEupdatelog;

+--------+----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+--------+----------------+------+-----+---------+-------+
| ul_key | varbinary(255) | NO | PRI | NULL | |
+--------+----------------+------+-----+---------+-------+

Indexes

[edit ]
MediaWiki version:
≥ 1.13

SHOWINDEXINupdatelog;

+-----------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
+-----------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| updatelog | 0 | PRIMARY | 1 | ul_key | A | 0 | NULL | NULL | | BTREE | | |
+-----------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
Engines
Current
Former
Technical documentation
Configuration
Development
Core tables
Current
Former

AltStyle によって変換されたページ (->オリジナル) /