mysql_info: add seealso section (#65688)
This commit is contained in:
parent
4239dc1bb5
commit
e818ab1dd0
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@ notes:
|
||||||
- Calculating the size of a database might be slow, depending on the number and size of tables in it.
|
- Calculating the size of a database might be slow, depending on the number and size of tables in it.
|
||||||
To avoid this, use I(exclude_fields=db_size).
|
To avoid this, use I(exclude_fields=db_size).
|
||||||
|
|
||||||
|
seealso:
|
||||||
|
- module: mysql_variables
|
||||||
|
- module: mysql_db
|
||||||
|
- module: mysql_user
|
||||||
|
- module: mysql_replication
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- Andrew Klychkov (@Andersson007)
|
- Andrew Klychkov (@Andersson007)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue