-
Andrei authored
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.
f5ba6530
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.