Mark Rechler

Results 4 comments of Mark Rechler

For PostgreSQL, you could generate the data with pgbench, something along the lines of: ``` psql -c 'CREATE DATABASE pg_test' pgbench -i -s 75000 pg_test ``` The scaling factor is...

Hello, been running into similar issues across 0.16 versions dumping from MySQL 8. I've included a table in hopes of helping diagnose. Even `0.16.1-3` exhibits this behavior but manages to...

Some further updates, in my case there was never any locking, just the error messages and on `0.16.3-5` the lack of dumping correctly. I did notice that the errors along...

Hi @davidducos , I can confirm version `0.16.6-1` ran without errors. Thanks!