Hi @gregorg - thanks for looking into adding support for MariaDB! Is that really all that's needed? Just that 1 query? Everything else works? If so, that's awesome.
I think instead of determining if a host is MariaDB by self.host_distro.startswith("MariaDB"), we create a variable similar to is_host_rds called is_host_mariadb and use that. That'll simplify things for future MariaDB incompatibilities. Can you include that?
Hi @gregorg - thanks for looking into adding support for MariaDB! Is that really all that's needed? Just that 1 query? Everything else works? If so, that's awesome.
I think instead of determining if a host is MariaDB by
self.host_distro.startswith("MariaDB")
, we create a variable similar tois_host_rds
calledis_host_mariadb
and use that. That'll simplify things for future MariaDB incompatibilities. Can you include that?