Committer: david
we dont see the timezone on mysql 5.1, so remove it from this script.U branches/r69/bin/dbcheck.pl
Modified: branches/r69/bin/dbcheck.pl =================================================================== --- branches/r69/bin/dbcheck.pl 2010-08-31 17:44:45 UTC (rev 17241) +++ branches/r69/bin/dbcheck.pl 2010-08-31 20:20:51 UTC (rev 17242) @@ -151,7 +151,7 @@ } my $tzone; - (undef, $tzone) = $db->selectrow_array("show variables like 'timezone'"); + #(undef, $tzone) = $db->selectrow_array("show variables like 'timezone'"); $tzone ||= "???"; $sth = $db->prepare("SHOW PROCESSLIST");