From: Tim Starling Date: Tue, 12 Mar 2013 23:18:12 +0000 (+1100) Subject: Restore SET cl_timestamp=cl_timestamp X-Git-Tag: 1.31.0-rc.0~20366 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=1db83c1b763d664308dd73939fc1885bc543c2ea;p=lhc%2Fweb%2Fwiklou.git 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 --- 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__