Skip to content
  • Bharathy Satish's avatar
    b2f53e62
    Bug #20634154 GRANT/ALTER USER CLEARS PASSWORD EXPIRE. · b2f53e62
    Bharathy Satish authored
    For a user account whose password is expired, the user must set password
    before running any queries. But instead when GRANT/ALTER user statement is
    executed for that user the password expired flag is set to false in memory,
    which is incorrect and causes the user to run any queries without even
    setting the password. This patch fixed this issue.
    b2f53e62
    Bug #20634154 GRANT/ALTER USER CLEARS PASSWORD EXPIRE.
    Bharathy Satish authored
    For a user account whose password is expired, the user must set password
    before running any queries. But instead when GRANT/ALTER user statement is
    executed for that user the password expired flag is set to false in memory,
    which is incorrect and causes the user to run any queries without even
    setting the password. This patch fixed this issue.
Loading