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

Vitess does not support DELETE IGNORE #6722

Closed
aquarapid opened this issue Sep 15, 2020 · 0 comments · Fixed by #6802
Closed

Vitess does not support DELETE IGNORE #6722

aquarapid opened this issue Sep 15, 2020 · 0 comments · Fixed by #6802
Labels
Type: Enhancement Logical improvement (somewhere between a bug and feature)
Milestone

Comments

@aquarapid
Copy link
Contributor

Against recent master (56a3312):

Via vtgate:

mysql> delete ignore from t1;
ERROR 1105 (HY000): vtgate: http://localhost:15001/: syntax error at position 14 near 'ignore'

Via underlying MySQL instance:

mysql> delete ignore from t1;
Query OK, 10 rows affected (0.00 sec)
@aquarapid aquarapid added the Type: Enhancement Logical improvement (somewhere between a bug and feature) label Sep 17, 2020
@askdba askdba added this to the v8.0 milestone Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Logical improvement (somewhere between a bug and feature)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants