mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
upmerge 12916194
This commit is contained in:
commit
fe4f15f02d
1 changed files with 5 additions and 0 deletions
|
@ -4196,6 +4196,11 @@ sub extract_server_log ($$) {
|
|||
else
|
||||
{
|
||||
push(@lines, $line);
|
||||
if (scalar(@lines) > 1000000) {
|
||||
$Ferr = undef;
|
||||
mtr_warning("Too much log from test, bailing out from extracting");
|
||||
return ();
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue