module-puppetlabs-mysql/lib/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
..
parser/functions MODULES-1759: Remove dependency on stdlib >=4.1.0 2015-02-09 12:34:44 -08: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