Skip to content

Commit

Permalink
Typo, upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed Jan 10, 2024
1 parent f6a6159 commit fcdaaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ func (l *Listener) sendClientStartupMessages(conn net.Conn, startupMessage messa
return nil
}

// query runs the given query. This will post the RowDescription, DataRow, and CommandComplete messages.
// query runs the given query and sends a CommandComplete message to the client
func (l *Listener) query(conn net.Conn, mysqlConn *mysql.Conn, query ConvertedQuery) error {
commandComplete := messages.CommandComplete{
Query: query.String,
Expand Down

0 comments on commit fcdaaba

Please sign in to comment.