mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed comment indentation
This commit is contained in:
committed by
Sergei Golubchik
parent
221558efd5
commit
540673f046
@ -734,7 +734,9 @@ free_acl_role(ACL_ROLE *role)
|
|||||||
{
|
{
|
||||||
delete_dynamic(&(role->role_grants));
|
delete_dynamic(&(role->role_grants));
|
||||||
delete_dynamic(&(role->parent_grantee));
|
delete_dynamic(&(role->parent_grantee));
|
||||||
}/*
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
Convert scrambled password to binary form, according to scramble type,
|
Convert scrambled password to binary form, according to scramble type,
|
||||||
Binary form is stored in user.salt.
|
Binary form is stored in user.salt.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user