You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mysql protocol parser assumes that transactions can only be started
by the client. This is true once the connection has been negotiated
("command phase"), but not during initial handshake ("connection phase").
This causes parsing problems when a connection is monitored from the
start, as sometimes the connection phase leaves the parser confused on
which side is client.
This patch modifies how client-side is detected, which can only be done
by looking at the destination port.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
User finds some issues with
mysql
protocol in packetbeat:sometimes mysql transactions are not reportedFix mysql parser handling of connection phase #8173For confirmed bugs, please report:
The text was updated successfully, but these errors were encountered: