doc: mysql_info: add changelog and version_added for global_status (#63328)

This commit is contained in:
René Moser 2019-10-10 13:01:02 +02:00 committed by GitHub
parent 45acdb41d2
commit 64a66f566d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_info - add ``global_status`` filter parameter option and return (https://github.com/ansible/ansible/pull/63189).

View file

@ -135,6 +135,7 @@ global_status:
type: dict
sample:
- { "Innodb_buffer_pool_read_requests": 123, "Innodb_buffer_pool_reads": 32 }
version_added: "2.10"
users:
description: Users information.
returned: if not excluded by filter