mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Bug #45298 plugin.test is skipped in PB2 on UNIX platforms
Added search for example plugin in lib/mysql/plugin
This commit is contained in:
parent
92773bfc11
commit
54dcbf2cbe
1 changed files with 2 additions and 1 deletions
|
@ -1763,7 +1763,8 @@ sub environment_setup {
|
|||
if ($mysql_version_id >= 50100) {
|
||||
my $lib_example_plugin=
|
||||
mtr_file_exists(vs_config_dirs('storage/example', 'ha_example.dll'),
|
||||
"$basedir/storage/example/.libs/ha_example.so",);
|
||||
"$basedir/storage/example/.libs/ha_example.so",
|
||||
"$basedir/lib/mysql/plugin/ha_example.so",);
|
||||
$ENV{'EXAMPLE_PLUGIN'}=
|
||||
($lib_example_plugin ? basename($lib_example_plugin) : "");
|
||||
$ENV{'EXAMPLE_PLUGIN_OPT'}= "--plugin-dir=".
|
||||
|
|
Loading…
Add table
Reference in a new issue