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

Unrecognized keyword and Unrecognized alter operation #427

Open
liviuconcioiu opened this issue Mar 5, 2023 · 3 comments
Open

Unrecognized keyword and Unrecognized alter operation #427

liviuconcioiu opened this issue Mar 5, 2023 · 3 comments
Labels

Comments

@liviuconcioiu
Copy link
Contributor

CHECK TABLE `table` FOR UPGRADE; will give two errors.

  1. Unrecognized keyword. (near FOR)
  2. Unrecognized keyword. (near UPGRADE)

ALTER TABLE `table` FORCE; will give one error.

  1. Unrecognized alter operation. (near ;)
05.03.2023_19.16.44_REC.mp4
@williamdes williamdes added the bug label Mar 9, 2023
@williamdes
Copy link
Member

I believe the two queries do execute, can you post a documentation link for this sort of query ?

@liviuconcioiu
Copy link
Contributor Author

I believe the two queries do execute, can you post a documentation link for this sort of query ?

https://mariadb.com/kb/en/check-table/
https://mariadb.com/kb/en/alter-table/

https://dev.mysql.com/doc/refman/8.0/en/check-table.html
https://dev.mysql.com/doc/refman/8.0/en/alter-table.html

@niconoe-
Copy link
Contributor

niconoe- commented Aug 7, 2024

About the CHECK TABLE statement:

About the ALTER TABLE … FORCE statement:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants