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
These SQL cases do not work in MySQL, but they work in TiDB parser:
createtablet (a int, constraint c key idx (a))
createtablet (a int, constraint c index idx (a))
createtablet (a int, constraint c key idx using hash (a))
createtablet (a int, constraint c index idx using rtree (a))
createtablet (a int, constraint c fulltext index (a))
ConstraintKeywordOpt is not applicable in KEY, INDEX, or FULLTEXT according to the grammar of MySQL 8.0.
Claim this subtask based on the comments below this issue.
The text was updated successfully, but these errors were encountered:
Index Issue: pingcap/tidb#11486
These SQL cases do not work in MySQL, but they work in TiDB parser:
ConstraintKeywordOpt
is not applicable inKEY
,INDEX
, orFULLTEXT
according to the grammar of MySQL 8.0.Claim this subtask based on the comments below this issue.
The text was updated successfully, but these errors were encountered: