index
:
puppet_mysql.git
master
[puppet_mysql]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
provider
/
mysql_grant
Age
Commit message (
Expand
)
Author
2012-04-04
Merge remote-tracking branch 'immerda/master'
Micah Anderson
2012-01-22
add the trigger privilege to the list of potential MYSQL_USER_PRIVS
Micah Anderson
2012-01-16
fix missing end
Micah Anderson
2012-01-01
Instead of doing an update table_priv, we need to do GRANT/REVOKE statements
Micah Anderson
2012-01-01
table privileges need to be handled with GRANT/REVOKE statements instead of i...
Micah Anderson
2012-01-01
change the type name and the table_name to be less confusing
Micah Anderson
2012-01-01
changed the matches regexp to be not greedy so other things like tables and c...
Micah Anderson
2012-01-01
table privileges don't have the name with _privs on the end, also the actuall...
Micah Anderson
2011-12-30
add column grant to mysql_grant
Micah Anderson
2011-12-30
add table grant privilege handling to mysql_grant
Micah Anderson
2011-05-12
fix grant on newer mysql version
mh
2010-07-21
some minor updates to the providers
mh
2009-10-31
move plugin directory to fit new 0.25 style
mh