?d Derek Douglas-Hecker
?d Derek Douglas-Hecker
Thank you. I'll work on providing you with a succinct test case soon.
This is what we have used to replicate the issue: * create a reference table against which we will use gh-ost to add an empty column ``` CREATE TABLE reference_table...
Hi Shlomi - The tests appear legit, to the best of my knowledge. For clarification - gh-ost is running while those sql statements are being executed? We'll look into upgrading...
We are **unable to replicate** this issue against mysql 5.7.32 running the recent OSX distribution of gh-ost. We've even updated Aurora to **2.10** to no avail. This does seem to...
Would it be difficult to get a test build of gh-ost with the latest version of go-mysql? That might help. At this point we are looking into refactoring our code...
@shlomi-noach We dove deep into this and got the 16.4 version of go on our system, and built an executable for gh-ost following the instructions. We aren't sure if we...
> @derekPNM sorry was sidetracked with other stuff. `go` version shouldn't be an issue here. Yes to `go-mysql` version, which is outdated. I can try and set up a PR...
Assuming that artifact is for us to test with... when trying to execute our script we receive the following error: ` 2021-06-07 08:08:36 FATAL Unable to read osc chunk size:...
I noticed something similar happened with the related PR that Here's the command (same command we've been using since we encountered the binlog issue, BTW): ` which gh-ost for _tbl...
Thank you. It pushed us to the next validation error :( . I'll keep on working my way through them to see if the new go-mysql helps. In the meantime:...