mention MariaDB (#640)

* mention MariaDB

* mention MariaDB in descriptions and notes

* nits

* chmod -x
This commit is contained in:
Robert Silén 2024-05-31 10:14:43 +03:00 committed by GitHub
parent 47610347ba
commit 6c4dca4bce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 28 additions and 18 deletions

View file

@ -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
'''