1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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

This commit is contained in:
Sergey Petrunya
2013-07-05 10:52:31 +04:00
parent 590984f131
commit d0f8f02971

View File

@@ -43,7 +43,7 @@ old_password(NULL)
NULL
select password(NULL);
password(NULL)
NULL
set global old_passwords=on;
select password('');
password('')