Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALTER TABLE ... DROP FOREIGN KEY IF EXISTS ... shouldn't be supported in parser #56701

Open
Tracked by #55861
YangKeao opened this issue Oct 17, 2024 · 0 comments · May be fixed by #56703
Open
Tracked by #55861

ALTER TABLE ... DROP FOREIGN KEY IF EXISTS ... shouldn't be supported in parser #56701

YangKeao opened this issue Oct 17, 2024 · 0 comments · May be fixed by #56703
Assignees
Labels
component/parser good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. severity/minor sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@YangKeao
Copy link
Member

See https://bugs.mysql.com/bug.php?id=5746. MySQL doesn't have this syntax. TiDB also didn't support this operation, but the parser actually can parse it.

@YangKeao YangKeao added type/bug The issue is confirmed as a bug. component/parser sig/sql-infra SIG: SQL Infra severity/minor labels Oct 17, 2024
@YangKeao YangKeao self-assigned this Oct 17, 2024
@YangKeao YangKeao mentioned this issue Oct 17, 2024
15 tasks
@lance6716 lance6716 added the good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/parser good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. severity/minor sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants