Bug #80533 | PASSWORD(NULL) returns empty string, should be NULL according to documentation | ||
---|---|---|---|
Submitted: | 26 Feb 2016 14:46 | Modified: | 26 Feb 2016 16:15 |
Reporter: | Elena Stepanova | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 5.6, 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[26 Feb 2016 14:46]
Elena Stepanova
[26 Feb 2016 16:15]
MySQL Verification Team
Thank you for the bug report. C:\dbs>c:\dbs\5.7\bin\mysql -uroot -p --port=3570 --prompt="mysql 5.7 > " Enter password: ****** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 4 Server version: 5.7.12 Source distribution PULL: 2016-FEB-19 Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql 5.7 > select password(null); +----------------+ | password(null) | +----------------+ | | +----------------+ 1 row in set (0.00 sec) mysql 5.7 >