mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02: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:
parent
d90129d1e9
commit
09e53b0169
11 changed files with 148 additions and 116 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue