David Ducos

Results 73 issues of David Ducos

I have just realize that, it is not possible to create packages with 8.0 client libraries. Take into account that it is possible to make the binaries with shared libraries,...

bug
incomplete

The format of the master and slave status in the "metadata" file is very similar. This can cause confusion. https://github.com/maxbube/mydumper/issues/55

enhancement

Hello Community, @maxbube and me are the only collaborators for MyDumper. we have several contributors, that we thank all the work done, but we need more commitment from a few...

help wanted

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...

enhancement
Release

Add the schema and table names from data files when possible but not the extra info that could be loaded later on, to avoid renqueuing on the intermediate queue.

enhancement

Views could include FORCE INDEX close, causing view creation failures because of the index missing if we also use --innodb-optimize-keys=AFTER_IMPORT_ALL_TABLES

bug

After #724, I'm thinking that will be nice to create functions based on word files like https://github.com/dwyl/english-words/raw/master/words_alpha.txt. In the configuration file will be nice to have: `random_format_with_mem '@' ` where...

enhancement

Using ``` rm -rf data; valgrind --leak-check=full --show-leak-kinds=all -s ./mydumper -B myd_test -o data ```

Refactoring

Take into account that the PR merged doesn't support utf8mb4 _Originally posted by @davidducos in https://github.com/mydumper/mydumper/issues/796#issuecomment-1222327313_

Fix