mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix mtr errors with Windows/embedded/plugins.
Plugins do not work on Windows/embedded, thus do not set plugin environment variables.
This commit is contained in:
@ -2424,7 +2424,7 @@ sub setup_vardir() {
|
||||
$plugindir="$opt_vardir/plugins";
|
||||
unshift (@opt_extra_mysqld_opt, "--plugin-dir=$plugindir");
|
||||
mkpath($plugindir);
|
||||
if (IS_WINDOWS)
|
||||
if (IS_WINDOWS && !$opt_embedded_server)
|
||||
{
|
||||
for (<../storage/*$opt_vs_config/*.dll>,
|
||||
<../plugin/*$opt_vs_config/*.dll>,
|
||||
|
Reference in New Issue
Block a user