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

mysql.user view 'N' AS `password_expired` is incorrect

    XMLWordPrintable

Details

    Description

      since MDEV-7597 this should be a JSON expression.

      also missing from MDEV-13095 account_locked

      So from:

      mysql-8.0 mysql.user

          `password_expired` enum('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
        `password_last_changed` timestamp NULL DEFAULT NULL,
        `password_lifetime` smallint unsigned DEFAULT NULL,
        `account_locked` enum('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
      

      So these columns should be in the mysql.user view too.

      Attachments

        Activity

          People

            robertbindar Robert Bindar
            danblack Daniel Black
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

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