r20393 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r20392‎ | r20393 | r20394 >
Date:15:25, 13 March 2007
Author:brion
Status:old
Tags:
Comment:
MySQL seems kind of anal about comments; at least the version on my Ubuntu box whines about the missing space on these comments
Modified paths:
  • /trunk/phase3/maintenance/mysql5/tables-binary.sql (modified) (history)
  • /trunk/phase3/maintenance/mysql5/tables.sql (modified) (history)
  • /trunk/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/mysql5/tables.sql
@@ -286,8 +286,8 @@
287287 -- Length of this revision in bytes
288288 rev_len int(8) unsigned,
289289
290 - --Key to revision.rev_id
291 - --This field is used to add support for a tree structure (The Adjacency List Model)
 290+ -- Key to revision.rev_id
 291+ -- This field is used to add support for a tree structure (The Adjacency List Model)
292292 rev_parent_id int(8) unsigned default NULL,
293293
294294 PRIMARY KEY rev_page_id (rev_page, rev_id),
Index: trunk/phase3/maintenance/mysql5/tables-binary.sql
@@ -295,8 +295,8 @@
296296 -- Length of this revision in bytes
297297 rev_len int(8) unsigned,
298298
299 - --Key to revision.rev_id
300 - --This field is used to add support for a tree structure (The Adjacency List Model)
 299+ -- Key to revision.rev_id
 300+ -- This field is used to add support for a tree structure (The Adjacency List Model)
301301 rev_parent_id int(8) unsigned default NULL,
302302
303303 PRIMARY KEY rev_page_id (rev_page, rev_id),
Index: trunk/phase3/maintenance/tables.sql
@@ -273,8 +273,8 @@
274274 -- Length of this revision in bytes
275275 rev_len int(8) unsigned,
276276
277 - --Key to revision.rev_id
278 - --This field is used to add support for a tree structure (The Adjacency List Model)
 277+ -- Key to revision.rev_id
 278+ -- This field is used to add support for a tree structure (The Adjacency List Model)
279279 rev_parent_id int(8) unsigned default NULL,
280280
281281 PRIMARY KEY rev_page_id (rev_page, rev_id),