mysql_info: remove plugin_auth_string field from output (#739)

This commit is contained in:
Andrew Klychkov 2025-09-16 13:53:00 +02:00 committed by GitHub
commit 7ff58997de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View file

@ -163,7 +163,8 @@ def get_existing_authentication(cursor, user, host=None):
existing_auth_list = []
# 'plugin_auth_string' contains the hash string. Must be removed in c.mysql 4.0
# 'plugin_auth_string' contains the hash string.
# Removed from mysql_info output in c.mysql 4.0.0
# See https://github.com/ansible-collections/community.mysql/pull/629
for r in rows:
existing_auth_list.append({