We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the problem
When run mtr test, got error:
$ ./mysql-test-run.pl --nowarnings --force --suite=stonedb Can't locate lib/mtr_process.pl in @INC (@INC contains: lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ./mysql-test-run.pl line 103.
Expected behavior
How To Reproduce
Environment
$ perl -v This is perl 5, version 30, subversion 0 (v5.30.0) built for x86_64-linux-gnu-thread-multi
Additional context
The text was updated successfully, but these errors were encountered:
The solution: facebook/mysql-5.6#885 But we should checkout if it work well on other system.
Sorry, something went wrong.
fix(mtr): backport bug for run mtr failed under low version perl (#73) (
4ff00ea
#74) [summary] Change is needed in MySQL 5.6 and 5.7 as well. Signed-off-by: hustjieke <gaoriyao1@gmail.com>
CodingSuen
Successfully merging a pull request may close this issue.
Describe the problem
When run mtr test, got error:
Expected behavior
How To Reproduce
Environment
Additional context
The text was updated successfully, but these errors were encountered: