r47128 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47127‎ | r47128 | r47129 >
Date:08:18, 11 February 2009
Author:tstarling
Status:ok
Tags:
Comment:
Fixed broken comment (fails on my version of MySQL)
Modified paths:
  • /trunk/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tables.sql
@@ -1235,7 +1235,7 @@
12361236 ) /*$wgDBTableOptions*/;
12371237
12381238
 1239+-- A table to track tags for revisions, logs and recent changes.
12391240 CREATE TABLE /*_*/change_tag (
12401241 ct_rc_id int NULL,
12411242 ct_log_id int NULL,

Status & tagging log