mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-21 01:00:47 +08:00
Merged fix-821703-processlist-null-state
This commit is contained in:
+2
-2
@@ -279,7 +279,7 @@ sub parse_event {
|
||||
int($query_start), # START
|
||||
$etime, # ETIME
|
||||
$time, # FSEEN
|
||||
{ $curr->[STATE] => 0 }, # PROFILE
|
||||
{ ($curr->[STATE] || "") => 0 }, # PROFILE
|
||||
];
|
||||
}
|
||||
}
|
||||
@@ -294,7 +294,7 @@ sub parse_event {
|
||||
int($query_start), # START
|
||||
$etime, # ETIME
|
||||
$time, # FSEEN
|
||||
{ $curr->[STATE] => 0 }, # PROFILE
|
||||
{ ($curr->[STATE] || "") => 0 }, # PROFILE
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user