Skip to content

Commit

Permalink
adjust MTR code after C/C changed the location of plugin libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed May 19, 2018
1 parent ae77a09 commit 4a9acaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mysql-test/mysql-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2576,7 +2576,7 @@ ()
{
for (<$bindir/storage/*$opt_vs_config/*.dll>,
<$bindir/plugin/*$opt_vs_config/*.dll>,
<$bindir/libmariadb/plugins/*$opt_vs_config/*.dll>,
<$bindir/libmariadb$opt_vs_config/*.dll>,
<$bindir/sql$opt_vs_config/*.dll>)
{
my $pname=basename($_);
Expand All @@ -2597,6 +2597,7 @@ ()
for (<$bindir/storage/*/*.so>,
<$bindir/plugin/*/*.so>,
<$bindir/libmariadb/plugins/*/*.so>,
<$bindir/libmariadb/*.so>,
<$bindir/sql/*.so>)
{
my $pname=basename($_);
Expand Down

0 comments on commit 4a9acaa

Please sign in to comment.