mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
upmerge 12916194
This commit is contained in:
@ -4196,6 +4196,11 @@ sub extract_server_log ($$) {
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
push(@lines, $line);
|
push(@lines, $line);
|
||||||
|
if (scalar(@lines) > 1000000) {
|
||||||
|
$Ferr = undef;
|
||||||
|
mtr_warning("Too much log from test, bailing out from extracting");
|
||||||
|
return ();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user