module-puppetlabs-mysql/spec/unit
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
..
facter (maint) - Add a fact for capturing the mysql version installed 2015-05-08 08:51:38 -07:00
puppet Fix fetching the mysql_user password for MySQL >=5.7.6 2015-09-30 18:55:26 +02:00