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

Keep track of compatibility issues for various of MySQL version #506

Open
spongedu opened this issue Aug 19, 2019 · 1 comment
Open

Keep track of compatibility issues for various of MySQL version #506

spongedu opened this issue Aug 19, 2019 · 1 comment

Comments

@spongedu
Copy link
Contributor

spongedu commented Aug 19, 2019

Recently I'm working on improving TiDB parser's compatibility( see Improve parser compatibility). As we all know, parser's behavior is mostly base on MySQL5.7, but as time goes by there are some MariaDB (#337 , e.g) and MySQL8.0 (#496 e.g) feature join in. Maybe we could add some control here so that the parser could stick to one version at a time.

I think it's a good start to keep track of all the issues that is for MySQL 8.0, MariaDB or anything not MySQL 5.7. Maybe we should add tags for these issue, as well.

The MySQL 5.7 compatibility issues:

The MariaDB compatibility issues:

@winkyao
Copy link
Contributor

winkyao commented Aug 29, 2019

Agree, Could you write a proposal for this?

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

No branches or pull requests

2 participants