p0ny

Results 7 comments of p0ny

I'm using ``` +-----------+ | @@version | +-----------+ | 8.0.27 | +-----------+ ``` And I cannot insert it into the table following your steps. ``` mysql> CREATE TABLE ghost_overflow_test (primary_key...

After a second thought, I believe that we shouldn’t reuse the `CutOverCompleteFlag` here, which would stop streaming via `canStopStreaming()` but to test `migrator.finishedMigrating` in `canStopStreaming()` instead. This is more consistent...

@timvaillancourt I believe @nikhilmat has implemented in https://github.com/github/gh-ost/pull/479. By the way, I fixed some missing cleanups downstream https://github.com/bytebase/gh-ost/pull/3, would you like to have it merged on the upstream?

Thanks for your detailed report! I tried to reproduce using MySQL 5.6, 5.7, and 8.0 and I'd like to share the results. It seems that this is only a problem...

@hieunt-itfoss Hi, there are no docs on that for now. On the other hand, you can take a look at #928, the tracking issue of github support. VCS interfaces are...

Bytebase doesn't use GraphQL and the javascript files would be in the /assets folder. I suspect that there might be other services running on port 8080.

Try connecting with PostgreSQL. There might be some issues when reading from information_schema though.