summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-01-10There is no need to call “super” here.mh
2013-05-20fix orderingmh
2013-05-20use the defaults file if availablemh
2013-05-20symbolize was removed in puppet 3 - See http://projects.puppetlabs.com/issues...mh
2013-01-02mysql 5.0 does not yet know about :trigger_privmh
2013-01-02get rid off trailing ,mh
2012-04-04Merge remote-tracking branch 'immerda/master'Micah Anderson
2012-01-22add the trigger privilege to the list of potential MYSQL_USER_PRIVSMicah Anderson
2012-01-16fix missing endMicah Anderson
2012-01-01Instead of doing an update table_priv, we need to do GRANT/REVOKE statementsMicah Anderson
2012-01-01table privileges need to be handled with GRANT/REVOKE statements instead of i...Micah Anderson
2012-01-01change the type name and the table_name to be less confusingMicah Anderson
2012-01-01changed the matches regexp to be not greedy so other things like tables and c...Micah Anderson
2012-01-01table privileges don't have the name with _privs on the end, also the actuall...Micah Anderson
2011-12-30add column grant to mysql_grantMicah Anderson
2011-12-30add table grant privilege handling to mysql_grantMicah Anderson
2011-05-12fix grant on newer mysql versionmh
2010-08-11get rid off expensive which callmh
2010-07-21some minor updates to the providersmh
2009-10-31move plugin directory to fit new 0.25 stylemh