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

Select from view defined as SELECT DATE_FORMAT(..., %h) gives incorrect result

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.5, 10.6, 10.11, 11.0(EOL), 11.1(EOL), 11.2, 11.4, 11.5(EOL)
    • 10.5, 10.6, 10.11, 11.2, 11.4
    • None

    Description

      Select from view defined as SELECT DATE_FORMAT(..., %h) gives incorrect result. Problem repeats only with option %h (hour with 2 digits between 01-12).
      Case:

      CREATE VIEW v AS SELECT DATE_FORMAT(TIME'-01:01:01','%h');
      SELECT * FROM v;
      DROP VIEW v;
      

      Expected result:

      DATE_FORMAT(TIME'-01:01:01','%h')
      -01
      

      Actual result:

      DATE_FORMAT(TIME'-01:01:01','%h')
      -0
      

      Attachments

        Issue Links

          Activity

            People

              sanja Oleksandr Byelkin
              lstartseva Lena Startseva
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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