r93205 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93204‎ | r93205 | r93206 >
Date:16:41, 26 July 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
(bug 28553) Set ar_parent_id on deletion
Modified paths:
  • /trunk/phase3/includes/WikiPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WikiPage.php
@@ -1655,6 +1655,7 @@
16561656 'ar_timestamp' => 'rev_timestamp',
16571657 'ar_minor_edit' => 'rev_minor_edit',
16581658 'ar_rev_id' => 'rev_id',
 1659+ 'ar_parent_id' => 'rev_parent_id',
16591660 'ar_text_id' => 'rev_text_id',
16601661 'ar_text' => '\'\'', // Be explicit to appease
16611662 'ar_flags' => '\'\'', // MySQL's "strict mode"...

Comments

#Comment by Reedy (talk | contribs)   16:54, 26 July 2011

RELEASE-NOTES?

#Comment by Aaron Schulz (talk | contribs)   16:55, 26 July 2011

I don't know if it's worth it. Add it if you want though.

Status & tagging log