Renan Rangel
Renan Rangel
Any update on this? Would love to see this get merged
Thanks @kyleknap, really appreciate it 🙇
thanks @deepthi , I created #15335 and mentioned it here in the PR description
These are good questions, thanks Shlomi! - I wasn't sure, but checking the officila mysql docker images, it seems to be included actually: ``` $ docker run -it mysql:8.0 mysqlsh...
@shlomi-noach yeah, we looked into `mysqlpump`, but it has been deprecated (the page you linked also has a notice) and it is still slower than MySQL Shell. but since it...
> Since we have not fully finished the deletion of mysqld in the vitess/lite Docker Images, the mysqlsh binary will have to be included in the vitess/lite image regardless if...
@shlomi-noach sorry I haven't made too much progress on this today, but wanted to bring another idea for something we discussed today in relation to the GTIDs. what do you...
fair enough, we don't use `vtbackup` so we don't actually provision an entirely new tablet which will be of the `BACKUP` type. saying that, there are some differences in between...
I hit an issue that we can't start/stop replication when there is a backup lock in place in MySQL (created by MySQL Shell), so we wouldn't be able to use...
@shlomi-noach I have added the `endtoend` tests and fixed the issues with the other tests, I would appreciate if you could take a look when you have the time. I...