This website requires JavaScript.
Explore
Help
Register
Sign in
opuppet
/
module-puppetlabs-mysql
Watch
5
Star
0
Fork
You've already forked module-puppetlabs-mysql
0
Code
Issues
Pull requests
Releases
Wiki
Activity
f5a78f1c5f
module-puppetlabs-mysql
/
lib
/
puppet
History
Reinhard Vicinus
f5a78f1c5f
mysql_grant bugfix: on table *.* SHOW GRANT can return 'WITH MAX_QUERIES_PER_HOUR' which breaks the captures on the match
2013-12-11 13:15:21 +01:00
..
parser
/functions
Fixes issue
#274
by using recursive hash merge.
2013-09-25 10:38:08 -07:00
provider
mysql_grant bugfix: on table *.* SHOW GRANT can return 'WITH MAX_QUERIES_PER_HOUR' which breaks the captures on the match
2013-12-11 13:15:21 +01:00
type
Type mysql_grant was limited to work only with resource names foo@localhost/*.* or foo@localhost/bar.* but NOT with root@localhost/@ which is the parsed value of "GRANT PROXY ON ''@'' TO 'root'@'localhost' WITH GRANT OPTION" grant line.
2013-11-16 19:11:39 +01:00