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:
@ -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;
|
||||
|
Reference in New Issue
Block a user