Ready
Click Next Step to follow the UPDATE statement through every layer of InnoDB — from the TCP packet arriving at mysqld all the way to the dirty page being flushed to your
.ibd file on disk.Follow a single SQL statement from client to disk — every buffer, log, and flush along the way.
.ibd file on disk.UPDATE orders SET status='shipped' WHERE id=42