Commit 4ff8a4b3 authored by Bjorn Munch's avatar Bjorn Munch

Bug #58415 mtr cannot find libmysqld.dll in new 5.5 packages

Done as suggested
Also tested from src build directory
parent 1b897ad1
......@@ -1375,7 +1375,7 @@ sub command_line_setup {
# Add the location for libmysqld.dll to the path.
my $separator= ";";
my $lib_mysqld=
mtr_path_exists(vs_config_dirs('libmysqld',''));
mtr_path_exists("$bindir/lib", vs_config_dirs('libmysqld',''));
if ( IS_CYGWIN )
{
$lib_mysqld= posix_path($lib_mysqld);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment