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: unknown variable column-statistics=0 with MariaDB 10 #256

Conversation

alexislefebvre
Copy link
Collaborator

@alexislefebvre alexislefebvre commented Jan 14, 2024

Fixes #251

I tried to run something like @exec(mysqldump … --column-statistics=0) but it always shown unknown variable column-statistics=0 in the output so I switched to checking the provider of the mysqldump command. It may be less reliable but it's the safest way for now.

@alexislefebvre alexislefebvre force-pushed the fix-unknown-variable-column-statistics-0 branch 11 times, most recently from 08f80ed to 876fc8c Compare January 14, 2024 19:28
@alexislefebvre alexislefebvre force-pushed the fix-unknown-variable-column-statistics-0 branch from 876fc8c to 02ec63a Compare January 14, 2024 19:30
@alexislefebvre alexislefebvre self-assigned this Jan 14, 2024
@alexislefebvre alexislefebvre added the help wanted Extra attention is needed label Jan 14, 2024
@alexislefebvre alexislefebvre merged commit a5bf949 into liip:2.x Jan 15, 2024
10 checks passed
@alexislefebvre alexislefebvre deleted the fix-unknown-variable-column-statistics-0 branch January 28, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: mysqldump: unknown variable 'column-statistics=0' error
1 participant