mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
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
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#
|
||||
# A password cannot expire, if there is no password
|
||||
#
|
||||
create user USER identified via unix_socket;
|
||||
alter user USER password expire;
|
||||
create user 'USER' identified via unix_socket;
|
||||
alter user 'USER' password expire;
|
||||
1
|
||||
1
|
||||
drop user USER;
|
||||
drop user 'USER';
|
||||
|
Reference in New Issue
Block a user