Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.4(EOL)
-
None
Description
INSTALL SONAME 'auth_socket'; |
CREATE USER foo IDENTIFIED WITH unix_socket; |
SHOW GRANTS FOR foo; |
UNINSTALL SONAME 'auth_socket'; |
FLUSH PRIVILEGES; |
SHOW GRANTS FOR foo; |
 |
# Cleanup
|
DROP USER foo; |
10.4 fac997feef |
MariaDB [test]> SHOW GRANTS FOR foo;
|
ERROR 1141 (42000): There is no such grant defined for user 'foo' on host '%'
|
On 10.3 the grants are still shown, and I think it makes more sense.
Attachments
Issue Links
- duplicates
-
MDEV-18290 Users identified via ed25519 are broken after upgrade to 10.4
- Closed
- is caused by
-
MDEV-12321 authentication plugin: SET PASSWORD support
- Closed