try to fix IS_ROLE

Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
This commit is contained in:
Sebastian Gumprich 2023-03-22 17:46:07 +01:00 committed by Martin Schurz
parent 92e6cad463
commit bd721317d2

View file

@ -56,8 +56,6 @@
AND c.COLUMN_NAME = 'IS_ROLE'
WHERE (u.authentication_string = ''
OR u.authentication_string IS NULL)
AND (length(password)=0
OR password="")
AND u.user NOT IN ('mysql.sys',
'mysqlxsys',
'mariadb.sys')