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

Wrong result for CONCAT(GREATEST(TIME('00:00:01'),TIME('00:00:00')))

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 10.0.3, 5.5.32, 5.3.13
    • 10.0.4, 5.5.33, 5.3.13
    • None
    • None

    Description

      This query:

      SELECT CONCAT(GREATEST(TIME('00:00:01'),TIME('00:00:00')));

      returns "0000-00-00 00:00:01.000000".

      The expected result is "00:00:01.000000".

      Note,

      SELECT GREATEST(TIME('00:00:01'),TIME('00:00:00'));

      works fine and returns "00:00:01.000000".

      MySQL-5.5 and MySQL-5.6 are not affected.

      Attachments

        Activity

          People

            bar Alexander Barkov
            bar Alexander Barkov
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.