-
Lakshmi Narayanan Sreethar authored
When an inplace alter add foreign key fails, due to a child row not present in parent, the error "Cannot add or update a child row" is displayed. This patch changes it to "Cannot add Foreign Key Constraint" - which is more suited to the situation.
Lakshmi Narayanan Sreethar authoredWhen an inplace alter add foreign key fails, due to a child row not present in parent, the error "Cannot add or update a child row" is displayed. This patch changes it to "Cannot add Foreign Key Constraint" - which is more suited to the situation.
Loading