Skip to content

Commit

Permalink
restore format
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Apr 26, 2019
1 parent b045eba commit a180655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collector/info_schema_processlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ var (
"other": uint32(0),
}
threadStateMapping = map[string]string{
"user sleep": "idle",
"creating index": "altering table",
"user sleep": "idle",
"creating index": "altering table",
"committing alter table to storage engine": "altering table",
"discard or import tablespace": "altering table",
"rename": "altering table",
Expand Down

0 comments on commit a180655

Please sign in to comment.