readyset icon indicating copy to clipboard operation
readyset copied to clipboard

forward COM_PING to MySQL

Open altmannmarcelo opened this issue 4 months ago • 1 comments

Description

COM_PING is used to check if a connection is still open and reset it's wait/interactive_timeout.

Currently we are able to read COM_PING and return an OK_PACKET back, but we should also send a COM_PING in the upstream connection attached to the connection that received COM_PING in order to refresh the timeout on the upstream connection.

Change in user-visible behavior

Requires documentation change

altmannmarcelo avatar Oct 09 '24 16:10 altmannmarcelo