Learn how MySQL’s online DDL operations can affect your data and explore best practices to protect your tables during ALTER TABLE and OPTIMIZE TABLE operations.
Updated Dec 16, 2024
Version 1.0Is this bug still active? Was if fixed for 8.0 and 8.4 flexible?
As per the community bug links (MySQL Bugs: #115608: Inplace ALTER TABLE might cause lost rows if concurrent purge and MySQL Bugs: #115511: Inplace ALTER TABLE might fail with duplicate key error if concurrent insertions) the issue is fixed in MySQL Server 8.0.41, 8.4.4. Our current running versions are 8.0.44 and 8.4.7 (Version Support Policy | Microsoft Learn) , so this should be fixed.