mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
0b9a59bbc4
These are only 10.4+ tests. 10.2+ tests are pushed into 10.2 and will be merged into 10.4+ independently
8 lines
160 B
Text
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';
|