Bug #64247 Abnormal behaviour of str_to_date() function
Submitted: 7 Feb 2012 10:08 Modified: 6 Nov 2019 21:28
Reporter: Prince Munjal Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: DML Severity:S2 (Serious)
Version:5.5.18, 5.5.21 OS:Any
Assigned to: CPU Architecture:Any
Tags: regression

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[7 Feb 2012 10:17] Prince Munjal
Test case for str_to_date function without 'NO_ZERO_DATE' in sql_mode

Attachment: strtodate_bug_without_nozerodate.txt (text/plain), 4.28 KiB.

[7 Feb 2012 10:18] Prince Munjal
Test case for str_to_date function with 'NO_ZERO_DATE' in sql_mode

Attachment: strtodate_bug_with_nozerodate.txt (text/plain), 4.20 KiB.