mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #58415 mtr cannot find libmysqld.dll in new 5.5 packages
Done as suggested Also tested from src build directory
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user