Index: trunk/phase3/maintenance/mysql5/tables.sql |
— | — | @@ -286,8 +286,8 @@ |
287 | 287 | -- Length of this revision in bytes |
288 | 288 | rev_len int(8) unsigned, |
289 | 289 | |
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) |
292 | 292 | rev_parent_id int(8) unsigned default NULL, |
293 | 293 | |
294 | 294 | PRIMARY KEY rev_page_id (rev_page, rev_id), |
Index: trunk/phase3/maintenance/mysql5/tables-binary.sql |
— | — | @@ -295,8 +295,8 @@ |
296 | 296 | -- Length of this revision in bytes |
297 | 297 | rev_len int(8) unsigned, |
298 | 298 | |
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) |
301 | 301 | rev_parent_id int(8) unsigned default NULL, |
302 | 302 | |
303 | 303 | PRIMARY KEY rev_page_id (rev_page, rev_id), |
Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -273,8 +273,8 @@ |
274 | 274 | -- Length of this revision in bytes |
275 | 275 | rev_len int(8) unsigned, |
276 | 276 | |
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) |
279 | 279 | rev_parent_id int(8) unsigned default NULL, |
280 | 280 | |
281 | 281 | PRIMARY KEY rev_page_id (rev_page, rev_id), |