mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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>,
|
||||
<$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($_);
|
||||
@ -2597,6 +2597,7 @@ sub setup_vardir() {
|
||||
for (<$bindir/storage/*/*.so>,
|
||||
<$bindir/plugin/*/*.so>,
|
||||
<$bindir/libmariadb/plugins/*/*.so>,
|
||||
<$bindir/libmariadb/*.so>,
|
||||
<$bindir/sql/*.so>)
|
||||
{
|
||||
my $pname=basename($_);
|
||||
|
Reference in New Issue
Block a user