mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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