MDEV-31755 Replica's DML event deadlocks wit online alter table
The deadlock was caused by too strong MDL acquired by the start ALTER. While MDL is shared by the start ALTER wait for its 2nd part to allow concurrent DML:s to grab the lock. The fixes uses wait_for_master reentrancy.
Showing
Please register or sign in to comment