community.mysql/plugins/modules
Laurent Indermühle 3ef9bda95f
feat[mysql_info]: add 'users_info' filter (#580)
* add documentation for new mysql_info users_info filter

* Add integration tests for mysql_info users_info

* fix list parsing when cursor come from mysql_info

Mysql_info use a DictCursor and mysql_user a normal cursor.

* fix case when an account as same user but different host and password

* document why certain authentications plugins cause issues

* add version_added for users_info to the documentation

* Add 'users' description to differentiate it from 'users_info'

---------

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2023-10-23 11:26:46 +02:00
..
mysql_db.py Doc Attributes (#555) 2023-05-29 09:25:19 +02:00
mysql_info.py feat[mysql_info]: add 'users_info' filter (#580) 2023-10-23 11:26:46 +02:00
mysql_query.py Doc Attributes (#555) 2023-05-29 09:25:19 +02:00
mysql_replication.py switch "PRIMARY" to "MASTER" on description (#573) 2023-10-12 13:50:54 +02:00
mysql_role.py Fix column uppercasing (#569) 2023-10-06 16:08:46 +02:00
mysql_user.py Fix column uppercasing (#569) 2023-10-06 16:08:46 +02:00
mysql_variables.py Doc Attributes (#555) 2023-05-29 09:25:19 +02:00