mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 19:50:31 -07:00
fix wording according to style guide
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
c3243343ed
commit
f78b59eee8
1 changed files with 3 additions and 2 deletions
|
@ -158,8 +158,9 @@ options:
|
||||||
|
|
||||||
column_case_sensitive:
|
column_case_sensitive:
|
||||||
description:
|
description:
|
||||||
- When C(true), the module won't uppercase the field names in the privileges.
|
- The default is C(false).
|
||||||
- When C(false), the field names will be upper cased. This is the default
|
- When C(true), the module will not uppercase the field names in the privileges.
|
||||||
|
- When C(false), the field names will be upper-cased. This is the default
|
||||||
- This feature was introduced because MySQL 8 and above uses case sensitive
|
- This feature was introduced because MySQL 8 and above uses case sensitive
|
||||||
fields names in privileges.
|
fields names in privileges.
|
||||||
type: bool
|
type: bool
|
||||||
|
|
Loading…
Add table
Reference in a new issue