summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
diff options
context:
space:
mode:
authorpeter@mysql.com <>2002-10-03 22:42:13 +0400
committerpeter@mysql.com <>2002-10-03 22:42:13 +0400
commitf3c51eec31d88dd5b6ba72d071c76fc8722b7f18 (patch)
tree957af5e5c5c528f6de99893fa3f1daa67af360f1 /sql/item_strfunc.cc
parent0dc8dc2d5d971b08cb77bd6775341df657493725 (diff)
downloadmariadb-git-f3c51eec31d88dd5b6ba72d071c76fc8722b7f18.tar.gz
One more commit required to merge second pack of Monty's patches
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r--sql/item_strfunc.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc
index 7d4715d507b..da15365c236 100644
--- a/sql/item_strfunc.cc
+++ b/sql/item_strfunc.cc
@@ -1267,9 +1267,7 @@ String *Item_func_password::val_str(String *str)
if (res->length() == 0)
return &empty_string;
make_scrambled_password(tmp_value,res->c_ptr());
- printf("Returned to the function\n");
str->set(tmp_value,get_password_length(),res->charset());
- printf("At the exit\n");
return str;
}