From 1db83c1b763d664308dd73939fc1885bc543c2ea Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 13 Mar 2013 10:18:12 +1100 Subject: [PATCH] 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 --- maintenance/updateCollation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php index 2132938011..0e2791cac5 100644 --- a/maintenance/updateCollation.php +++ b/maintenance/updateCollation.php @@ -178,6 +178,7 @@ TEXT; '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__ -- 2.20.1