Committer: ldoolan
Update trunk to match prod scripts--This line, and thocriptse below, will be ignored--
M dbcheck.pl
U trunk/bin/dbcheck.pl
Modified: trunk/bin/dbcheck.pl =================================================================== --- trunk/bin/dbcheck.pl 2010-08-26 11:47:33 UTC (rev 17206) +++ trunk/bin/dbcheck.pl 2010-08-26 15:52:26 UTC (rev 17207) @@ -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");