diff options
author | unknown <konstantin@mysql.com> | 2004-10-15 22:03:11 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-10-15 22:03:11 +0400 |
commit | 5bd625683de3d90348024a657fca1091343fb219 (patch) | |
tree | da804a5128037ead2d516a2acf8e44fcfb4add8c /sql/password.c | |
parent | 6f9e30d065929eee84c807ef4f01a6757e3540a5 (diff) | |
download | mariadb-git-5bd625683de3d90348024a657fca1091343fb219.tar.gz |
Remove stale declaration, fix a typo in comment.
include/sql_common.h:
Remove stale declaration.
Diffstat (limited to 'sql/password.c')
-rw-r--r-- | sql/password.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |