Commit 1d920529 authored by peter@mysql.com's avatar peter@mysql.com

SCRAM Remove spaces from most changed files.

This alters not only my code so it looks like I'm not only one adding the spaces.
parent 5fa02daa
...@@ -1279,7 +1279,8 @@ String *Item_func_password::val_str(String *str) ...@@ -1279,7 +1279,8 @@ String *Item_func_password::val_str(String *str)
return 0; return 0;
if (res->length() == 0) if (res->length() == 0)
return &empty_string; return &empty_string;
make_scrambled_password(tmp_value,res->c_ptr(),opt_old_passwords,&current_thd->rand); make_scrambled_password(tmp_value,res->c_ptr(),opt_old_passwords,
&current_thd->rand);
str->set(tmp_value,get_password_length(opt_old_passwords),res->charset()); str->set(tmp_value,get_password_length(opt_old_passwords),res->charset());
return str; return str;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment