mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
adjust MTR code after C/C changed the location of plugin libraries
This commit is contained in:
@@ -2576,7 +2576,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($_);
|
||||||
@@ -2597,6 +2597,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