Skip to content

MySQL experimental parser #525

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

Merged
merged 7 commits into from
May 27, 2020
Merged

MySQL experimental parser #525

merged 7 commits into from
May 27, 2020

Conversation

kyleconroy
Copy link
Collaborator

@kyleconroy kyleconroy commented May 27, 2020

My original plan was to use the pingcap MySQL parser when env.ExperimentalParser was true, and the vitess parser when it was false. Sadly, that won't really work as the two parsers aren't the same.

Instead, we'll only use the pingcap parser if the engine is set to _dolphin. We'll eventually switch over, once the pingcap-based parser is further along.

@kyleconroy kyleconroy marked this pull request as ready for review May 27, 2020 21:18
@kyleconroy kyleconroy merged commit eecb559 into master May 27, 2020
@kyleconroy kyleconroy deleted the mysql-experiment branch May 27, 2020 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant