Run gofmt with Go 1.10
This commit is contained in:
@@ -202,10 +202,10 @@ var (
|
||||
"deleting": uint32(0),
|
||||
"executing": uint32(0),
|
||||
"execution of init_command": uint32(0),
|
||||
"end": uint32(0),
|
||||
"freeing items": uint32(0),
|
||||
"flushing tables": uint32(0),
|
||||
"fulltext initialization": uint32(0),
|
||||
"end": uint32(0),
|
||||
"freeing items": uint32(0),
|
||||
"flushing tables": uint32(0),
|
||||
"fulltext initialization": uint32(0),
|
||||
"idle": uint32(0),
|
||||
"init": uint32(0),
|
||||
"killed": uint32(0),
|
||||
@@ -241,8 +241,8 @@ var (
|
||||
}
|
||||
// plaintext statuses
|
||||
stateStatusMappings = 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",
|
||||
|
||||
Reference in New Issue
Block a user