ALTER TABLE ... DROP FOREIGN KEY IF EXISTS ...
shouldn't be supported in parser
#56701
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.
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.The text was updated successfully, but these errors were encountered: