Skip to content

Commit a77955f

Browse files
committed
PR Feedback: document unused param
1 parent 789652b commit a77955f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/mysql_db/auth.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ type sha2PlainTextStorage struct {
166166
var _ mysql.PlainTextStorage = (*sha2PlainTextStorage)(nil)
167167

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

0 commit comments

Comments
 (0)