mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
--user option added to mysqlmanager
This commit is contained in:
@ -82,7 +82,6 @@ private:
|
||||
private:
|
||||
/* Names are conventionally the same as in mysqld */
|
||||
int check_connection();
|
||||
int check_user(const char *user, const char *password);
|
||||
int do_command();
|
||||
int dispatch_command(enum enum_server_command command,
|
||||
const char *text, uint len);
|
||||
@ -287,12 +286,6 @@ int Mysql_connection_thread::check_connection()
|
||||
}
|
||||
|
||||
|
||||
int Mysql_connection_thread::check_user(const char *user, const char *password)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int Mysql_connection_thread::do_command()
|
||||
{
|
||||
char *packet;
|
||||
|
Reference in New Issue
Block a user