1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Turn off timestamping

This commit is contained in:
Magnus Svensson
2008-06-19 11:20:45 +02:00
parent dbb0e6ad71
commit 43e396c8d5

View File

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