Bug #73349 CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS not documented
Submitted: 21 Jul 2014 17:48 Modified: 6 Oct 2014 14:13
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: Jan Kneschke CPU Architecture:Any
Tags: internals, protocol

[21 Jul 2014 17:48] Daniël van Eeden
Description:
Page: http://dev.mysql.com/doc/internals/en/capability-flags.html#packet-Protocol::CapabilityFla...

From mysql_com.h:
#define CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS (1UL << 22)

How to repeat:
Compare mysql_com.h and the internals manual.
[22 Jul 2014 12:48] MySQL Verification Team
Hello Daniel,

Thank you for the bug report.

mysql-5.6.15/include/mysql_com.h:
  182  
  183  /* Don't close the connection for a connection with expired password. */
  184: #define CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS (1UL << 22)
  185  

Thanks,
Umesh
[6 Oct 2014 14:13] Jan Kneschke
Thank you for your bug report. 

This issue is duplicate of #72683 (which has been fixed).