1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-18151 Skipped error returning for GRANT/SET PASSWORD

Make error issueing for GRANT and SET PASSWORD the same.
Report errors wich were skipped before.
This commit is contained in:
Oleksandr Byelkin
2024-10-04 09:28:46 +02:00
parent 9cd9c3cf16
commit cc59fbfffa
8 changed files with 85 additions and 6 deletions

View File

@@ -145,6 +145,7 @@ set password for mysqltest1 = password('foobar');
show create user mysqltest1;
alter user mysqltest1 identified via unix_socket OR mysql_native_password as password("some");
show create user mysqltest1;
--error ER_SET_PASSWORD_AUTH_PLUGIN
set password for mysqltest1 = password('foobar');
show create user mysqltest1;
alter user mysqltest1 identified via unix_socket;