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

Fix fetchIndexesViaSqlDB/NewTableFromSqlDB for MySQL 8.0 #527

Merged
merged 2 commits into from
Jan 9, 2022

Conversation

RobinGeuze
Copy link
Contributor

MySQL 8 has a different column count for SHOW INDEX FROM, causing issues with the use of Scan in fetchIndexesViaSqlDB

…ues with the use of Scan in fetchIndexesViaSqlDB
@atercattus atercattus linked an issue Apr 20, 2021 that may be closed by this pull request
@atercattus atercattus self-assigned this Apr 20, 2021
@pawandubey
Copy link

Hi @atercattus Is anything needed to expedite this fix?

@lance6716
Copy link
Collaborator

ptal @atercattus

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.

Run test also on mysql 8.x
4 participants