• Andrew Hutchings's avatar
    MDEV-29782 CONNECT YEAR type conversion fix · 358635bb
    Andrew Hutchings authored
    When using the MySQL table type the CONNECT engine converted the YEAR
    datatype to DATETIME for INSERT queries. This is incorrect, causing an
    error on the INSERT. It should be SHORT instead.
    358635bb
myutil.cpp 9.67 KB