mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01: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:
parent
1b897ad1d8
commit
4ff8a4b3de
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue