From 3ef0b19cd374970fb2a3e6e963b779186a1a6fae Mon Sep 17 00:00:00 2001 From: "bell@sanja.is.com.ua" <> Date: Thu, 7 Oct 2004 01:45:06 +0300 Subject: fixed & added comments (according to Igor's review and a bit more) --- sql/item_strfunc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/item_strfunc.h') diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h index c4881a465a2..111f0e20698 100644 --- a/sql/item_strfunc.h +++ b/sql/item_strfunc.h @@ -261,7 +261,7 @@ public: Returns strcat('*', octet2hex(sha1(sha1(password)))). '*' stands for new password format, sha1(sha1(password) is so-called hash_stage2 value. Length of returned string is always 41 byte. To find out how entire - authentification procedure works, see comments in password.c. + authentication procedure works, see comments in password.c. */ class Item_func_password :public Item_str_func -- cgit v1.2.1