Commit d0f8f029 authored by Sergey Petrunya's avatar Sergey Petrunya

Update test result: PASSWORD(NULL) returns '' now.

parent 590984f1
...@@ -43,7 +43,7 @@ old_password(NULL) ...@@ -43,7 +43,7 @@ old_password(NULL)
NULL NULL
select password(NULL); select password(NULL);
password(NULL) password(NULL)
NULL
set global old_passwords=on; set global old_passwords=on;
select password(''); select password('');
password('') password('')
......
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