On a scenario where you have a Mariadb Galera cluster, this could drive into a certification problems if you execute the create database statement into several nodes at the same time.
It will be nice to have a flag where you can enable/disable this specific behaviour in case you don't want to create your database.
Good morning,
I can see in the source code of pt-query digest the db always try to be created.
https://github.com/percona/percona-toolkit/blob/3.x/bin/pt-query-digest#L14502
On a scenario where you have a Mariadb Galera cluster, this could drive into a certification problems if you execute the create database statement into several nodes at the same time.
It will be nice to have a flag where you can enable/disable this specific behaviour in case you don't want to create your database.