mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Change mtr_error to mtr_warning allowing processing to continue when mysqld fails to start
This commit is contained in:
@ -3355,7 +3355,7 @@ sub run_testcase_start_servers($) {
|
|||||||
|
|
||||||
if (mysqld_wait_started($mysqld))
|
if (mysqld_wait_started($mysqld))
|
||||||
{
|
{
|
||||||
mtr_error("Failed to start $mysqld->{'type'} mysqld $mysqld->{'idx'}");
|
mtr_warning("Failed to start $mysqld->{'type'} mysqld $mysqld->{'idx'}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user