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

(temporarily)Turn on timestamp by default

This commit is contained in:
unknown
2008-05-20 11:48:52 +02:00
parent 2b4652d003
commit 74cdcba997

View File

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