• Georgi Kodinov's avatar
    Bug #52315: utc_date() crashes when system time > year 2037 · a4cd7f2c
    Georgi Kodinov authored
                
    Some of the server implementations don't support dates later
    than 2038 due to the internal time type being 32 bit.
    Added checks so that the server will refuse dates that cannot
    be handled by either throwing an error when setting date at 
    runtime or by refusing to start or shutting down the server if 
    the system date cannot be stored in my_time_t.
    a4cd7f2c
variables.result 31.5 KB