petoju / terraform-provider-mysql

Terraform MySQL provider – unofficial fork
https://registry.terraform.io/providers/petoju/mysql
Mozilla Public License 2.0
65 stars 42 forks source link

Compatibility with MariaDB 10.10 #52

Closed mudkipme closed 1 year ago

mudkipme commented 1 year ago

As of https://jira.mariadb.org/browse/MDEV-28554, MariaDB 10.10 removed innodb_version system variable.

That caused Terraform failed to apply mysql_database and mysql_user with the error output below:

Error: failed to connect to MySQL: failed running after connect command: Failed getting server version: Error 1193: Unknown system variable 'innodb_version'
petoju commented 1 year ago

@mudkipme would you consider writing a patch?

petoju commented 1 year ago

@mudkipme thanks for your patch, it was released.