mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #17654275 - MTR EXTRACT_WARNING_LINES IS NOT REMOVING TIMESTAMP IN UTC FORMAT WITH TIMEZONES
This commit is contained in:
@ -4353,7 +4353,7 @@ sub extract_warning_lines ($$) {
|
||||
{
|
||||
# Remove initial timestamp and look for consecutive identical lines
|
||||
my $line_pat= $line;
|
||||
$line_pat =~ s/^[0-9: ]*//;
|
||||
$line_pat =~ s/^[0-9:\-\+\.TZ ]*//;
|
||||
if ($line_pat eq $last_pat) {
|
||||
$num_rep++;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user