mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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.
|
# Add the location for libmysqld.dll to the path.
|
||||||
my $separator= ";";
|
my $separator= ";";
|
||||||
my $lib_mysqld=
|
my $lib_mysqld=
|
||||||
mtr_path_exists(vs_config_dirs('libmysqld',''));
|
mtr_path_exists("$bindir/lib", vs_config_dirs('libmysqld',''));
|
||||||
if ( IS_CYGWIN )
|
if ( IS_CYGWIN )
|
||||||
{
|
{
|
||||||
$lib_mysqld= posix_path($lib_mysqld);
|
$lib_mysqld= posix_path($lib_mysqld);
|
||||||
|
Reference in New Issue
Block a user