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

    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.