Automatic merge with 5.1

This commit is contained in:
Michael Widenius 2010-12-01 22:18:53 +02:00
commit 41df9be0ff

View File

@ -512,7 +512,7 @@ sub print_value
else
{
$first=1 if ($first == 0); # Assume that it took one second instead of 0
$tmp= sprintf("%.2f",$value/$first);
$tmp= sprintf("%.3f",$value/$first);
}
if (defined($flags))
{