• Sergei Golubchik's avatar
    cleanup: LEX_USER::pwtext and LEX_USER::pwhash · c3710738
    Sergei Golubchik authored
    Was:
    * LEX_USER::password was storing sometimes
      plaintext password and sometimes password hash
    * LEX_USER::auth was storing sometimes password hash and
      sometimes plugin authentication string
    
    Now:
    * LEX_USER::pwtext stores the password in plain-text
    * LEX_USER::pwhash stores the password hash
    * LEX_USER::auth stores the plugin authentication string
    c3710738
sql_acl.cc 391 KB