Skip to content

Tags: zph/terraform-provider-mysql

Tags

v3.0.64

Toggle v3.0.64's commit message
Update to v3.0.64

v3.0.62005

Toggle v3.0.62005's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes TF drift for resource group name and query_limit (#6)

This fixes the following drift:
1. Resource group name would always be in quotes when pulled from the
DB. This PR removes the quotes.
2. Query Limit would always be missing `()` parentheses when pulled from
the DB. This PR standardizes around the query_limit inside the
parentheses. A breaking change is that we expect NO parenthesis to be
passed in for the query_limit from now on. Instead, we will wrap the
query_limit inside parentheses in the actual query rather than rely on
the query_limit string being wrapped in parentheses by the caller.

I also got basic tidb tests working and tested the above changes using
`make testtidb7.5.1`

---------

Co-authored-by: Andrew Chen <[email protected]>
Co-authored-by: Zander Hill <[email protected]>

v3.0.63

Toggle v3.0.63's commit message
Update to v3.0.63

v3.0.62003

Toggle v3.0.62003's commit message
v3.0.62003 with 3 patches to petoju v3.0.62

v3.0.62002

Toggle v3.0.62002's commit message
v3.0.62002 Includes Resource Controls built on petoju v3.0.62

v3.0.62001

Toggle v3.0.62001's commit message
v3.0.62001 which tracks petoju 3.0.62 with 1 patch