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

The first character in column name has lowercase instead of uppercase in view created on table " mysql.user"

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11
    • 10.4.32
    • Views

    Description

      Test:

      create view v1 as select host,user from mysql.user where (host,user) = ('localhost','test');
      select * from v1;
      drop view v1;
      

      Expected result:

      Host	User
      

      Actual result:

      host	user
      

      Problem appeared after MDEV-17658

      Attachments

        Issue Links

          Activity

            People

              sanja Oleksandr Byelkin
              lstartseva Lena Startseva
              Votes:
              0 Vote for this issue
              Watchers:
              4 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.