mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 12:44:25 -07:00
fix version strings
This commit is contained in:
parent
12a95c4446
commit
9e90a23af8
1 changed files with 4 additions and 4 deletions
|
@ -35,8 +35,8 @@ options:
|
||||||
C(resetprimary) (RESET MASTER) - supported since community.mysql 0.1.0,
|
C(resetprimary) (RESET MASTER) - supported since community.mysql 0.1.0,
|
||||||
C(resetreplica) (RESET REPLICA),
|
C(resetreplica) (RESET REPLICA),
|
||||||
C(resetreplicaall) (RESET REPLICA ALL),
|
C(resetreplicaall) (RESET REPLICA ALL),
|
||||||
C(startgroupreplication) (START GROUP_REPLICATION) - supported since community.mysql 3.10.0,
|
C(startgroupreplication) (START GROUP_REPLICATION) - supported since community.mysql 3.15.0,
|
||||||
C(stopgroupreplication) (STOP GROUP_REPLICATION) - supported since community.mysql 3.10.0.
|
C(stopgroupreplication) (STOP GROUP_REPLICATION) - supported since community.mysql 3.15.0.
|
||||||
type: str
|
type: str
|
||||||
choices:
|
choices:
|
||||||
- changeprimary
|
- changeprimary
|
||||||
|
@ -200,12 +200,12 @@ options:
|
||||||
description:
|
description:
|
||||||
- User for group replication.
|
- User for group replication.
|
||||||
type: str
|
type: str
|
||||||
version_added: '3.10.0'
|
version_added: '3.15.0'
|
||||||
group_replication_password:
|
group_replication_password:
|
||||||
description:
|
description:
|
||||||
- Password for group replication user.
|
- Password for group replication user.
|
||||||
type: str
|
type: str
|
||||||
version_added: '3.10.0'
|
version_added: '3.15.0'
|
||||||
notes:
|
notes:
|
||||||
- Compatible with MariaDB or MySQL.
|
- Compatible with MariaDB or MySQL.
|
||||||
- If an empty value for the parameter of string type is needed, use an empty string.
|
- If an empty value for the parameter of string type is needed, use an empty string.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue