1
0
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:
petr@mysql.com
2005-02-05 14:04:49 +03:00
parent 321c53d9d8
commit 1815de7b55
4 changed files with 92 additions and 11 deletions

View File

@ -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;