mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-19 17:01:26 -07:00
mention MariaDB (#640)
* mention MariaDB * mention MariaDB in descriptions and notes * nits * chmod -x
This commit is contained in:
parent
47610347ba
commit
6c4dca4bce
10 changed files with 28 additions and 18 deletions
|
@ -12,9 +12,9 @@ DOCUMENTATION = r'''
|
|||
---
|
||||
module: mysql_variables
|
||||
|
||||
short_description: Manage MySQL global variables
|
||||
short_description: Manage MySQL or MariaDB global variables
|
||||
description:
|
||||
- Query / Set MySQL variables.
|
||||
- Query / Set MySQL or MariaDB variables.
|
||||
author:
|
||||
- Balazs Pocze (@banyek)
|
||||
options:
|
||||
|
@ -54,6 +54,9 @@ seealso:
|
|||
description: Complete reference of the MySQL SET command documentation.
|
||||
link: https://dev.mysql.com/doc/refman/8.0/en/set-statement.html
|
||||
|
||||
notes:
|
||||
- Compatible with MariaDB or MySQL.
|
||||
|
||||
extends_documentation_fragment:
|
||||
- community.mysql.mysql
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue