module-puppetlabs-mysql/spec
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
..
acceptance (fix) - Change default for mysql::server::backup to ignore_triggers => false 2015-05-12 09:45:10 -07:00
classes Fix when not managing config file 2015-09-22 14:28:15 +02:00
defines Update tests for rspec-puppet 2 and future parser 2015-03-23 22:09:15 -07:00
unit Fix fetching the mysql_user password for MySQL >=5.7.6 2015-09-30 18:55:26 +02:00
spec.opts (#11508) Only load sql_scripts on DB creation 2011-12-19 07:25:35 -08:00
spec_helper.rb (maint) fix spec formatting 2015-07-24 15:14:37 +01:00
spec_helper_acceptance.rb (maint) workaround PUP-3450 on Solaris 11 2015-07-27 14:27:23 +01:00