Tagged articles
1 articles
Page 1 of 1
ITPUB
ITPUB
Apr 11, 2023 · Databases

What Happens on the MySQL Server When the Client Disconnects Abruptly?

This article explains how MySQL 8.0.32 (InnoDB) handles a situation where the client sends a DML/DDL statement, the server executes it, and the client silently drops the connection before the server can detect the disconnect, detailing transaction commit, rollback, and send() behavior.

InnoDBSendclient disconnect
0 likes · 8 min read
What Happens on the MySQL Server When the Client Disconnects Abruptly?