Skip to content
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

mysql_user: Add SHOW_ROUTINE privilege support #87

Merged

Conversation

Andersson007
Copy link
Collaborator

SUMMARY

Fixes #86

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

plugins/modules/mysql_user.py

@codecov
Copy link

codecov bot commented Jan 12, 2021

Codecov Report

Merging #87 (3a869e7) into main (9eb0079) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #87   +/-   ##
=======================================
  Coverage   72.33%   72.33%           
=======================================
  Files           9        9           
  Lines        1605     1605           
  Branches      420      420           
=======================================
  Hits         1161     1161           
  Misses        298      298           
  Partials      146      146           
Impacted Files Coverage Δ
plugins/modules/mysql_user.py 70.68% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9eb0079...3a869e7. Read the comment docs.

@Andersson007 Andersson007 changed the title [WIP] mysql_user: Add SHOW_ROUTINE privilege support mysql_user: Add SHOW_ROUTINE privilege support Jan 12, 2021
@Andersson007
Copy link
Collaborator Author

the change is trivial, so it's acceptable to merge without review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SHOW_ROUTINE privilage is not in frozenset
1 participant