go fmt fixes

This commit is contained in:
Cameron Sparr
2015-08-04 16:09:59 -06:00
parent 0911b5b2e8
commit 611ad26d1b
6 changed files with 36 additions and 37 deletions

View File

@@ -72,9 +72,9 @@ var mappings = []*mapping{
inExport: "innodb_",
},
{
onServer: "Tokudb_",
inExport: "tokudb_",
},
onServer: "Tokudb_",
inExport: "tokudb_",
},
{
onServer: "Threads_",
inExport: "threads_",