From f945555c178b71a252251ef51bdfff7808ea8149 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 15 Oct 2004 22:03:11 +0400 Subject: [PATCH] Remove stale declaration, fix a typo in comment. include/sql_common.h: Remove stale declaration. --- include/sql_common.h | 1 - sql/password.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/sql_common.h b/include/sql_common.h index cde53786f83..c07a4a831bb 100644 --- a/include/sql_common.h +++ b/include/sql_common.h @@ -25,7 +25,6 @@ extern "C" { MYSQL_FIELD *unpack_fields(MYSQL_DATA *data,MEM_ROOT *alloc,uint fields, my_bool default_value, uint server_capabilities); void free_rows(MYSQL_DATA *cur); -my_bool mysql_autenticate(MYSQL *mysql, const char *passwd); void free_old_query(MYSQL *mysql); void end_server(MYSQL *mysql); my_bool mysql_reconnect(MYSQL *mysql); diff --git a/sql/password.c b/sql/password.c index 0ac91346a55..b9f3a07e596 100644 --- a/sql/password.c +++ b/sql/password.c @@ -35,7 +35,7 @@ update user set password=PASSWORD("hello") where user="test" This saves a hashed number as a string in the password field. - The new autentication is performed in following manner: + The new authentication is performed in following manner: SERVER: public_seed=create_random_string() send(public_seed)