Change mtr_error to mtr_warning allowing processing to continue when mysqld fails to start

parent eb20bd4b
...@@ -3355,7 +3355,7 @@ sub run_testcase_start_servers($) { ...@@ -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'}");
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment