User "Brion VIBBER" posted a comment on MediaWiki.r97544.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97544#c22857
Commit summary:

* (bug 31007) Fix regression in rebuildrecentchanges maintenance script

Was trying to save literal string 'NULL' into rc_old_len / rc_new_len fields 
due to a bug switching to database query builder methods in r77778.

Comment:

Looks like it turns 'NULL' into 0 inserting into an int column. (This probably 
throws a warning in strict mode, but otherwise coerces silently to 0.)

If you want to clean up, I guess just run rebuildrecentchanges.php again after 
the fix. :)

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to