Skip to content

Commit

Permalink
tidb-server:Fix misspell (pingcap#9380)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiekeyi98 authored and zimulala committed Feb 21, 2019
1 parent f46c558 commit 46c1cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var (
ddlLease = flag.String(nmDdlLease, "45s", "schema lease duration, very dangerous to change only if you know what you do")
tokenLimit = flag.Int(nmTokenLimit, 1000, "the limit of concurrent executed sessions")
pluginDir = flag.String(nmPluginDir, "/data/deploy/plugin", "the folder that hold plugin")
pluginLoad = flag.String(nmPluginLoad, "", "wait load plugin name(seperated by comma)")
pluginLoad = flag.String(nmPluginLoad, "", "wait load plugin name(separated by comma)")

// Log
logLevel = flag.String(nmLogLevel, "info", "log level: info, debug, warn, error, fatal")
Expand Down

0 comments on commit 46c1cf1

Please sign in to comment.