Skip to content

Commit

Permalink
server: ConnectionEvent error from plugins should not make TiDB exit (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao authored and lysu committed Mar 27, 2019
1 parent 7a1fe18 commit 1f01857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func (s *Server) Run() error {
return nil
})
if err != nil {
return err
continue
}

go s.onConn(clientConn)
Expand Down

0 comments on commit 1f01857

Please sign in to comment.