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

getAllTables doesn't get all tables on some MySQL setups #65

Closed
michalbiarda opened this issue Jan 31, 2023 · 0 comments
Closed

getAllTables doesn't get all tables on some MySQL setups #65

michalbiarda opened this issue Jan 31, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@michalbiarda
Copy link
Contributor

Apparently there is a max length limit for GROUP_CONCAT function that is used inside getAllTables, and its default of 1024 is too low to get all tables from bigger databases (like Magento). We should raise the limit temporarily with SET SESSION group_concat_max_len = 1000000;

@michalbiarda michalbiarda added this to the 4.0.0 milestone Jan 31, 2023
@michalbiarda michalbiarda self-assigned this Jan 31, 2023
@michalbiarda michalbiarda moved this to In Progress in Driver Jan 31, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in Driver Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant