Skip to content
Permalink
Browse files
Remove mark_check_constraint_columns from delete
- We don't check constraints when doing delete
  • Loading branch information
montywi committed Nov 17, 2017
1 parent 87933d5 commit cf5e193
Showing 1 changed file with 0 additions and 5 deletions.
@@ -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();

0 comments on commit cf5e193

Please sign in to comment.