David Ducos

Results 329 comments of David Ducos

What is the output of: ``` mysql_config --include --libs ```

Hi @ThomasPelletier, Looks like the problem is when it is trying to export the schema-post files, the database name points to a wrong position of memory. Do you have the...

Hi @ThomasPelletier , you can run: ``` f 7 p database->name ``` ?

I'm agree with @fredricj ! I checked the code and the database structure is not being free which make harder to understand the problem and give you a solution. Is...

Hi @ThomasPelletier , why don't you use -B with the list of databases to dump instead of using --regex. I would like to see if mydumper fails with this configuration.

-B accepts a coma delimited list

Can you go to frame 7 and investigate the content of schema_post? It might be possible to check all the database name there.

Hi @ThomasPelletier, I developed this [page](https://github.com/mydumper/mydumper/wiki/Support#core-dump ) for other users that have similar issues, so I can troubleshoot faster and with all the info that I need. Hope you can...

As I stated on #754, only MySQL is releasing ARM packages, Percona and MariaDB is not doing it yet. MyDumper has not the resources yet to deploy ARM packages. This...

I'm reviewing https://circleci.com/blog/publishing-to-github-releases-via-circleci/ and I think that in the future we could start using it to draft the releases, which is going to allow us to get multiple versions, even...