cut unused option (will be in authentications.auth_string)

This commit is contained in:
Laurent Indermuehle 2023-09-15 09:20:31 +02:00
parent 093fe79e17
commit c1248cb692
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -559,7 +559,6 @@ class MySQL_Info(object):
output_dict = {
'user': user,
'host': host,
'password': 'msandbox',
'privs': '/'.join(priv_string),
'resource_limits': copy_ressource_limits,
'authentications': authentications
@ -575,8 +574,6 @@ class MySQL_Info(object):
output.append(output_dict)
# TODO: Return passwords
self.info['users_privs'] = output
def __get_databases(self, exclude_fields, return_empty_dbs):