Run gofmt with Go 1.10

This commit is contained in:
Daniel Nelson
2018-10-29 16:12:37 -07:00
parent f38da90329
commit 9fcd279b7e
5 changed files with 43 additions and 43 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",