Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-40336

SET AUTHORIZATION un-expired passwords

    XMLWordPrintable

Details

    • Can result in unexpected behaviour

    Description

      create user u1@localhost;
      alter user u1@localhost password expire;
      connect con1,localhost,u1;
      --error ER_MUST_CHANGE_PASSWORD
      select 1;
      set session authorization u1@localhost;
      select 2;
      set password=password('');
      select 3;
      disconnect con1;
      connection default;
      drop user u1@localhost;
      

      Reported by https://github.com/uaaw

      Attachments

        Activity

          People

            serg Sergei Golubchik
            serg Sergei Golubchik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0d
                0d
                Logged:
                Time Spent - 1h
                1h

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.