mariadb/mysql-test/main/password_expiration_unix_socket.result
Elena Stepanova 0b9a59bbc4 MDEV-25884 Tests use environment $USER variable without quotes
These are only 10.4+ tests. 10.2+ tests are pushed into 10.2
and will be merged into 10.4+ independently
2021-06-10 00:39:04 +03:00

8 lines
160 B
Text

#
# A password cannot expire, if there is no password
#
create user 'USER' identified via unix_socket;
alter user 'USER' password expire;
1
1
drop user 'USER';