mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
fix sanity error
This commit is contained in:
parent
16f8844e40
commit
20e3f9d5ab
1 changed files with 1 additions and 0 deletions
|
@ -1068,6 +1068,7 @@ def is_password_expired(cursor, user, host):
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
def get_attribute_support(cursor):
|
def get_attribute_support(cursor):
|
||||||
"""Checks if the MySQL server supports user attributes.
|
"""Checks if the MySQL server supports user attributes.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue