Tim Starling has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/53479


Change subject: Restore SET cl_timestamp=cl_timestamp
......................................................................

Restore SET cl_timestamp=cl_timestamp

Apparently cl_timestamp=cl_timestamp is a workaround for obscure
behaviour of the timestamp type in MySQL

Change-Id: I803f20bcf4e28e8e2833a07bcf00e7edc00ad84b
---
M maintenance/updateCollation.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/79/53479/1

diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php
index 2132938..0e2791c 100644
--- a/maintenance/updateCollation.php
+++ b/maintenance/updateCollation.php
@@ -178,6 +178,7 @@
                                                        'cl_sortkey_prefix' => 
$prefix,
                                                        'cl_collation' => 
$collationName,
                                                        'cl_type' => $type,
+                                                       'cl_timestamp = 
cl_timestamp',
                                                ),
                                                array( 'cl_from' => 
$row->cl_from, 'cl_to' => $row->cl_to ),
                                                __METHOD__

-- 
To view, visit https://gerrit.wikimedia.org/r/53479
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I803f20bcf4e28e8e2833a07bcf00e7edc00ad84b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Tim Starling <tstarl...@wikimedia.org>

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

Reply via email to