doc: mysql_info: add changelog and version_added for global_status (#63328)
This commit is contained in:
parent
45acdb41d2
commit
64a66f566d
2 changed files with 3 additions and 0 deletions
2
changelogs/fragments/63189-mysql_info-global-status.yml
Normal file
2
changelogs/fragments/63189-mysql_info-global-status.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- mysql_info - add ``global_status`` filter parameter option and return (https://github.com/ansible/ansible/pull/63189).
|
|
@ -135,6 +135,7 @@ global_status:
|
||||||
type: dict
|
type: dict
|
||||||
sample:
|
sample:
|
||||||
- { "Innodb_buffer_pool_read_requests": 123, "Innodb_buffer_pool_reads": 32 }
|
- { "Innodb_buffer_pool_read_requests": 123, "Innodb_buffer_pool_reads": 32 }
|
||||||
|
version_added: "2.10"
|
||||||
users:
|
users:
|
||||||
description: Users information.
|
description: Users information.
|
||||||
returned: if not excluded by filter
|
returned: if not excluded by filter
|
||||||
|
|
Loading…
Reference in a new issue