Skip to content

Commit

Permalink
Update server/conn.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta authored Dec 14, 2021
1 parent e08a4f9 commit b41dcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ type clientConn struct {
authPlugin string // default authentication plugin
isUnixSocket bool // connection is Unix Socket file
rsEncoder *resultEncoder // rsEncoder is used to encode the string result to different charsets.
inputDecoder *inputDecoder // inputDecoder is used to encode the incoming strings to different charsets.
inputDecoder *inputDecoder // inputDecoder is used to decode the different charsets of incoming strings to utf-8.
socketCredUID uint32 // UID from the other end of the Unix Socket
// mu is used for cancelling the execution of current transaction.
mu struct {
Expand Down

0 comments on commit b41dcf4

Please sign in to comment.