mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
adjust MTR code after C/C changed the location of plugin libraries
This commit is contained in:
committed by
Sergei Golubchik
parent
3f10cbf3e4
commit
4f9c44ed39
@ -2591,7 +2591,7 @@ sub setup_vardir() {
|
|||||||
{
|
{
|
||||||
for (<$bindir/storage/*$opt_vs_config/*.dll>,
|
for (<$bindir/storage/*$opt_vs_config/*.dll>,
|
||||||
<$bindir/plugin/*$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>)
|
<$bindir/sql$opt_vs_config/*.dll>)
|
||||||
{
|
{
|
||||||
my $pname=basename($_);
|
my $pname=basename($_);
|
||||||
@ -2612,6 +2612,7 @@ sub setup_vardir() {
|
|||||||
for (<$bindir/storage/*/*.so>,
|
for (<$bindir/storage/*/*.so>,
|
||||||
<$bindir/plugin/*/*.so>,
|
<$bindir/plugin/*/*.so>,
|
||||||
<$bindir/libmariadb/plugins/*/*.so>,
|
<$bindir/libmariadb/plugins/*/*.so>,
|
||||||
|
<$bindir/libmariadb/*.so>,
|
||||||
<$bindir/sql/*.so>)
|
<$bindir/sql/*.so>)
|
||||||
{
|
{
|
||||||
my $pname=basename($_);
|
my $pname=basename($_);
|
||||||
|
Reference in New Issue
Block a user