Commit cc3bee92 authored by sjaakola's avatar sjaakola Committed by Jan Lindström

Refs: MW-369 * changed insert for a FK child table to take exclusive lock on FK parent table

parent 20c21152
......@@ -1640,7 +1640,7 @@ row_ins_check_foreign_constraint(
foreign,
rec,
check_index,
check_ref, TRUE);
check_ref, FALSE);
#endif /* WITH_WSREP */
goto end_scan;
} else if (foreign->type != 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment