-
Notifications
You must be signed in to change notification settings - Fork 794
mysql_grant fixed to properly handle PROCEDURE grants #412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Could you please also add this test to spec/acceptance? |
So you want me to move the test from spec/system/types/ to spec /acceptance/ ? |
Essentially, yes. We're going to ax spec/system soon. |
done ... |
Cool. Could you squash those down to two? (i.e.: We don't care about the merge from remote.. etc..) |
or not :S
generates:
|
Didn't you try to merge the wrong PR ? (384 instead of 412) |
Apparently…. |
haha even the best makes mistakes :) So which one commit do you want me to squish ? Also If you want I can just create another PR with the same content |
You should get rid of the 'merge' commit by rebasing from upstream, that is, putting your changes on top of upstream's. |
done... Please have a look if that's what you were expecting. |
mysql_grant fixed to properly handle PROCEDURE grants
Bugfix for mysql_grant provider when we try to grant privileges on PROCEDURE.
Resolve bug https://tickets.puppetlabs.com/browse/MODULES-130 (#378)