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

Ghost SQL Translation #769

Open
subkanthi opened this issue Aug 26, 2024 · 1 comment
Open

Ghost SQL Translation #769

subkanthi opened this issue Aug 26, 2024 · 1 comment
Labels
dev-complete Development completed lightweight Issues related to Lightweight version mysql question Further information is requested
Milestone

Comments

@subkanthi
Copy link
Collaborator

 alter /* gh-ost */ table `p_prod`.`_j_failed_s_g` REMOVE PARTITIONING;
create /* gh-ost */ table `p_prod`.`_j_failed_s_g` (\n\t\t\tid int auto_increment primary key\n\t\t) engine=InnoDB comment='ghost-cut-over'
@subkanthi subkanthi added lightweight Issues related to Lightweight version mysql labels Aug 26, 2024
@subkanthi subkanthi added this to the 2.4.0 milestone Aug 26, 2024
@subkanthi
Copy link
Collaborator Author

ClickHouse Query

ALTER TABLE `p_prod`.`_j_failed_s_g`

Error parsing, the parse clickhouse query is empty

create /* gh-ost */ table p_prod._j_failed_s_g (\n\t\t\tid int auto_increment primary key\n\t\t) engine=InnoDB comment='ghost-cut-over'

@subkanthi subkanthi added dev-complete Development completed question Further information is requested labels Sep 16, 2024
@subkanthi subkanthi modified the milestones: 2.4.0, 2.5.0 Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-complete Development completed lightweight Issues related to Lightweight version mysql question Further information is requested
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant