mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Windows , mtr : allow cdb to print core dumps also if --parallel > 1
This commit is contained in:
@ -261,11 +261,7 @@ sub show {
|
|||||||
# On Windows, rely on cdb to be there...
|
# On Windows, rely on cdb to be there...
|
||||||
if (IS_WINDOWS)
|
if (IS_WINDOWS)
|
||||||
{
|
{
|
||||||
# Starting cdb is unsafe when used with --parallel > 1 option
|
_cdb($core_name);
|
||||||
if ( $parallel < 2 )
|
|
||||||
{
|
|
||||||
_cdb($core_name);
|
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user