module-puppetlabs-mysql/spec/unit/puppet/provider
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
..
mysql_database mysql_database: prevent syntax error with collate=>'binary' 2014-09-15 23:22:59 -06:00
mysql_plugin Add type & provider for managing plugins 2015-01-26 15:03:45 +01:00
mysql_user Fix fetching the mysql_user password for MySQL >=5.7.6 2015-09-30 18:55:26 +02:00