http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70444

Revision: 70444
Author:   simetrical
Date:     2010-08-04 00:29:20 +0000 (Wed, 04 Aug 2010)

Log Message:
-----------
Preserve cl_timestamp in updateCollation.php

For those crazy Wikinews people, and other DPL users.  Why do we use a
crazy auto-updating column type instead of specifying the current time
explicitly when we want to update it, again . . . ?

Modified Paths:
--------------
    trunk/phase3/maintenance/updateCollation.php

Modified: trunk/phase3/maintenance/updateCollation.php
===================================================================
--- trunk/phase3/maintenance/updateCollation.php        2010-08-04 00:29:03 UTC 
(rev 70443)
+++ trunk/phase3/maintenance/updateCollation.php        2010-08-04 00:29:20 UTC 
(rev 70444)
@@ -91,6 +91,7 @@
                                                'cl_sortkey_prefix' => $prefix,
                                                'cl_collation' => 
$wgCollationVersion,
                                                'cl_type' => $type,
+                                               'cl_timestamp = cl_timestamp',
                                        ),
                                        array( 'cl_from' => $row->cl_from, 
'cl_to' => $row->cl_to ),
                                        __METHOD__



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to