David Ducos
David Ducos
Add object_to_import to myloader as object_to_export on mydumper _Originally posted by @fcbr in [#1757](https://github.com/mydumper/mydumper/issues/1757#issuecomment-2630856021)_
... Another thing to consider is that the default statement size on mydumper is 1MB and the default of --queries-per-transaction on myloader is 1000, so we might end up with...
**Describe the Feature Request** We are using SHOW PROCESSLIST to get the list of processes running on MySQL: ``` mysql> show warnings; +---------+------+-------------------------------------------------------------------------------------------------------------------------------------------+ | Level | Code | Message |...
**Describe the Feature Request** After implementing #1858, I think that we should be able to stop forcing user to use: ``` --no-create-db --add-drop-table=false --add-locks=false --create-options ``` to make it compatible...