The Wayback Machine - https://web.archive.org/web/20201121005232/https://github.com/github/gh-ost/pull/862
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

Work around CREATE TABLE GCP bug #862

Open
wants to merge 1 commit into
base: master
from

Conversation

@kolbitsch-lastline
Copy link

@kolbitsch-lastline kolbitsch-lastline 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.
@kolbitsch-lastline kolbitsch-lastline force-pushed the Lastline-Inc:allow-create-table-on-gcp branch from 9e078f7 to bc747f5 Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.