David Ducos

Results 329 comments of David Ducos

The first commit is expected to failed as it was the test case.

Hi @brileyd The information that you get from --master-data is in metadata. However, and just to clarify, do you want myloader to configure the replication channel? As that will be...

I think that we can create a new kind of file with the `CHANGE MASTER` command on mydumper and we can create 2 files, one with the info of `SHOW...

Hi @klemens-u, I think that you can do what you are requesting without implementing anything in mydumper, this is because: 1- you know when the backup has been taken 2-...

@klemens-u built in that query in mydumper is not a good idea from my point of view. Adding this custom queries inside mydumper will cause maintenance costs that I don't...

Hi @ronylei, I'm not 100% sure what was the intention, it should not be necessary but it might if we are going to start using the main connection to take...

Hi @ronylei, I reviewed the code and we have to keep the START TRANSACTION there, because when the jobs for the tables are created, we are using that connection. Anyways,...

@ronylei we are already doing that and we are moving some tasks performed on the main thread to the workers. I will be removing the START TRANSACTION from the main...

Hi @aloks2019, you should be using --rows and ZSTD release.

Hi @str , yes! sorry about that, there are some scenarios that I'm still investigating that cause the situation that you mention. I'm not sure when I'm going to be...