mysql_info: add seealso section (#65688)

This commit is contained in:
Andrew Klychkov 2019-12-10 17:26:00 +03:00 committed by Sandra McCann
parent 4239dc1bb5
commit e818ab1dd0

View file

@ -50,6 +50,12 @@ notes:
- 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).
seealso:
- module: mysql_variables
- module: mysql_db
- module: mysql_user
- module: mysql_replication
author:
- Andrew Klychkov (@Andersson007)