Merged fix-821703-processlist-null-state

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-07-30 16:48:15 -03:00
4 changed files with 36 additions and 8 deletions
+2 -2
View File
@@ -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
];
}
}