Skip to content

Conversation

@ckolbitsch-work
Copy link

@ckolbitsch-work ckolbitsch-work commented Jul 21, 2020

GCP cloud-SQL DBs do not seem to allow using gh-ost due to the way that
we create tables (using CREATE TABLE <ghost-table> LIKE <table>). This
is a confirmed GCP bug:

https://issuetracker.google.com/issues/158129960

For the time being, this commit adds an option to enable GCP support,
using a different CREATE TABLE statement.

Related issue: #863

Fixes #863

GCP cloud-SQL DBs do not seem to allow using gh-ost due to the way that
we create tables (using `CREATE TABLE <ghost-table> LIKE <table>`). This
is a confirmed GCP bug:

https://issuetracker.google.com/issues/158129960

For the time being, this commit adds an option to enable GCP support,
using a different CREATE TABLE statement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Running on Google Cloud SQL with partitioned tables

2 participants