Done
Details
Details
Security Level Help
None
Assignee
Dmitry Lenev
Dmitry LenevReporter
Michael Benshoof
Michael BenshoofLabels
Upstream Bug URL
Needs QA
Yes
Fix versions
Affects versions
Priority
Smart Checklist
Smart Checklist
Created March 14, 2024 at 6:35 PM
Updated November 4, 2024 at 12:33 PM
Resolved September 3, 2024 at 3:03 PM
In same workload that resulted in https://perconadev.atlassian.net/browse/PS-9092, we hit an issue where after accidentally running a null ALTER with ALGORITHM=INPLACE, a row was missing. No delete was found in the binlog for the row in question.
Normal process was to do the null alter to reclaim disk space by stopping replication, running the ALTER with ALGORITHM=COPY, then restarting replication after the ALTER was complete. Inadvertently, the ALTER was run with INPLACE and replication was not stopped.