Skip to content

Commit

Permalink
tidb-server: Setup binlog client before create domain (pingcap#4775)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenli authored and coocood committed Oct 16, 2017
1 parent a34964a commit c2dc0e9
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 @@ -126,8 +126,8 @@ func main() {
setGlobalVars()
setupLog()
printInfo()
createStoreAndDomain()
setupBinlogClient()
createStoreAndDomain()
createServer()
setupSignalHandler()
setupMetrics()
Expand Down

0 comments on commit c2dc0e9

Please sign in to comment.