• Tatiana A. Nurnberg's avatar
    Bug#42146 - DATETIME fractional seconds parse error · aa3f9308
    Tatiana A. Nurnberg authored
    Bug#38435 - LONG Microseconds cause MySQL to fail a CAST to DATETIME or DATE
    
    Parsing of optional microsecond part in datetime did not
    fail gracefully when field width was larger than the allowed
    six places.
    
    Now handles up to the correct six places, and disregards
    any extra digits without messing up what we've already got.
    aa3f9308
my_time.c 38.2 KB