Skip to content

Commit

Permalink
session/variable: fix method comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
coocood committed Dec 22, 2015
1 parent bca6bbd commit 7e41cae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sessionctx/variable/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func GetSessionVars(ctx context.Context) *SessionVars {
return v
}

// GetCharsetInfo gets charset and collation for current context.
// What character set should the server translate a statement to after receiving it?
// For this, the server uses the character_set_connection and collation_connection system variables.
// It converts statements sent by the client from character_set_client to character_set_connection
Expand Down

0 comments on commit 7e41cae

Please sign in to comment.