In order to support the Aborted_connects status variable, GMS needs to be notified when a connection attempt is aborted in the Vitess layer. This change adds a ConnectionAborted() callback method to Vitess' Handler interface and calls it whenever a connection attempt errors out before it's fully established.
In order to support the
Aborted_connects
status variable, GMS needs to be notified when a connection attempt is aborted in the Vitess layer. This change adds aConnectionAborted()
callback method to Vitess'Handler
interface and calls it whenever a connection attempt errors out before it's fully established.Coordinated with https://github.com/dolthub/go-mysql-server/pull/2546