mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Update plugins/modules/mysql_replication.py
Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu>
This commit is contained in:
parent
31eaf84cc2
commit
14b19d4cef
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ options:
|
|||
primary_delay:
|
||||
description:
|
||||
- Time lag behind the primary's state (in seconds).
|
||||
- Same as the MASTER_DELAY mysql variable.
|
||||
- Same as the C(MASTER_DELAY) mysql variable.
|
||||
- Available from MySQL 5.6.
|
||||
- For more information see U(https://dev.mysql.com/doc/refman/8.0/en/replication-delayed.html).
|
||||
type: int
|
||||
|
|
Loading…
Add table
Reference in a new issue