-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
running gh-ost on table with json datatype #916
Comments
I'm going to look into this out of interest. |
@lioraltarescu can you please provide some simplified table data so I can create a test case? |
@lioraltarescu please test this binary: https://github.com/openark/gh-ost/suites/1856467417/artifacts/36046306, built by https://github.com/openark/gh-ost/actions/runs/495894244 as part of openark#13 Please make sure to test on replica and not on productionWhile the new test suite passes. please let me know if this fixes your problem and please validate the data is intact. |
hey @shlomi-noach we tested it and it solved the issue. 10x A lot !! |
Cool. Just as long as you double and triple check data integrity. I will submit this PR upstream. |
ok , got it . We checked our use case that we ran into a couple of time but we will check other use case that we had in the past to see everything is ok and update you . 10x |
Irrespective of some spam comments on this issue, I recommend closing it, given openark#13 has been merged. |
Please close this issue? |
Hello , I'm trying to alter a table with json column and a stored virtual column .
My setup is 4 mysql server 8.0.22 , where two of them are comaster and each comaster has a slave . Only one comaster is open to writes.
this is the table
My end goal is to modify the virtual stored column and PK but i get a go driver error when I try to add a simple column
here is my gh-ost command
I get the error in the in the dry run
The text was updated successfully, but these errors were encountered: