Commit cf5e193d authored by Michael Widenius's avatar Michael Widenius

Remove mark_check_constraint_columns from delete

- We don't check constraints when doing delete
parent 87933d52
......@@ -6277,11 +6277,6 @@ void TABLE::mark_columns_needed_for_delete()
need_signal= true;
}
}
if (check_constraints)
{
mark_check_constraint_columns_for_read();
need_signal= true;
}
if (need_signal)
file->column_bitmaps_signal();
......
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