[MDEV-4842] STR_TO_DATE does not work with UCS2/UTF16/UTF32 Created: 2013-08-05  Updated: 2013-11-08  Resolved: 2013-11-08

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 10.0.4, 5.5.33a, 5.3.13
Fix Version/s: 10.0.6

Type: Bug Priority: Major
Reporter: Alexander Barkov Assignee: Alexander Barkov
Resolution: Fixed Votes: 0
Labels: upstream


 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.



 Comments   
Comment by Alexander Barkov [ 2013-11-08 ]

Pushed into 5.3, 5.5, 10.0-base.

Generated at Thu Feb 08 06:59:37 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.