mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
post-review fixes
This commit is contained in:
@ -31,9 +31,9 @@
|
||||
class User_map
|
||||
{
|
||||
public:
|
||||
User_map();
|
||||
~User_map();
|
||||
|
||||
int init();
|
||||
int load(const char *password_file_name);
|
||||
int authenticate(const char *user_name, uint length,
|
||||
const char *scrambled_password,
|
||||
|
Reference in New Issue
Block a user