You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foreign Key feature has been supported for a long time. However, it's not GA yet. There are some existing issues about foreign key, and this issue will track the things which we'll need to do before mark it as GA.
Foreign Key feature has been supported for a long time. However, it's not GA yet. There are some existing issues about foreign key, and this issue will track the things which we'll need to do before mark it as GA.
Known issues
Consistency
INSERT IGNORE
doesn't lock the parent table #56661Compatibility
UPDATE IGNORE
doesn't omit the foreign key error #56681INSERT IGNORE ... ON DUPLICATE UPDATE ...
doesn't omit foreign key error #56678ALTER TABLE ... DROP FOREIGN KEY IF EXISTS ...
shouldn't be supported in parser #56701Add more tests
PREPARE
and "Non-Transactional DML" #56365SAVEPOINT
withForeign Key
function #56562IMPORT INTO
withForeign Key
. #56563Others
Enhancement
The text was updated successfully, but these errors were encountered: