1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Windows , mtr : allow cdb to print core dumps also if --parallel > 1

This commit is contained in:
Vladislav Vaintroub
2016-09-26 13:03:02 +02:00
parent 8483659f4f
commit c91fdb66db

View File

@ -260,12 +260,8 @@ sub show {
# On Windows, rely on cdb to be there...
if (IS_WINDOWS)
{
# Starting cdb is unsafe when used with --parallel > 1 option
if ( $parallel < 2 )
{
_cdb($core_name);
}
return;
}