1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Set "timediff" to off by default

This commit is contained in:
unknown
2008-05-04 21:43:49 +02:00
parent 69d26cb560
commit 80377ad95e

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;