module-puppetlabs-mysql/spec
Jaakko 3cfbb581cc Change grant provider to ignore grants for non existing users.
In the grant provider users are fetched by querying mysql.user table. Grants
for those users are fetched using show grants for... syntax. This can lead to
errors, when some of the users in mysql.user table do not have currently
active grants.

This happens at least when MySQL is started with --skip-name-resolve option,
when there are users with the hostname part specified as a FQDN. Such users are
created by mysql_install_db. This leads to problems if mysql::account_security
is included for the node and skip-name-resolve is specified in override_options
hash for mysql::server.

Includes acceptance test for the change.
2014-06-17 13:07:56 +02:00
..
acceptance Change grant provider to ignore grants for non existing users. 2014-06-17 13:07:56 +02:00
classes Fix acceptance test for mysql::bindings. 2014-06-11 18:01:16 +02:00
defines Allow use different name for db resource other than db name 2014-03-15 13:38:13 -07:00
unit Merge pull request #522 from cmurphy/fix_mysql_grant_MODULES-1040 2014-06-05 13:07:40 -04:00
spec.opts (#11508) Only load sql_scripts on DB creation 2011-12-19 07:25:35 -08:00
spec_helper.rb Add simplecov support in order to generate test coverage. 2013-08-28 18:11:21 -04:00
spec_helper_acceptance.rb Fixes to get tests running on RHEL5. 2014-05-12 12:32:20 -04:00