mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
merge mysql-5.5->mysql-5.5-bugteam
This commit is contained in:
@ -1384,7 +1384,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