Percona-Lab/mysql_random_data_load

Add --print to enable printing commands instead of directly running them.

Closed this issue · 1 comments

Instead of the tool generating and running the SQL commands needed to insert data, add a new flag that can instead print the queries needed to STDOUT (or file), without running them.

It should still need connection to the server to get table definitions.