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

added warnings for some syntaxes of ALTER TABLE and CREATE DATABASE statements #884

Merged
merged 4 commits into from
Mar 18, 2022

Conversation

jennifersp
Copy link
Contributor

  • Added a warning for using CHARACTER SET, COLLATE or ENCRYPTION syntaxes when creating database. The database is still created.
  • Added a warning for using DISABLE KEYS or ENABLE KEYS options for alter table statement. Nothing changes for the table being altered.
  • Added a system variable that mysqldump uses, innodb_stats_auto_recalc

sql/parse/parse.go Outdated Show resolved Hide resolved
@VinaiRachakonda
Copy link
Contributor

LGTM!

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.

2 participants