module-puppetlabs-mysql/spec/unit/puppet
Roman Mueller afddc3ff7b Fix fetching the mysql_user password for MySQL >=5.7.6
The password column has been renamed to authentication_string in MySQL >=5.7.6.
By using: SELECT /*!50706 AUTHENTICATION_STRING AS */ PASSWORD the query will
continue to work in older versions as well as newer ones.
2015-09-30 18:55:26 +02:00
..
functions Return an empty string for an empty input. 2015-01-28 21:08:29 +01:00
provider Fix fetching the mysql_user password for MySQL >=5.7.6 2015-09-30 18:55:26 +02:00
type Improved user validation and munging 2015-09-24 11:35:14 -07:00