mirror of https://github.com/MariaDB/server
Browse Source
Problem: ======= High priority transaction can't able to kill the blocking transaction when foreign keys are involved. trx_kill_blocking() missing while checking the foreign key constraint. Fix: === Add trx_kill_blocking() while checking for the foreign key constraint. Reviewed-by: Debarun Banerjee <debarun.banerjee@oracle.com> RB: 13579pull/365/head
committed by
Marko Mäkelä
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue