Use gofmt from Go 1.11 (#5259)

This commit is contained in:
Daniel Nelson
2019-01-07 17:14:07 -08:00
committed by GitHub
parent 0f75f3b304
commit 84139cf890
10 changed files with 54 additions and 54 deletions

View File

@@ -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",