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

[MySQL] Issue in analyse schema reports needs more details #249

Closed
seethb opened this issue Aug 22, 2022 · 0 comments · Fixed by #312
Closed

[MySQL] Issue in analyse schema reports needs more details #249

seethb opened this issue Aug 22, 2022 · 0 comments · Fixed by #312
Assignees

Comments

@seethb
Copy link

seethb commented Aug 22, 2022

Hi when we look at the analyse schema output in report.txt file

Here the below issue is misleading that ALTER TABLE IS NOT SUPPORTED, here alter table is supported by CLUSTER is the reserved word. when we manually correct it and then it's working.

Issues:
Error in Object TABLE:
-Object Name:
-Reason: ALTER TABLE CLUSTER not supported yet.
-SQL Statement: ALTER TABLE cluster_abc ADD CONSTRAINT fk_cluster_abc_cluster FOREIGN KEY (cluster_id) REFERENCES cluster(id) MATCH SIMPLE ON DELETE NO ACTION ON UPDATE NO ACTION;
-File Path: /home/centos/mysqltest/exportdir/schema/tables/table.sql
-Github Issue Link: yugabyte/yugabyte-db#1124

Kindly fix it.

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 a pull request may close this issue.

2 participants