1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Set "timediff" to off by default

This commit is contained in:
msvensson@pilot.mysql.com
2008-05-04 21:43:49 +02:00
parent ec03ad0591
commit fb88bd04a6

View File

@ -35,7 +35,7 @@ require "mtr_io.pl";
my $tot_real_time= 0;
our $timestamp= 0;
our $timediff= 1;
our $timediff= 0;
our $name;
our $verbose;
our $verbose_restart= 0;