hashicorp / terraform-provider-mysql

Terraform MySQL provider – This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://www.terraform.io/docs/providers/mysql/
Mozilla Public License 2.0
61 stars 187 forks source link

Add compatibility to create databases on mariadb instances #83

Closed Phylu closed 5 years ago

Phylu commented 5 years ago

This Pull Request fixes #56. It adds an extra check on the version string to separate between MariaDB (version 10.X) and MySql (version 8.X).

mavidser commented 5 years ago

When can this fix be pushed as a release? Is there a release cycle/milestone?

davidji99 commented 5 years ago

There isn't a release cycle but I'll look to request a new release in the next day.