Skip to content

Commit

Permalink
PR Feedback: document unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
fulghum committed Dec 11, 2024
1 parent 789652b commit a77955f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/mysql_db/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ type sha2PlainTextStorage struct {
var _ mysql.PlainTextStorage = (*sha2PlainTextStorage)(nil)

// UserEntryWithPassword implements the mysql.PlainTextStorage interface.
// The auth framework in Vitess also passes in user certificates, but we don't support that feature yet.
func (s sha2PlainTextStorage) UserEntryWithPassword(_ []*x509.Certificate, user string, password string, remoteAddr net.Addr) (mysql.Getter, error) {
db := s.db

Expand Down

0 comments on commit a77955f

Please sign in to comment.