1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +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

@ -31,7 +31,7 @@ connect(plug_con,localhost,plug,plug_dest);
select USER(),CURRENT_USER();
--echo ## test SET PASSWORD
#--error ER_SET_PASSWORD_AUTH_PLUGIN
# here we set for native password plugin
SET PASSWORD = PASSWORD('plug_dest');
connection default;