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

STR_TO_DATE does not work with UCS2/UTF16/UTF32

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.0.4, 5.5.33a, 5.3.13
    • 10.0.6
    • None

    Description

      STR_TO_DATE returns NULL with a warning in case of a correct input
      in combination with ucs2, utf16, utf16le, or utf32:

      MySQL [test]> set character_set_connection=ucs2; select str_to_date('2001-01-01','%Y-%m-%d');show warnings;
      Query OK, 0 rows affected (0.00 sec)
       
      +--------------------------------------+
      | str_to_date('2001-01-01','%Y-%m-%d') |
      +--------------------------------------+
      | NULL                                 |
      +--------------------------------------+
      1 row in set, 1 warning (0.00 sec)
       
      +---------+------+-------------------------------------------------------+
      | Level   | Code | Message                                               |
      +---------+------+-------------------------------------------------------+
      | Warning | 1411 | Incorrect datetime value: '' for function str_to_date |
      +---------+------+-------------------------------------------------------+
      1 row in set (0.00 sec)

      The expected result is: 2001-01-01.

      Note, MySQL-5.6 demonstrates the same problem.

      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.