-
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
unique key columns is not a subset of shared columns in BuildDMLUpdateQuery on JSON table #1504
Comments
Thanks for the report. Can you provide an example table/alter where you run into this error? |
Hi @meiji163 , Thank you for your quick response! We are experiencing the same issue as discussed in .Github Issue we run gh-ost on MySQL 8.0.22 and got the following error when an UPDATE statement is performed on the table while ghost is running: This is the scenario:
while gh-ost is running, run any update on the table, for example:
and gh-ost throws: The gh-st command that was run is:
It seems to be here: |
Thanks for the details @BarShauli555 . I could not reproduce the error with the example you gave. |
Hi @meiji163 Yes, Still the same error. From master branch. git clone, build and running the gh-ost file. an example :
ghost running command :
The result :
|
Hi Guys, Im Bar From Wix DBA Team.
We had an old issue, that Shlomi created a fix for us and send us the binaries only, and not the code.
For now, we would like to use newer versions on gh-ost, and the change are not implemented at the new code.
Our Entire Mysql DB is working with generated unique key \ primary key, and this is a big issue for us.
Please review this ISSUE : [(https://github.com//issues/1000)]
It is still relevant.
I tested the newest version (master version) and also this version : #1461
and still the error persist.
ERROR unique key columns is not a subset of shared columns in BuildDMLUpdateQuery
Kindly please add this feature.
The text was updated successfully, but these errors were encountered: