module-puppetlabs-mysql/spec/unit/puppet/provider
Igor Galić 837c21b963 length check for usernames should take mysql version into consideration
Starting MariaDB 10.0.0, usernames are now 80 long.
Our mysql_user and mysql_grant types now take that into consideration.

This check is *opportunistic*. It will only take place if the
mysql_version fact is available. If that is not the case, it will be
skipped, leaving the database itself to deal with it, and returning its
error verbatim to our users, if it does fail.

Our fixed and extended tests assume this isn't the first run, and the
fact is already in place.
2015-05-29 14:13:39 +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 length check for usernames should take mysql version into consideration 2015-05-29 14:13:39 +02:00