mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Style fixes, comments for 4.1.1 authorization
Now special 1-byte packet is used for request of old password Fixed bug with --skip-grant-tables and acl_getroot
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
SQL_CRYPT::SQL_CRYPT(const char *password)
|
||||
{
|
||||
ulong rand_nr[2];
|
||||
hash_password(rand_nr,password);
|
||||
hash_password(rand_nr,password, strlen(password));
|
||||
crypt_init(rand_nr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user