Skip to content

Commit 394be4f

Browse files
author
Tor Didriksen
committed
Bug#28366648 MTR FOR MYSQL5.5 DOES NOT WORK WITH MODERN PERL VERSIONS
Problem: Can't locate lib/mtr_process.pl in @inc The fix is to push current directory to @inc.
1 parent b6c038d commit 394be4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/mysql-test-run.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ BEGIN
100100
use IO::Socket::INET;
101101
use IO::Select;
102102

103+
push @INC, ".";
104+
103105
require "lib/mtr_process.pl";
104106
require "lib/mtr_io.pl";
105107
require "lib/mtr_gcov.pl";

0 commit comments

Comments
 (0)