David Ducos

Results 315 comments of David Ducos

On mydumper we need to detect if it is a versioned table, but we need to add an option if the user wants to add the `ROW_START, ROW_END` depending if...

@LinuxJedi, how can we know if a table is `VERSIONING` without parsing the `CREATE TABLE` statement? as I'm not able to find it in `SHOW TABLE STATUS`...

We can use https://dev.mysql.com/doc/c-api/8.0/en/mysql-warning-count.html and print a warning if it is more than 1 and execute the SHOW WARNINGS to get the warnings. We will need to add an option...

Hi @lenovore, can you test with a newer version?

Hi @gdubicki, MyDumper can be compiled with the MySQL/Percona/MariaDB libraries. We are using the [C API](https://dev.mysql.com/doc/c-api/8.0/en/) that they offer. You could use MyDumper with any vendor that implements the same...

Taking into account that el7 is EOL on June/24, we are going to continue building package until it start to fail with 5.7 libraries. I'm going to test again on...

The jobs are in the config but it is not being executed as we need to perform several changes on the test script.

Hi @peterdk, When you import the data, is always in the same "random" order? Are you using mydumper to get the data? take into account that mydumper has 2 levels...