fix sanity error

This commit is contained in:
Tomas 2024-02-22 10:29:54 +02:00
parent 16f8844e40
commit 20e3f9d5ab

View file

@ -1068,6 +1068,7 @@ def is_password_expired(cursor, user, host):
return True
return False
def get_attribute_support(cursor):
"""Checks if the MySQL server supports user attributes.