summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-11-24 18:26:53 +0100
committerunknown <kent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-11-24 18:26:53 +0100
commitf47d5500c3e2b30d1b9c909bb735054ab488c3d6 (patch)
tree1ca4181ee75718e2ce5d7fd16026465f51234529 /mysql-test/mysql-test-run.pl
parent23003bfa4de2b7f541bd44f2ecdca218d25c124a (diff)
downloadmariadb-git-f47d5500c3e2b30d1b9c909bb735054ab488c3d6.tar.gz
mysql-test-run.pl:
Removed "use diagnostics", reduces Perl speed significantly. Can be enabled with "perl -Mdiagnostics mysql-test-run.pl". mtr_report.pl: Don't try output "skipped" comment if there is none (bug#24471) mysql-test/mysql-test-run.pl: Removed "use diagnostics", reduces Perl speed significantly. Can be enabled with "perl -Mdiagnostics mysql-test-run.pl". mysql-test/lib/mtr_report.pl: Don't try output "skipped" comment if there is none (bug#24471)
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 024d5c1c452..91be606a8bc 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -66,7 +66,6 @@ use IO::Socket::INET;
use Data::Dumper;
use strict;
use warnings;
-use diagnostics;
select(STDOUT);
$| = 1; # Automatically flush STDOUT