David Ducos

Results 73 issues of David Ducos

I think that will be good to have some kind of categorization of the errors, for instance: ``` Data errors: 0 Index errors: 2 Post errors: 0 Other errors: 10...

enhancement

**Describe the bug** There is a performance degradation due the defer feature request. **To Reproduce** Command executed: Sysbench prepare command: ``` sysbench /usr/share/sysbench/oltp_write_only.lua --table-size=10000000 --tables=1 --threads=1 --mysql-user=root --mysql-db=sbtest --rate=10 --time=0...

bug

**Describe the bug** On myloader, when restoring backup based on --load-data + compression (or any command) backup, we could get issues that needs to: "Retrying last failed executed statement" but...

bug

**Describe the bug** Checksums are being check on src/myloader.c with the main connection which can be closed after wait_timeout is reached. We need to use reconnect or check the status...

bug

Hi @midenok, I don't want to give you the wrong impression with all my questionings. I have just realized that what we are discussing, has been already fixed on mysqldump...

enhancement

**Describe the Feature Request** Will be nice start testing also with MySQL test suite

Enhancement

I think that we should implement at least this scenarios: - Single large table doing full table scan - Single large table with integer pk and split using -r -...

enhancement

Taking into account that Oct 2023 is the EOL of MySQL 5.7, we are going to start using MySQL 8.0 Libraries for all MyDumper packages.

enhancement

I think that we can move the `new_table_to_dump` function to a job and enqueue on `initial_queue`. Then we need to modify `process_job_builder_job` to process this new kind of job that...

Refactoring