Open

Description
SUMMARY
The description of the priv
parameter contains a short section about column privileges which is not properly rendered and can be improved.
The lines in question are this:
community.mysql/plugins/modules/mysql_user.py
Lines 51 to 54 in bd86e24
- The
C(…)
function seems to not work nice with parenthesis inside is my guess. - Between the privilege keyword and the open parenthesis a space is missing in the examples e.g. Instead of
SELECT(priv1,priv2)
it should beSELECT (priv1,priv2)
. - PR mysql_user: add proper handling of INSERT, UPDATE, REFERENCES on columns #107 sorts the column names so this can be mentioned as well I guess.
ISSUE TYPE
- Documentation Report
COMPONENT NAME
mysql_user